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

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

More bugs and shifting things about.

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