editing in progress

This commit is contained in:
Naomi Aro 2013-07-18 01:31:20 -04:00
parent c744d88f23
commit 29c8570ade
8 changed files with 551 additions and 338 deletions

View file

@ -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>

View file

@ -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>