diff rhodecode/templates/bookmarks/bookmarks.html @ 3665:690a955ba785 beta

use placeholders in qfilter, not the ugly JS logic
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 13:18:24 +0200
parents eacd33e0c5b3
children 93de03499097
line wrap: on
line diff
--- a/rhodecode/templates/bookmarks/bookmarks.html	Thu Apr 04 02:35:32 2013 +0200
+++ b/rhodecode/templates/bookmarks/bookmarks.html	Thu Apr 04 13:18:24 2013 +0200
@@ -6,7 +6,7 @@
 </%def>
 
 <%def name="breadcrumbs_links()">
-    <input class="q_filter_box" id="q_filter_bookmarks" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
+    <input class="q_filter_box" id="q_filter_bookmarks" size="15" type="text" name="filter" placeholder="${_('quick filter...')}" value=""/>
     ${_('Bookmarks')}
 </%def>