Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-14593

Missed tabindex in posting_pm_header.html

    XMLWordPrintable

Details

    Description

      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 -->
      

      Attachments

        Activity

          People

            Hanakin Michael Miday
            Siava Siava
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: