diff rhodecode/templates/admin/settings/hooks.html @ 3197:b4f401524060 beta

html: don't use tabs
author Mads Kiilerich <madski@unity3d.com>
date Tue, 22 Jan 2013 23:44:38 +0100
parents 7ae36df760ce
children c20adbaf16af
line wrap: on
line diff
--- a/rhodecode/templates/admin/settings/hooks.html	Tue Jan 22 23:44:38 2013 +0100
+++ b/rhodecode/templates/admin/settings/hooks.html	Tue Jan 22 23:44:38 2013 +0100
@@ -10,7 +10,7 @@
 </%def>
 
 <%def name="page_nav()">
-	${self.menu('admin')}
+    ${self.menu('admin')}
 </%def>
 
 <%def name="main()">
@@ -26,15 +26,15 @@
         <div class="fields">
           % for hook in c.hooks:
           <div class="field">
-	        <div class="label label">
-	            <label for="${hook.ui_key}">${hook.ui_key}</label>
-	        </div>
-	        <div class="input" style="margin-left:280px">
+            <div class="label label">
+                <label for="${hook.ui_key}">${hook.ui_key}</label>
+            </div>
+            <div class="input" style="margin-left:280px">
                   ${h.text(hook.ui_key,hook.ui_value,size=60,readonly="readonly")}
-	        </div>
+            </div>
           </div>
           % endfor
-		</div>
+        </div>
     </div>
 
     <h3>${_('Custom hooks')}</h3>