do not hide "Cancel" and "Filter" text buttons (bug 817517)

This commit is contained in:
Chris Van 2012-12-04 16:24:51 -08:00
Родитель 1d8e12bad5
Коммит e82693db78
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -10,8 +10,8 @@
class="header-button icon settings left" title="{{ _('Settings') }}"></a>
<a href="#" id="nav-back" class="header-button icon back left" title="{{ _('Back') }}"><b></b></a>
<a href="#" class="header-button icon search right" title="{{ _('Search') }}"></a>
<a href="#" class="header-button cancel right" title="{{ _('Cancel') }}"></a>
<a href="#" class="header-button filter right" title="{{ _('Filter') }}"></a>
<a href="#" class="header-button cancel right">{{ _('Cancel') }}</a>
<a href="#" class="header-button filter right">{{ _('Filter') }}</a>
<a href="#" class="header-button icon expand right" title="{{ _('Expand') }}"></a>
{% block search %}
{% set data = {'cat': category.id} if category else request.GET %}