##// END OF EJS Templates
repo edit UI improvements
marcink -
r3562:b2728f47 beta
parent child Browse files
Show More
@@ -953,7 +953,6 b' tbody .yui-dt-editable { cursor: pointer'
953 float: left;
953 float: left;
954 border: none;
954 border: none;
955 color: #fff;
955 color: #fff;
956 text-transform: uppercase;
957 margin: 0;
956 margin: 0;
958 padding: 11px 0 11px 10px;
957 padding: 11px 0 11px 10px;
959 }
958 }
@@ -6,7 +6,11 b''
6 </%def>
6 </%def>
7
7
8 <%def name="breadcrumbs_links()">
8 <%def name="breadcrumbs_links()">
9 ${_('Edit Repository Settings')}
9 ${h.link_to(_(u'Home'),h.url('/'))}
10 &raquo;
11 ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
12 &raquo;
13 ${_('Settings')}
10 </%def>
14 </%def>
11
15
12 <%def name="page_nav()">
16 <%def name="page_nav()">
@@ -161,7 +165,7 b''
161
165
162 <div class="box box-right">
166 <div class="box box-right">
163 <div class="title">
167 <div class="title">
164 <h5>${_('Administration')}</h5>
168 <h5>${_('Advanced settings')}</h5>
165 </div>
169 </div>
166
170
167 <h3>${_('Statistics')}</h3>
171 <h3>${_('Statistics')}</h3>
General Comments 0
You need to be logged in to leave comments. Login now