source: trunk/bin/module_maker/skel/adm_form.ihtml @ 136

Last change on this file since 136 was 136, checked in by scdev, 18 years ago

Q - Merged branches/2.0singleton into trunk. Completed updating classes to use singleton methods. Implemented tests. Fixed some bugs. Changed some interfaces.

File size: 397 bytes
Line 
1<?php $fv->printErrorMessages(); ?>
2
3%ADMIN_FORM_TAG_INIT%
4<?php $app->printHiddenSession(); ?>
5<input type="hidden" name="op" value="<?php echo $frm['new_op']; ?>" />
6<input type="hidden" name="%PRIMARY_KEY%" value="<?php echo $frm['%PRIMARY_KEY%']; ?>" />
7
8<?php printSubmitButtons($frm['submit_buttons']); ?>
9
10%ADM_FORM_TABLE_ROWS%
11
12<?php printSubmitButtons($frm['submit_buttons']); ?>
13</form>
Note: See TracBrowser for help on using the repository browser.