Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/28/2008 10:46:00 AM (18 years ago)
Author:
sambauers
Message:

Form accessibility fixes - Fixes #871 - props MarcoZ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/template-functions.php

    r1480 r1502  
    16041604
    16051605<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>
    16071607    <td>
    16081608        <input name="<?php echo $name; ?>" type="<?php echo $type; ?>" id="<?php echo $name; ?>" value="<?php echo $value; ?>" />
     
    17711771<table>
    17721772<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>
    17741774    <td><input name="pass1" type="password" id="pass1" autocomplete="off" /></td>
    17751775</tr>
Note: See TracChangeset for help on using the changeset viewer.