Ignore:
Timestamp:
Dec 16, 2007 7:21:57 AM (17 years ago)
Author:
quinn
Message:

Updated example config file. Added admin2.inc.css and minor corrections into HTML. Module maker fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/templates/admin_form.ihtml

    r235 r295  
    11<?php $fv->printErrorMessages(); ?>
    22
    3 <form method="post" action="<?php echo oTxt($_SERVER['PHP_SELF']); ?>">
     3<form method="post" action="<?php echo oTxt($_SERVER['PHP_SELF']); ?>" class="sc-form">
    44<?php $app->printHiddenSession(); ?>
    55<input type="hidden" name="op" value="<?php echo $frm['new_op']; ?>" />
     
    4646        <td>
    4747            <select name="user_type" class="sc-small">
    48             <?php printSetSelectForm('admin_tbl', 'user_type', $frm['user_type'], true); ?>
     48                <?php printSetSelectForm($auth->getParam('db_table'), 'user_type', $frm['user_type'], true); ?>
    4949            </select>
    5050        </td>
Note: See TracChangeset for help on using the changeset viewer.