diff rhodecode/templates/admin/repos/repo_edit.html @ 3629:802c94bdfc85 beta

#749 and #516 Removed dupliciting of repo settings for rhodecode admins and repo admins - repo admin now is allowed the same set of operations as the rhodecode admin - single logic for forms/validations/permissions - fixes #805 update external repo via webinterface -
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 28 Mar 2013 02:57:05 +0100
parents c734686b3cf2
children 6ff98871247a d11ecf2f6327
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repo_edit.html	Thu Mar 28 02:11:26 2013 +0100
+++ b/rhodecode/templates/admin/repos/repo_edit.html	Thu Mar 28 02:57:05 2013 +0100
@@ -165,18 +165,19 @@
                     <label for="input">${_('Permissions')}:</label>
                 </div>
                 <div class="input">
+                    ${h.hidden('repo_private')}
                     <%include file="repo_edit_perms.html"/>
                 </div>
             </div>
             <div class="buttons">
               ${h.submit('save',_('Save'),class_="ui-btn large")}
               ${h.reset('reset',_('Reset'),class_="ui-btn large")}
-            </div>            
+            </div>
        </div>
     </div>
-    ${h.end_form()} 
+    ${h.end_form()}
 </div>
-          
+
 
 <div class="box box-right"  style="clear:right">
     <div class="title">