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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt (-2 / +1 lines)
Lines 9-15 Link Here
9
                "dt_type":
9
                "dt_type":
10
                    "[% data.type %]",
10
                    "[% data.type %]",
11
                "dt_shelfname":
11
                "dt_shelfname":
12
                    "<a href='/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% data.shelfnumber %]'>[% data.shelfname %]</a>",
12
                    "<a href='/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=[% data.shelfnumber %]'>[% data.shelfname | html%]</a>",
13
                "dt_count":
13
                "dt_count":
14
                    "[% data.count %] item(s)",
14
                    "[% data.count %] item(s)",
15
                "dt_owner":
15
                "dt_owner":
16
- 

Return to bug 14416