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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-3 / +2 lines)
Lines 306-311 Link Here
306
                        </div>
306
                        </div>
307
                    [% END # /FOR m IN messages %]
307
                    [% END # /FOR m IN messages %]
308
308
309
                    <div class="page-section">
309
                    [% IF ( searchfield ) %]
310
                    [% IF ( searchfield ) %]
310
311
311
                        <form action="/cgi-bin/koha/admin/authorised_values.pl" method="get" id="category">
312
                        <form action="/cgi-bin/koha/admin/authorised_values.pl" method="get" id="category">
Lines 388-394 Link Here
388
                        [% END # /IF loop %]
389
                        [% END # /IF loop %]
389
390
390
                    [% ELSE # category was selected %]
391
                    [% ELSE # category was selected %]
391
392
                        <table id="categoriest" class="authorized_values_table">
392
                        <table id="categoriest" class="authorized_values_table">
393
                            <thead>
393
                            <thead>
394
                                <tr>
394
                                <tr>
Lines 411-418 Link Here
411
                                [% END # /FOR c %]
411
                                [% END # /FOR c %]
412
                            </tbody>
412
                            </tbody>
413
                        </table> <!-- /#categoriest -->
413
                        </table> <!-- /#categoriest -->
414
415
                    [% END # /IF ( searchfield  )%]
414
                    [% END # /IF ( searchfield  )%]
415
                    </div>
416
416
417
                [% END # /IF op == 'list' %]
417
                [% END # /IF op == 'list' %]
418
418
419
- 

Return to bug 31942