creating an new row for edit/delete links in the datatable
working on creating/editing records.
This commit is contained in:
parent
69afc715d1
commit
ecb2f81211
5 changed files with 215 additions and 72 deletions
|
@ -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">
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<div id="history_template" class="ui-widget ui-widget-content block-shadow alpha-block padded">
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue