Lines 2-7
Link Here
|
2 |
[% USE To %] |
2 |
[% USE To %] |
3 |
[% USE Asset %] |
3 |
[% USE Asset %] |
4 |
[% USE Koha %] |
4 |
[% USE Koha %] |
|
|
5 |
[% USE HtmlId %] |
5 |
[% SET footerjs = 1 %] |
6 |
[% SET footerjs = 1 %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
<title>Koha › Administration › System preferences</title> |
8 |
<title>Koha › Administration › System preferences</title> |
Lines 49-64
Link Here
|
49 |
[% UNLESS ( loop.first ) %]</tbody></table>[% END %] |
50 |
[% UNLESS ( loop.first ) %]</tbody></table>[% END %] |
50 |
<div class="row"> |
51 |
<div class="row"> |
51 |
<div class="col-sm-6"> |
52 |
<div class="col-sm-6"> |
52 |
<h3 id="[% LINE.title | replace('\s+', '_') | html %]"><i class="fa fa-caret-down"></i> [% LINE.title | html %]</h3> |
53 |
<h3 id="[% LINE.title | $HtmlId %]"><i class="fa fa-caret-down"></i> [% LINE.title | html %]</h3> |
53 |
</div> |
54 |
</div> |
54 |
<div class="col-sm-6"> |
55 |
<div class="col-sm-6"> |
55 |
[% IF ( searchfield ) %] |
56 |
[% IF ( searchfield ) %] |
56 |
<div class="pull-right"><a class="btn btn-link" href="/cgi-bin/koha/admin/preferences.pl?tab=[% TAB.tab_id | html %]#[% LINE.title | replace('\s+', '_') | html %]"><i class="fa fa-list-ul"></i> View all [% LINE.title | html %] preferences</a></div> |
57 |
<div class="pull-right"><a class="btn btn-link" href="/cgi-bin/koha/admin/preferences.pl?tab=[% TAB.tab_id | html %]#[% LINE.title | $HtmlId %]"><i class="fa fa-list-ul"></i> View all [% LINE.title | html %] preferences</a></div> |
57 |
[% END %] |
58 |
[% END %] |
58 |
</div> |
59 |
</div> |
59 |
</div> |
60 |
</div> |
60 |
|
61 |
|
61 |
<table class="preferences" id="collapse_[% LINE.title | replace('\s+', '_') | html %]"> |
62 |
<table class="preferences" id="collapse_[% LINE.title | $HtmlId %]"> |
62 |
<thead><tr><th>Preference</th><th>Value</th></tr></thead> |
63 |
<thead><tr><th>Preference</th><th>Value</th></tr></thead> |
63 |
[% UNLESS ( loop.last ) %]<tbody>[% END %] |
64 |
[% UNLESS ( loop.last ) %]<tbody>[% END %] |
64 |
[% ELSE %] |
65 |
[% ELSE %] |