creating templates for validation.
This commit is contained in:
parent
19ba788bae
commit
69afc715d1
24 changed files with 1552 additions and 82 deletions
|
@ -0,0 +1,3 @@
|
|||
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong" id="edit-history-file">
|
||||
<?php echo $this->form; ?>
|
||||
</div>
|
|
@ -1,17 +1,16 @@
|
|||
<div id="history_content" class="ui-widget ui-widget-content block-shadow alpha-block padded">
|
||||
<?php echo $this->date_form; ?>
|
||||
|
||||
|
||||
<div id="his-tabs">
|
||||
<ul>
|
||||
<li><a href="#his-tabs-1"><?php echo _("Aggregate"); ?></a></li>
|
||||
<li><a href="#his-tabs-2"><?php echo _("List"); ?></a></li>
|
||||
<li><a href="#his-tabs-1"><?php echo _("List"); ?></a></li>
|
||||
<li><a href="#his-tabs-2"><?php echo _("Aggregate"); ?></a></li>
|
||||
</ul>
|
||||
<div id="his-tabs-1">
|
||||
<table id="history_table_aggregate" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
<table id="history_table_list" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
</div>
|
||||
<div id="his-tabs-2">
|
||||
<table id="history_table_list" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
<table id="history_table_aggregate" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue