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

Last change on this file since 44 was 22, checked in by scdev, 19 years ago

More bugs and shifting things about.

File size: 531 bytes
RevLine 
[1]1<?php $fv->printErrorMessages(); ?>
2
3%ADMIN_FORM_TAG_INIT%
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
8<table>
9    <tr>
10        <td>&nbsp;</td>
[22]11        <td><?php printSubmitButtons($frm['submit_buttons']); ?></td>
[1]12    </tr>
13%ADM_FORM_TABLE_ROWS%
14    <tr>
15        <td>&nbsp;</td>
[22]16        <td><?php printSubmitButtons($frm['submit_buttons']); ?></td>
[1]17    </tr>
18</table>
19</form>
Note: See TracBrowser for help on using the repository browser.