-
Bug
-
Resolution: Incomplete
-
Minor
-
None
-
3.1.8, 3.1.9-RC1
-
None
-
PHP 5.6.19, MySQL 5.6, Firefox 45
When disabled mass PM and use only single field TO.
You can see this in https://www.phpbb.com/community/ucp.php?i=pm&mode=compose
here is fixed fields with correct tabindex:
<dt><label for="username_list">{L_TO_ADD}{L_COLON}</label><!-- IF not S_EDIT_POST --><br /><span><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false">{L_FIND_USERNAME}</a></span><!-- ENDIF --></dt> |
<!-- IF not S_EDIT_POST -->
|
<dd><input class="inputbox" type="text" name="username_list" id="username_list" size="20" value="" tabindex="1" /> <input type="submit" name="add_to" value="{L_ADD}" class="button2" tabindex="1" /></dd> |
<!-- ENDIF -->
|