View | Details | Raw Unified | Return to bug 32926
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-3 / +2 lines)
Lines 70-76 Link Here
70
            <div class="page-section">
70
            <div class="page-section">
71
            <div class="row">
71
            <div class="row">
72
                <div class="col-sm-6">
72
                <div class="col-sm-6">
73
                    <h3 id="[% LINE.title | $HtmlId %]"><i class="fa fa-caret-down"></i> [% LINE.title | html %]</h3>
73
                    <h3 id="[% TAB.tab_id | $HtmlId %]_[% LINE.title | $HtmlId %]"><i class="fa fa-caret-down"></i> [% LINE.title | html %]</h3>
74
                </div>
74
                </div>
75
                <div class="col-sm-6">
75
                <div class="col-sm-6">
76
                    [% IF ( searchfield ) %]
76
                    [% IF ( searchfield ) %]
Lines 79-85 Link Here
79
                </div>
79
                </div>
80
            </div>
80
            </div>
81
81
82
            <table class="preferences" id="collapse_[% LINE.title | $HtmlId %]">
82
            <table class="preferences" id="collapse_[% TAB.tab_id | $HtmlId %]_[% LINE.title | $HtmlId %]">
83
            <thead><tr><th>Preference</th><th>Value</th></tr></thead>
83
            <thead><tr><th>Preference</th><th>Value</th></tr></thead>
84
            [% UNLESS ( loop.last ) %]<tbody>[% END %]
84
            [% UNLESS ( loop.last ) %]<tbody>[% END %]
85
            [% ELSE %]
85
            [% ELSE %]
86
- 

Return to bug 32926