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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-3 / +3 lines)
Lines 64-70 Link Here
64
64
65
            [% FOREACH LINE IN TAB.LINES %]
65
            [% FOREACH LINE IN TAB.LINES %]
66
            [% IF ( LINE.is_group_title ) %]
66
            [% IF ( LINE.is_group_title ) %]
67
            [% UNLESS ( loop.first ) %]</tbody></table>[% END %]
67
            [% UNLESS ( loop.first ) %]</tbody></table></div>[% END %]
68
            <div class="page-section">
68
            <div class="row">
69
            <div class="row">
69
                <div class="col-sm-6">
70
                <div class="col-sm-6">
70
                    <h3 id="[% LINE.title | $HtmlId %]"><i class="fa fa-caret-down"></i> [% LINE.title | html %]</h3>
71
                    <h3 id="[% LINE.title | $HtmlId %]"><i class="fa fa-caret-down"></i> [% LINE.title | html %]</h3>
Lines 197-203 Link Here
197
                    [% END %]
198
                    [% END %]
198
                </div></td>
199
                </div></td>
199
            </tr>
200
            </tr>
200
            [% IF ( loop.last ) %]</tbody></table>[% END %]
201
            [% IF ( loop.last ) %]</tbody></table></div>[% END %]
201
            [% END %]
202
            [% END %]
202
        [% END %]
203
        [% END %]
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
        <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
- 

Return to bug 31758