comparison rhodecode/templates/admin/users/user_edit_my_account.html @ 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 2fb94c52e20e
children b4f401524060
comparison
equal deleted inserted replaced
3195:a50901f2108d 3196:809fe2d392f8
46 </li> 46 </li>
47 %endif 47 %endif
48 </ul> 48 </ul>
49 </div> 49 </div>
50 <!-- end box / title --> 50 <!-- end box / title -->
51 <div id="perms_container" class="table"> 51 <div id="perms_container">
52 <div id="perms" class="table">
52 %for section in sorted(c.rhodecode_user.permissions.keys()): 53 %for section in sorted(c.rhodecode_user.permissions.keys()):
53 <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div> 54 <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
54 55
55 <div id='tbl_list_wrap_${section}' class="yui-skin-sam"> 56 <div id='tbl_list_wrap_${section}' class="yui-skin-sam">
56 <table id="tbl_list_${section}"> 57 <table id="tbl_list_${section}">
91 %endfor 92 %endfor
92 </tbody> 93 </tbody>
93 </table> 94 </table>
94 </div> 95 </div>
95 %endfor 96 %endfor
97 </div>
96 </div> 98 </div>
97 <div id="my_container" style="display:none"> 99 <div id="my_container" style="display:none">
98 <div class="table yui-skin-sam" id="repos_list_wrap"></div> 100 <div class="table yui-skin-sam" id="repos_list_wrap"></div>
99 <div id="user-paginator" style="padding: 0px 0px 0px 20px"></div> 101 <div id="user-paginator" style="padding: 0px 0px 0px 20px"></div>
100 </div> 102 </div>