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

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

Rebuilt the services/admins.php script and templates. Fixes since v2 conversion. Lots of bugs and more to come!

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