[Bb-trac] [bbPress] #809: HTML "label for" mismatch with "input id"
in bb-admin/options-general.php
bbPress
bb-trac at lists.bbpress.org
Sun Mar 9 18:18:29 GMT 2008
#809: HTML "label for" mismatch with "input id" in bb-admin/options-general.php
----------------------------+-----------------------------------------------
Reporter: da3rX | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 0.9
Component: Administration | Version: 1.0-alpha (trunk)
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
<label for="'''editing'''">[[BR]]
should have the same value as[[BR]]
<input id="'''edit_lock'''">
{{{
<label for="editing">
<?php _e('Lock post editing after:') ?>
</label>
<div>
<input class="text" name="edit_lock" id="edit_lock" value="<?php
bb_form_option('edit_lock'); ?>" />
<?php _e('minutes') ?>
<p>A user can edit a post for this many minutes after
submitting.</p>
</div>
}}}
--
Ticket URL: <http://trac.bbpress.org/ticket/809>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list