Ignore:
Timestamp:
Jan 9, 2006 11:22:24 AM (18 years ago)
Author:
scdev
Message:

${1}

Location:
trunk/bin/module_maker/skel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/skel/adm_form.ihtml

    r50 r51  
    66<input type="hidden" name="%PRIMARY_KEY%" value="<?php echo $frm['%PRIMARY_KEY%']; ?>" />
    77
    8 <table>
    9     <tr>
    10         <td>&nbsp;</td>
    11         <td><?php printSubmitButtons($frm['submit_buttons']); ?></td>
    12     </tr>
     8<?php printSubmitButtons($frm['submit_buttons']); ?>
     9
    1310%ADM_FORM_TABLE_ROWS%
    14     <tr>
    15         <td>&nbsp;</td>
    16         <td><?php printSubmitButtons($frm['submit_buttons']); ?></td>
    17     </tr>
    18 </table>
     11
     12<?php printSubmitButtons($frm['submit_buttons']); ?>
    1913</form>
  • trunk/bin/module_maker/skel/adm_list.ihtml

    r50 r51  
    11
    22<?php $fv->printErrorMessages(); ?>
     3
     4<div id="commandbox">
    35<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="get">
    46<?php App::printHiddenSession(false); ?>
    5 
    6 <div id="commandbox">
    77    <span class="nowrap commandtext"><a href="<?php echo App::oHREF($_SERVER['PHP_SELF'] . '?op=add'); ?>"><?php echo _("Add %ITEM_TITLE%"); ?></a></span>
    88    <br />
     
    1313    </select>
    1414    <input type="submit" value="<?php echo _("Search"); ?>" />
     15</form>
    1516</div>
    16 </form>
    1717
    1818<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
Note: See TracChangeset for help on using the changeset viewer.