|
Lines 58-64
Link Here
|
| 58 |
<div class="prefs-tab"> |
58 |
<div class="prefs-tab"> |
| 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" 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 |
<input type="hidden" name="op" value="save" /> |
62 |
<input type="hidden" name="op" value="save" /> |
| 63 |
<input type="hidden" name="tab" value="[% TAB.tab_id | html %]" /> |
63 |
<input type="hidden" name="tab" value="[% TAB.tab_id | html %]" /> |
| 64 |
|
64 |
|
|
Lines 200-206
Link Here
|
| 200 |
[% IF ( loop.last ) %]</tbody></table>[% END %] |
200 |
[% IF ( loop.last ) %]</tbody></table>[% END %] |
| 201 |
[% END %] |
201 |
[% END %] |
| 202 |
[% END %] |
202 |
[% END %] |
| 203 |
<fieldset class="action"><button class="save-all submit" type="submit">Save all [% TAB.tab_title | html %] preferences</button> <a href="/cgi-bin/koha/admin/preferences.pl" class="force_reload cancel">Cancel</a></fieldset> |
203 |
<fieldset class="action"><button class="save-all submit btn btn-primary" type="submit">Save all [% TAB.tab_title | html %] preferences</button> <a href="/cgi-bin/koha/admin/preferences.pl" class="force_reload cancel">Cancel</a></fieldset> |
| 204 |
</form> |
204 |
</form> |
| 205 |
</div> |
205 |
</div> |
| 206 |
[% END %] |
206 |
[% END %] |
|
Lines 233-239
Link Here
|
| 233 |
</form> |
233 |
</form> |
| 234 |
</div> |
234 |
</div> |
| 235 |
<div class="modal-footer"> |
235 |
<div class="modal-footer"> |
| 236 |
<button id="saveModalPrefs" data-target="" type="button" class="btn btn-default">Save</button> |
236 |
<button id="saveModalPrefs" data-target="" type="button" class="btn btn-primary">Save</button> |
| 237 |
<button type="button" class="btn btn-link cancel" data-dismiss="modal">Cancel</button> |
237 |
<button type="button" class="btn btn-link cancel" data-dismiss="modal">Cancel</button> |
| 238 |
</div> |
238 |
</div> |
| 239 |
</div> |
239 |
</div> |
| 240 |
- |
|
|