Changeset 1502 for trunk/bb-includes/template-functions.php
- Timestamp:
- 04/28/2008 10:46:00 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/template-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/template-functions.php
r1480 r1502 1604 1604 1605 1605 <tr class="<?php echo $class; ?>"> 1606 <th scope="row">< ?php echo $title; ?></th>1606 <th scope="row"><label for="<?php echo $name; ?>"><?php echo $title; ?></label></th> 1607 1607 <td> 1608 1608 <input name="<?php echo $name; ?>" type="<?php echo $type; ?>" id="<?php echo $name; ?>" value="<?php echo $value; ?>" /> … … 1771 1771 <table> 1772 1772 <tr class="<?php echo $class; ?>"> 1773 <th scope="row" rowspan="2">< ?php _e('New password'); ?></th>1773 <th scope="row" rowspan="2"><label for="pass1"><?php _e('New password'); ?></label></th> 1774 1774 <td><input name="pass1" type="password" id="pass1" autocomplete="off" /></td> 1775 1775 </tr>
Note: See TracChangeset
for help on using the changeset viewer.