changeset 5120:67ffe5427fd5 stable

api_keys: Update 'New api key' label target so clicking the label focuses the input element Like d9747a04c74a but for my account.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 13 May 2015 01:16:48 +0200
parents 15ac6f39f963
children 442d81c381dc
files kallithea/templates/admin/users/user_edit_api_keys.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/users/user_edit_api_keys.html	Wed May 13 01:16:48 2015 +0200
+++ b/kallithea/templates/admin/users/user_edit_api_keys.html	Wed May 13 01:16:48 2015 +0200
@@ -58,7 +58,7 @@
         <div class="fields">
              <div class="field">
                 <div class="label">
-                    <label for="new_email">${_('New api key')}:</label>
+                    <label for="description">${_('New api key')}:</label>
                 </div>
                 <div class="input">
                     ${h.text('description', class_='medium', placeholder=_('Description'))}