Changeset - 6f4f39b21302
[Not reviewed]
kallithea/templates/admin/my_account/my_account_profile.html
Show inline comments
 
@@ -26,7 +26,7 @@ ${h.form(url('my_account'), method='post
 
            </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>
kallithea/templates/admin/permissions/permissions_globals.html
Show inline comments
 
@@ -36,7 +36,7 @@ ${h.form(url('admin_permissions'), metho
 
                </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')}
kallithea/templates/admin/user_groups/user_group_edit_settings.html
Show inline comments
 
@@ -22,7 +22,7 @@ ${h.form(url('update_users_group', id=c.
 
                    </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>
kallithea/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -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>
kallithea/templates/forks/fork.html
Show inline comments
 
@@ -64,7 +64,7 @@ ${self.repo_context_bar('createfork')}
 
            </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 @@ ${self.repo_context_bar('createfork')}
 

	
 
            %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>
kallithea/templates/password_reset.html
Show inline comments
 
@@ -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>
kallithea/templates/pullrequests/pullrequest.html
Show inline comments
 
@@ -41,7 +41,7 @@ ${self.repo_context_bar('showpullrequest
 
            </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>
kallithea/templates/register.html
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)