Bug 28229: (follow-up) Adjust for easier translation
I think moving the [% IF %] out of the HTML tag makes for easier translation. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
b8a664fe7d
commit
f4a8902b79
1 changed files with 6 additions and 2 deletions
|
@ -113,12 +113,16 @@
|
|||
</div>
|
||||
[% END %]
|
||||
<fieldset class="brief">
|
||||
<label>Search patrons[% IF clubcount %] or clubs[% END %]</label>
|
||||
[% IF clubcount %]
|
||||
<label>Search patrons or clubs</label>
|
||||
[% ELSE %]
|
||||
<label>Search patrons</label>
|
||||
[% END %]
|
||||
<div id="circ_holds_select" class="toptabs">
|
||||
<ul>
|
||||
<li><a href="#holds_patronsearch_pane">Patrons</a></li>
|
||||
[% IF clubcount %]
|
||||
<li><a href="#holds_clubsearch_pane">Clubs</a></li>
|
||||
<li><a href="#holds_clubsearch_pane">Clubs</a></li>
|
||||
[% END %]
|
||||
</ul>
|
||||
<div id="holds_patronsearch_pane">
|
||||
|
|
Loading…
Reference in a new issue