Changeset - 442d81c381dc
[Not reviewed]
stable
0 4 0
Mads Kiilerich - 11 years ago 2015-05-13 01:26:45
madski@unity3d.com
settings: show bullet indicating the currently selected sub page

With this indication, some page headings are no longer relevant.

This was apparently lost when Kallithea started.
4 files changed with 4 insertions and 6 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -3513,6 +3513,10 @@ ul.nav-stacked a {
 
    color: inherit;
 
}
 

	
 
ul.nav-stacked li.active {
 
    list-style-type: disc
 
}
 

	
 
/* make .btn inputs and buttons and divs look the same */
 
button.btn,
 
input.btn {
kallithea/templates/admin/defaults/defaults.html
Show inline comments
 
@@ -22,8 +22,6 @@
 
        ${self.breadcrumbs()}
 
    </div>
 

	
 
    <h3>${_('Repository Defaults')}</h3>
 

	
 
    ${h.form(url('default', id='defaults'),method='put')}
 
    <div class="form">
 
        <!-- fields -->
kallithea/templates/admin/permissions/permissions_ips.html
Show inline comments
 
<h4>${_('Default IP Whitelist for All Users')}</h4>
 

	
 
<div class="ips_wrap">
 
      <table class="noborder">
 
      %if c.user_ip_map:
kallithea/templates/admin/permissions/permissions_perms.html
Show inline comments
 
<h4>${_('Default User Permissions Overview')}</h4>
 

	
 
## permissions overview
 
<%namespace name="p" file="/base/perms_summary.html"/>
 
${p.perms_summary(c.perm_user.permissions, show_all=True)}
0 comments (0 inline, 0 general)