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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-3 / +2 lines)
Lines 218-224 tinyMCE.init({ Link Here
218
218
219
[% IF op == 'list' %]
219
[% IF op == 'list' %]
220
    <h3>Libraries</h3>
220
    <h3>Libraries</h3>
221
    [% IF libraries %]
221
    [% IF libraries.count %]
222
        <table id="branchest">
222
        <table id="branchest">
223
            <thead>
223
            <thead>
224
                <tr>
224
                <tr>
Lines 283-289 tinyMCE.init({ Link Here
283
    [% IF group_types %]
283
    [% IF group_types %]
284
        [% FOREACH group_type IN group_types %]
284
        [% FOREACH group_type IN group_types %]
285
            <h3>[% IF group_type.categorytype == 'properties' %]Properties[% ELSIF group_type.categorytype == 'searchdomain' %]Search domain[% END %]</h3>
285
            <h3>[% IF group_type.categorytype == 'properties' %]Properties[% ELSIF group_type.categorytype == 'searchdomain' %]Search domain[% END %]</h3>
286
            [% IF group_type.categories %]
286
            [% IF group_type.categories.size %]
287
                <table>
287
                <table>
288
                    <thead>
288
                    <thead>
289
                        <tr>
289
                        <tr>
290
- 

Return to bug 16532