diff rhodecode/templates/admin/settings/settings.html @ 3198:c20adbaf16af beta

html: random indentation fixes
author Mads Kiilerich <madski@unity3d.com>
date Tue, 22 Jan 2013 23:44:38 +0100
parents b4f401524060
children 72a91632b731
line wrap: on
line diff
--- a/rhodecode/templates/admin/settings/settings.html	Tue Jan 22 23:44:38 2013 +0100
+++ b/rhodecode/templates/admin/settings/settings.html	Tue Jan 22 23:44:38 2013 +0100
@@ -196,12 +196,12 @@
                     <label>${_('Web')}:</label>
                 </div>
                 <div class="checkboxes">
-                    <div class="checkbox">
-                        ${h.checkbox('web_push_ssl', 'True')}
-                        <label for="web_push_ssl">${_('require ssl for vcs operations')}</label>
-                    </div>
+                                        <div class="checkbox">
+                                                ${h.checkbox('web_push_ssl', 'True')}
+                                                <label for="web_push_ssl">${_('require ssl for vcs operations')}</label>
+                                        </div>
                     <span class="help-block">${_('RhodeCode will require SSL for pushing or pulling. If SSL is missing it will return HTTP Error 406: Not Acceptable')}</span>
-                </div>
+                                </div>
              </div>
 
              <div class="field">
@@ -209,14 +209,14 @@
                     <label>${_('Hooks')}:</label>
                 </div>
                 <div class="checkboxes">
-                    <div class="checkbox">
-                        ${h.checkbox('hooks_changegroup_update','True')}
-                        <label for="hooks_changegroup_update">${_('Update repository after push (hg update)')}</label>
-                    </div>
-                    <div class="checkbox">
-                        ${h.checkbox('hooks_changegroup_repo_size','True')}
-                        <label for="hooks_changegroup_repo_size">${_('Show repository size after push')}</label>
-                    </div>
+                                        <div class="checkbox">
+                                                ${h.checkbox('hooks_changegroup_update','True')}
+                                                <label for="hooks_changegroup_update">${_('Update repository after push (hg update)')}</label>
+                                        </div>
+                                        <div class="checkbox">
+                                                ${h.checkbox('hooks_changegroup_repo_size','True')}
+                                                <label for="hooks_changegroup_repo_size">${_('Show repository size after push')}</label>
+                                        </div>
                     <div class="checkbox">
                         ${h.checkbox('hooks_changegroup_push_logger','True')}
                         <label for="hooks_changegroup_push_logger">${_('Log user push commands')}</label>
@@ -225,7 +225,7 @@
                         ${h.checkbox('hooks_outgoing_pull_logger','True')}
                         <label for="hooks_outgoing_pull_logger">${_('Log user pull commands')}</label>
                     </div>
-                </div>
+                                </div>
                 <div class="input" style="margin-top:10px">
                     ${h.link_to(_('advanced setup'),url('admin_edit_setting',setting_id='hooks'),class_="ui-btn")}
                 </div>
@@ -257,9 +257,9 @@
                 </div>
                 <div class="input">
                     ${h.text('paths_root_path',size=30,readonly="readonly")}
-                    <span id="path_unlock" class="tooltip"
-                        title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}">
-                        ${_('unlock')}</span>
+                                        <span id="path_unlock" class="tooltip"
+                                                title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}">
+                                ${_('unlock')}</span>
                     <span class="help-block">${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}</span>
                 </div>
             </div>
@@ -329,8 +329,8 @@
 
     <script type="text/javascript">
     YUE.on('expand_modules','click',function(e){
-        YUD.setStyle('expand_modules_table','display','');
-        YUD.setStyle('expand_modules','display','none');
+            YUD.setStyle('expand_modules_table','display','');
+            YUD.setStyle('expand_modules','display','none');
     })
     </script>