comparison 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
comparison
equal deleted inserted replaced
3664:b10976229890 3665:690a955ba785
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 2
3 <li class="qfilter_rs"> 3 <li class="qfilter_rs">
4 <input type="text" style="border:0;width:100%" value="${_('quick filter...')}" name="filter" id="q_filter_rs" /> 4 <input type="text" style="border:0;width:100%" placeholder="${_('quick filter...')}" value="" name="filter" id="q_filter_rs" />
5 </li> 5 </li>
6 6
7 %for repo in c.repos_list: 7 %for repo in c.repos_list:
8 <li> 8 <li>
9 %if repo['dbrepo']['private'] and c.visual.show_private_icon: 9 %if repo['dbrepo']['private'] and c.visual.show_private_icon: