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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt (-1 / +2 lines)
Lines 34-39 Link Here
34
[% BLOCK action_form -%]
34
[% BLOCK action_form -%]
35
[%~ SET action_block = '' ~%]
35
[%~ SET action_block = '' ~%]
36
[%~ IF can_manage_shelf OR can_delete_shelf ~%]
36
[%~ IF can_manage_shelf OR can_delete_shelf ~%]
37
    [%~ shelfnumber = shelfnumber | html ~%]
38
    [%~ type        = type | html ~%]
37
    [%~ IF can_manage_shelf ~%]
39
    [%~ IF can_manage_shelf ~%]
38
        [%~ action_block =                '<form action="shelves.pl" method="get">' ~%]
40
        [%~ action_block =                '<form action="shelves.pl" method="get">' ~%]
39
        [%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber  _ '" />' ~%]
41
        [%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber  _ '" />' ~%]
40
- 

Return to bug 21418