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 |
- |
|
|