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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt (-2 / +4 lines)
Lines 1-5 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
6
<title>Koha &rsaquo; Tools &rsaquo; Tags &rsaquo; [% IF ( do_it ) %]Review &rsaquo; [% ELSE %]Review tags[% END %]</title>
Lines 47-53 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
47
            <td>[% IF ( title.items ) %]<ul style="font-size:80%">[% FOREACH item IN title.items %]
48
            <td>[% IF ( title.items ) %]<ul style="font-size:80%">[% FOREACH item IN title.items %]
48
                <li>
49
                <li>
49
                    [% item.branchname | html %]
50
                    [% item.branchname | html %]
50
                    <span class="shelvingloc">[% item.location_description | html %]</span>
51
                    <span class="shelvingloc">
52
                        [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %]
53
                    </span>
51
                    [% IF ( item.itemcallnumber ) %]
54
                    [% IF ( item.itemcallnumber ) %]
52
                        ([% item.itemcallnumber | html %])
55
                        ([% item.itemcallnumber | html %])
53
                    [% END %]
56
                    [% END %]
54
- 

Return to bug 22475