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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-2 / +5 lines)
Lines 416-422 Item types administration Link Here
416
                [% IF itemtype.branches.size > 0 %]
416
                [% IF itemtype.branches.size > 0 %]
417
                    [% branches_str = "" %]
417
                    [% branches_str = "" %]
418
                    [% FOREACH branch IN itemtype.branches %]
418
                    [% FOREACH branch IN itemtype.branches %]
419
                        [% branches_str = branches_str _ " " _ branch.branchname _ " (" _ branch.branchcode _ ")" %]
419
                        [%- IF loop.first -%]
420
                        [% branches_str = branch.branchname _ " (" _ branch.branchcode _ ")" %]
421
                        [% ELSE %]
422
                        [% branches_str = branches_str _ "\n" _ branch.branchname _ " (" _ branch.branchcode _ ")" %]
423
                        [% END %]
420
                    [% END %]
424
                    [% END %]
421
                    <span class="library_limitation" title="[% branches_str | html %]">
425
                    <span class="library_limitation" title="[% branches_str | html %]">
422
                        [% IF itemtype.branches.size > 1 %]
426
                        [% IF itemtype.branches.size > 1 %]
423
- 

Return to bug 23602