Lines 55-61
Link Here
|
55 |
<h2>You searched for: [% searchfield | html %]</h2> |
55 |
<h2>You searched for: [% searchfield | html %]</h2> |
56 |
[% END %] |
56 |
[% END %] |
57 |
[% FOREACH TAB IN TABS %] |
57 |
[% FOREACH TAB IN TABS %] |
58 |
<div class="prefs-tab"> |
58 |
<div class="prefs-tab page-section"> |
59 |
<h2>[% TAB.tab_title | html %] preferences</h2> |
59 |
<h2>[% TAB.tab_title | html %] preferences</h2> |
60 |
<form action="/cgi-bin/koha/admin/preferences.pl" method="post"> |
60 |
<form action="/cgi-bin/koha/admin/preferences.pl" method="post"> |
61 |
[% UNLESS ( searchfield ) %]<div id="toolbar"><button class="save-all submit btn btn-primary" type="submit">Save all [% TAB.tab_title | html %] preferences</button></div>[% END %] |
61 |
[% UNLESS ( searchfield ) %]<div id="toolbar"><button class="save-all submit btn btn-primary" type="submit">Save all [% TAB.tab_title | html %] preferences</button></div>[% END %] |
62 |
- |
|
|