diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -17,8 +17,8 @@
${h.text('username',class_='focus',size=40)}
- - + +
@@ -26,29 +26,29 @@
${h.password('password',class_='focus',size=40)}
- +
${h.link_to(_('Forgot password ?'),h.url('reset_password'))}
%if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')(): ${h.link_to(_("Don't have an account ?"),h.url('register'))} - %endif + %endif
${h.submit('sign_in',_('Sign In'),class_="ui-button")}
${h.end_form()} - - + +
gravatar
%if c.rhodecode_user.username == 'default': - ${_('Public journal')} - %else: + ${_('Public journal')} + %else:
${h.link_to(c.rhodecode_user.username,h.url('admin_settings_my_account'),title='%s %s'%(c.rhodecode_user.name,c.rhodecode_user.lastname))}
@@ -56,7 +56,7 @@ ${c.unread_notifications}
%endif - +
  • ${_('Home')} @@ -82,11 +82,11 @@ ${self.body()} - + - + -
    +
    <% messages = h.flash.pop_messages() %> % if messages: @@ -96,11 +96,11 @@ % endfor % endif -
    -
    +
    +
    ${next.main()}
    -
    +
    @@ -111,7 +111,7 @@ ${_('Submit a bug')}

    @@ -132,13 +132,13 @@ <%def name="menu(current=None)"> - <% + <% def is_current(selected): if selected == current: return h.literal('class="current"') %> - %if current not in ['home','admin']: - ##REGULAR MENU + %if current not in ['home','admin']: + ##REGULAR MENU
  • ${_('Files')} - ${_('Files')} - -
  • - + ${_('Files')} + + +
  • ${_('Admin')} - ${_('Options')} + ${_('Options')} +
  • - +
  • @@ -255,7 +255,7 @@ ${c.repository_forks} -
  • + + %else: ##ROOT MENU