Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
very minor layout update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Dec 17, 2015
1 parent de5d63f commit 171e809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Admin/filter_form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ form_start(filterForm) }}
<fieldset{% if filter_active %} class='filteractive'{% endif %}>
{% if filter_active %}{% set filteractive = __('active') %}{% else %}{% set filteractive = __('inactive') %}{% endif %}
<legend>{{ _fn("Filter %active%, %count% page listed", "Filter %active%, %count% pages listed", pager.numitems, { '%active%': filteractive, '%count%': pager.numitems } ) }}</legend>
<legend style="margin-bottom:0">{{ _fn("Filter %active%, %count% page listed", "Filter %active%, %count% pages listed", pager.numitems, { '%active%': filteractive, '%count%': pager.numitems } ) }}</legend>
<span{% if not modvars.ZikulaPagesModule.enablecategorization %} class="hidden"{% endif %}>
<strong>{{ __('Categories') }}</strong>
{% for categorySelect in filterForm.categories %}{{ form_widget(categorySelect) }}&nbsp;&nbsp;{% endfor %}
Expand Down

0 comments on commit 171e809

Please sign in to comment.