diff rhodecode/templates/admin/repos/repo_edit.html @ 699:52da7cba88a6 beta

Code refactor for auth func, preparing for ldap support css updates. turned off graph,and branches for git changelog
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 16 Nov 2010 08:52:31 +0100
parents 4cd0709b6d4b
children 9c1ed03ef5db
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_edit.html	Mon Nov 15 18:38:54 2010 +0100
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Tue Nov 16 08:52:31 2010 +0100
@@ -18,7 +18,7 @@
 </%def>
 
 <%def name="main()">
-<div class="box">
+<div class="box box-left">
     <!-- box / title -->
     <div class="title">
         ${self.breadcrumbs()}      
@@ -32,7 +32,7 @@
                     <label for="repo_name">${_('Name')}:</label>
                 </div>
                 <div class="input input-medium">
-                    ${h.text('repo_name',class_="small")}
+                    ${h.text('repo_name',class_="medium")}
                 </div>
              </div>
             <div class="field">
@@ -40,7 +40,7 @@
                     <label for="repo_type">${_('Type')}:</label>
                 </div>
                 <div class="input">
-                    ${h.select('repo_type','hg',c.backends,class_="small")}
+                    ${h.select('repo_type','hg',c.backends,class_="medium")}
                 </div>
              </div>             
             <div class="field">
@@ -280,4 +280,23 @@
         </script>      
 
 </div>
+
+<div class="box box-right">
+    <div class="title">
+        <h5>${_('Administration')}</h5>    
+    </div>
+    
+    <div class="form">
+    
+        <h3>${_('Reset statistics')}</h3>
+        <h3>${_('Reset cache')}</h3>
+        <h3>${_('Delete')}</h3>
+        
+        
+    
+    </div>
+    
+</div>
+
+
 </%def> 
\ No newline at end of file