editing in progress
This commit is contained in:
parent
c744d88f23
commit
29c8570ade
8 changed files with 551 additions and 338 deletions
|
@ -1,3 +1,3 @@
|
|||
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong" id="edit-history-file">
|
||||
<?php echo $this->form; ?>
|
||||
<?php echo $this->form; ?>
|
||||
</div>
|
|
@ -1,4 +1,18 @@
|
|||
<div id="history_content" class="ui-widget ui-widget-content block-shadow alpha-block padded">
|
||||
<?php echo $this->date_form; ?>
|
||||
<table id="history_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
<?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>
|
||||
</ul>
|
||||
<div id="his-tabs-1">
|
||||
<table id="history_table_aggregate" 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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue