changeset 3196:809fe2d392f8 beta

my_account: change markup so permission list get perms.table style
author Mads Kiilerich <madski@unity3d.com>
date Tue, 22 Jan 2013 23:44:38 +0100
parents a50901f2108d
children b4f401524060
files rhodecode/templates/admin/users/user_edit_my_account.html
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit_my_account.html	Tue Jan 22 11:56:47 2013 +1100
+++ b/rhodecode/templates/admin/users/user_edit_my_account.html	Tue Jan 22 23:44:38 2013 +0100
@@ -48,7 +48,8 @@
          </ul>
     </div>
     <!-- end box / title -->
-    <div id="perms_container" class="table">
+    <div id="perms_container">
+        <div id="perms" class="table">
            %for section in sorted(c.rhodecode_user.permissions.keys()):
             <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
 
@@ -93,6 +94,7 @@
             </table>
             </div>
            %endfor
+        </div>
     </div>
     <div id="my_container" style="display:none">
         <div class="table yui-skin-sam" id="repos_list_wrap"></div>