creating an new row for edit/delete links in the datatable

working on creating/editing records.
This commit is contained in:
Naomi 2013-07-23 18:01:43 -04:00
parent 69afc715d1
commit ecb2f81211
5 changed files with 215 additions and 72 deletions

View file

@ -7,6 +7,7 @@
<li><a href="#his-tabs-2"><?php echo _("Aggregate"); ?></a></li>
</ul>
<div id="his-tabs-1">
<div id="his_create"><?php echo _("Create Entry"); ?></div>
<table id="history_table_list" cellpadding="0" cellspacing="0" class="datatable"></table>
</div>
<div id="his-tabs-2">

View file

@ -0,0 +1,3 @@
<div id="history_template" class="ui-widget ui-widget-content block-shadow alpha-block padded">
</div>