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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt (-1 / +2 lines)
Lines 36-41 Link Here
36
        [%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber  _ '" />' ~%]
36
        [%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber  _ '" />' ~%]
37
        [%~ action_block = action_block _ '<input type="hidden" name="op" value="edit_form" />' ~%]
37
        [%~ action_block = action_block _ '<input type="hidden" name="op" value="edit_form" />' ~%]
38
        [%~ action_block = action_block _ '<input type="hidden" name="category" value="' _ type _ '" />' ~%]
38
        [%~ action_block = action_block _ '<input type="hidden" name="category" value="' _ type _ '" />' ~%]
39
        [%~ action_block = action_block _ '<input type="hidden" name="referer" value="list" />' ~%]
39
        [%~ action_block = action_block _ '<input type="submit" class="editshelf" value="Edit" />' ~%]
40
        [%~ action_block = action_block _ '<input type="submit" class="editshelf" value="Edit" />' ~%]
40
        [%~ action_block = action_block _ '</form>' ~%]
41
        [%~ action_block = action_block _ '</form>' ~%]
41
    [%~ END ~%]
42
    [%~ END ~%]
Lines 46-51 Link Here
46
        [%~ action_block = action_block _ '<input type="hidden" name="op" value="delete" />' ~%]
47
        [%~ action_block = action_block _ '<input type="hidden" name="op" value="delete" />' ~%]
47
        [%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber  _ '" />' ~%]
48
        [%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber  _ '" />' ~%]
48
        [%~ action_block = action_block _ '<input type="hidden" name="category" value="' _ type _ '" />' ~%]
49
        [%~ action_block = action_block _ '<input type="hidden" name="category" value="' _ type _ '" />' ~%]
50
        [%~ action_block = action_block _ '<input type="hidden" name="referer" value="list" />' ~%]
49
        [%~ action_block = action_block _ '<input type="submit" class="deleteshelf" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST)" value="Delete" />' ~%]
51
        [%~ action_block = action_block _ '<input type="submit" class="deleteshelf" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST)" value="Delete" />' ~%]
50
        [%~ action_block = action_block _ '</form>' ~%]
52
        [%~ action_block = action_block _ '</form>' ~%]
51
    [%~ END ~%]
53
    [%~ END ~%]
52
- 

Return to bug 14544