changeset 5082:d9747a04c74a stable

api_keys: Update 'New api key' label target so clicking the label focuses the input element
author Tim Freund <tim@freunds.net>
date Wed, 16 Jul 2014 00:54:20 -0400
parents 2881dd265f21
children 85a6526a15a8
files kallithea/templates/admin/my_account/my_account_api_keys.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/my_account/my_account_api_keys.html	Tue Apr 28 16:45:43 2015 +0200
+++ b/kallithea/templates/admin/my_account/my_account_api_keys.html	Wed Jul 16 00:54:20 2014 -0400
@@ -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'))}