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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-4 / +5 lines)
Lines 333-339 Link Here
333
        <table>
333
        <table>
334
    [% ELSE %]
334
    [% ELSE %]
335
        <h1>Local use preferences</h1>
335
        <h1>Local use preferences</h1>
336
        <table width="80%" id="sysprefst">
336
        <div class="page-section">
337
        <table id="sysprefst">
337
        <thead><tr>
338
        <thead><tr>
338
        <th>Preference</th>
339
        <th>Preference</th>
339
        <th>Explanation</th>
340
        <th>Explanation</th>
Lines 455-463 Link Here
455
456
456
        <td class="actions"><a class="btn btn-default btn-xs" href="[% loo.edit | url %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="[% loo.delete | url %]"><i class="fa fa-trash"></i> Delete</a></td>
457
        <td class="actions"><a class="btn btn-default btn-xs" href="[% loo.edit | url %]"><i class="fa fa-pencil"></i> Edit</a> <a class="btn btn-default btn-xs" href="[% loo.delete | url %]"><i class="fa fa-trash"></i> Delete</a></td>
457
    </tr>
458
    </tr>
458
    [% END %]</tbody>
459
    [% END %]
460
    </tbody>
459
    </table>
461
    </table>
460
    
462
    [% IF tab == 'local_use' %]</div>[% END %]
461
    [% END %]
463
    [% END %]
462
464
463
            </main>
465
            </main>
464
- 

Return to bug 32006