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

Last change on this file since 151 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
RevLine 
[1]1<?php $fv->printErrorMessages(); ?>
2
3%ADMIN_FORM_TAG_INIT%
[136]4<?php $app->printHiddenSession(); ?>
[20]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%']; ?>" />
[1]7
[51]8<?php printSubmitButtons($frm['submit_buttons']); ?>
9
[1]10%ADM_FORM_TABLE_ROWS%
[51]11
12<?php printSubmitButtons($frm['submit_buttons']); ?>
[1]13</form>
Note: See TracBrowser for help on using the repository browser.