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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt (-3 / +2 lines)
Lines 37-43 Link Here
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="hidden" name="referer" value="list" />' ~%]
40
        [%~ action_block = action_block _ '<input type="submit" class="editshelf" value="Edit" />' ~%]
40
        [%~ action_block = action_block _ '<button class="editshelf btn btn-mini"><i class="fa fa-pencil"></i> Edit</button>' ~%]
41
        [%~ action_block = action_block _ '</form>' ~%]
41
        [%~ action_block = action_block _ '</form>' ~%]
42
    [%~ END ~%]
42
    [%~ END ~%]
43
    [%~ IF can_manage_shelf OR can_delete_shelf ~%]
43
    [%~ IF can_manage_shelf OR can_delete_shelf ~%]
Lines 48-54 Link Here
48
        [%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber  _ '" />' ~%]
48
        [%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber  _ '" />' ~%]
49
        [%~ 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" />' ~%]
50
        [%~ action_block = action_block _ '<input type="hidden" name="referer" value="list" />' ~%]
51
        [%~ action_block = action_block _ '<input type="submit" class="deleteshelf" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST)" value="Delete" />' ~%]
51
        [%~ action_block = action_block _ '<button class="deleteshelf btn btn-mini" onclick="return confirmDelete(MSG_CONFIRM_DELETE_LIST)"><i class="fa fa-trash"></i> Delete</button>' ~%]
52
        [%~ action_block = action_block _ '</form>' ~%]
52
        [%~ action_block = action_block _ '</form>' ~%]
53
    [%~ END ~%]
53
    [%~ END ~%]
54
[%~ ELSE ~%]
54
[%~ ELSE ~%]
55
- 

Return to bug 16110