diff rhodecode/templates/repo_switcher_list.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 fc79b3d5beb7
children 867a7dffc424
line wrap: on
line diff
--- a/rhodecode/templates/repo_switcher_list.html	Thu Apr 04 02:35:32 2013 +0200
+++ b/rhodecode/templates/repo_switcher_list.html	Thu Apr 04 13:18:24 2013 +0200
@@ -1,7 +1,7 @@
 ## -*- coding: utf-8 -*-
 
 <li class="qfilter_rs">
-    <input type="text" style="border:0;width:100%" value="${_('quick filter...')}" name="filter" id="q_filter_rs" />
+    <input type="text" style="border:0;width:100%" placeholder="${_('quick filter...')}" value="" name="filter" id="q_filter_rs" />
 </li>
 
 %for repo in c.repos_list: