changeset 6290:6f4f39b21302

style: fix wrong label for= names
author Mads Kiilerich <madski@unity3d.com>
date Mon, 31 Oct 2016 22:39:39 +0100
parents 68d3315c48d4
children bc97f0d206fe
files kallithea/templates/admin/my_account/my_account_profile.html kallithea/templates/admin/permissions/permissions_globals.html kallithea/templates/admin/user_groups/user_group_edit_settings.html kallithea/templates/changeset/changeset_file_comment.html kallithea/templates/forks/fork.html kallithea/templates/password_reset.html kallithea/templates/pullrequests/pullrequest.html kallithea/templates/register.html
diffstat 8 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/my_account/my_account_profile.html	Sat Oct 29 16:11:49 2016 +0200
+++ b/kallithea/templates/admin/my_account/my_account_profile.html	Mon Oct 31 22:39:39 2016 +0100
@@ -26,7 +26,7 @@
             </div>
 
             <div class="form-group">
-                <label class="control-label" for="name">${_('First Name')}:</label>
+                <label class="control-label" for="firstname">${_('First Name')}:</label>
                 <div class="input">
                     ${h.text('firstname',class_="medium", readonly=c.readonly('firstname'))}
                 </div>
--- a/kallithea/templates/admin/permissions/permissions_globals.html	Sat Oct 29 16:11:49 2016 +0200
+++ b/kallithea/templates/admin/permissions/permissions_globals.html	Mon Oct 31 22:39:39 2016 +0100
@@ -36,7 +36,7 @@
                 </div>
             </div>
             <div class="form-group">
-                <label class="control-label" for="default_group_perm">${_('User group')}:</label>
+                <label class="control-label" for="default_user_group_perm">${_('User group')}:</label>
                 <div class="select">
                     ${h.select('default_user_group_perm','',c.user_group_perms_choices)}
                     ${h.checkbox('overwrite_default_user_group','true')}
--- a/kallithea/templates/admin/user_groups/user_group_edit_settings.html	Sat Oct 29 16:11:49 2016 +0200
+++ b/kallithea/templates/admin/user_groups/user_group_edit_settings.html	Mon Oct 31 22:39:39 2016 +0100
@@ -22,7 +22,7 @@
                     </div>
                 </div>
                 <div class="form-group">
-                    <label class="control-label" for="users_group_active">${_('Members')}:</label>
+                    <label class="control-label">${_('Members')}:</label>
                     <div class="select">
                         <table class="table">
                                 <tr>
--- a/kallithea/templates/changeset/changeset_file_comment.html	Sat Oct 29 16:11:49 2016 +0200
+++ b/kallithea/templates/changeset/changeset_file_comment.html	Mon Oct 31 22:39:39 2016 +0100
@@ -68,9 +68,9 @@
                 %endif
                 <span class="general-only cs-only">
                 </span>
-                <input type="radio" class="status_change_radio" name="changeset_status" id="changeset_status_unchanged" value="" checked="checked" />
-                <label for="changeset_status_unchanged">
-                  ${_('No change')}
+                <label>
+                    <input type="radio" class="status_change_radio" name="changeset_status" id="changeset_status_unchanged" value="" checked="checked" />
+                    ${_('No change')}
                 </label>
                 %for status, lbl in c.changeset_statuses:
                     <label>
--- a/kallithea/templates/forks/fork.html	Sat Oct 29 16:11:49 2016 +0200
+++ b/kallithea/templates/forks/fork.html	Mon Oct 31 22:39:39 2016 +0100
@@ -64,7 +64,7 @@
             </div>
 
             <div class="form-group">
-                <label class="control-label" for="private">${_('Copy permissions')}:</label>
+                <label class="control-label" for="copy_permissions">${_('Copy permissions')}:</label>
                 <div class="checkboxes">
                     ${h.checkbox('copy_permissions',value="True", checked="checked")}
                     <span class="help-block">${_('Copy permissions from forked repository')}</span>
@@ -73,7 +73,7 @@
 
             %if c.can_update:
             <div class="form-group">
-                <label class="control-label" for="private">${_('Update after clone')}:</label>
+                <label class="control-label" for="update_after_clone">${_('Update after clone')}:</label>
                 <div class="checkboxes">
                     ${h.checkbox('update_after_clone',value="True")}
                     <span class="help-block">${_('Checkout source after making a clone')}</span>
--- a/kallithea/templates/password_reset.html	Sat Oct 29 16:11:49 2016 +0200
+++ b/kallithea/templates/password_reset.html	Mon Oct 31 22:39:39 2016 +0100
@@ -29,7 +29,7 @@
 
                 %if c.captcha_active:
                 <div class="form-group">
-                    <label class="control-label" for="email">${_('Captcha')}:</label>
+                    <label class="control-label" for="recaptcha_field">${_('Captcha')}:</label>
                     <div class="input">
                         ${h.hidden('recaptcha_field')}
                         <div id="recaptcha"></div>
--- a/kallithea/templates/pullrequests/pullrequest.html	Sat Oct 29 16:11:49 2016 +0200
+++ b/kallithea/templates/pullrequests/pullrequest.html	Mon Oct 31 22:39:39 2016 +0100
@@ -41,7 +41,7 @@
             </div>
 
             <div class="form-group">
-                <label class="control-label" for="pullrequest_desc">${_('Changeset flow')}:</label>
+                <label class="control-label">${_('Changeset flow')}:</label>
                 <div class="input">
                     ##ORG
                     <div>
--- a/kallithea/templates/register.html	Sat Oct 29 16:11:49 2016 +0200
+++ b/kallithea/templates/register.html	Mon Oct 31 22:39:39 2016 +0100
@@ -63,7 +63,7 @@
 
                 %if c.captcha_active:
                 <div class="form-group">
-                    <label class="control-label" for="email">${_('Captcha')}:</label>
+                    <label class="control-label" for="recaptcha_field">${_('Captcha')}:</label>
                     <div class="input">
                         ${h.hidden('recaptcha_field')}
                         <div id="recaptcha"></div>