Ignore:
Timestamp:
May 22, 2006 5:29:19 AM (18 years ago)
Author:
scdev
Message:

Q - Added "sc-" to all css class selectors; Finished reworking Upload and ImageThumb? (now with GD support!); More PHP 5 upgrades.

File:
1 edited

Legend:

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

    r22 r121  
    33<table>
    44    <tr>
    5         <td class="right"><label for="username"><?php echo _("Username"); ?></label></td>
     5        <td class="sc-right"><label for="username"><?php echo _("Username"); ?></label></td>
    66        <td>
    7             <input type="text" class="small" size="20" name="username" value="<?php echo oTxt($frm['username']); ?>" />
     7            <input type="text" class="sc-small" size="20" name="username" value="<?php echo oTxt($frm['username']); ?>" />
    88        </td>
    99    </tr>
    1010    <tr>
    11         <td class="right"><label for="password"><?php echo _("Password"); ?></label></td>
     11        <td class="sc-right"><label for="password"><?php echo _("Password"); ?></label></td>
    1212        <td>
    13             <input type="password" class="small" size="20" name="password" value="<?php echo oTxt($frm['password']); ?>" />
     13            <input type="password" class="sc-small" size="20" name="password" value="<?php echo oTxt($frm['password']); ?>" />
    1414        </td>
    1515    </tr>
Note: See TracChangeset for help on using the changeset viewer.