changeset 1650:e0383813f3e2 beta

ui fixes
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 03 Nov 2011 02:15:25 +0200
parents 57a0e240288f
children 96ae22a4e963
files rhodecode/templates/admin/users/user_edit_my_account.html rhodecode/templates/index.html
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/admin/users/user_edit_my_account.html	Wed Nov 02 23:26:49 2011 +0200
+++ b/rhodecode/templates/admin/users/user_edit_my_account.html	Thu Nov 03 02:15:25 2011 +0200
@@ -111,8 +111,9 @@
 <div class="box box-right">
     <!-- box / title -->
     <div class="title">
-        <h5>${_('My repositories')} 
-        <input class="top-right-rounded-corner top-left-rounded-corner bottom-left-rounded-corner bottom-right-rounded-corner" id="q_filter" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
+        <h5> 
+        <input class="q_filter_box" id="q_filter" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
+        ${_('My repositories')}
         </h5>
          %if h.HasPermissionAny('hg.admin','hg.create.repository')():
          <ul class="links">
--- a/rhodecode/templates/index.html	Wed Nov 02 23:26:49 2011 +0200
+++ b/rhodecode/templates/index.html	Thu Nov 03 02:15:25 2011 +0200
@@ -1,7 +1,7 @@
 ## -*- coding: utf-8 -*-
 <%inherit file="base/base.html"/>
 <%def name="title()">${_('Dashboard')} - ${c.rhodecode_name}</%def>
-<%def name="breadcrumbs()">${c.rhodecode_name}</%def>
+<%def name="breadcrumbs()"></%def>
 <%def name="page_nav()">${self.menu('home')}</%def>
 <%def name="main()">
     	<%include file="index_base.html" args="parent=self"/>