Lines 47-53
Link Here
|
47 |
[%~ END ~%] |
47 |
[%~ END ~%] |
48 |
[%~ IF can_manage_shelf OR can_delete_shelf ~%] |
48 |
[%~ IF can_manage_shelf OR can_delete_shelf ~%] |
49 |
[%~ action_block = action_block _ ' <form action="shelves.pl" method="post">' ~%] |
49 |
[%~ action_block = action_block _ ' <form action="shelves.pl" method="post">' ~%] |
50 |
[%~ action_block = action_block _ '<input type="hidden" name="shelfoff" value="' _ shelfoff _ '" />' ~%] |
|
|
51 |
[%~ action_block = action_block _ '<input type="hidden" name="shelves" value="1" />' ~%] |
50 |
[%~ action_block = action_block _ '<input type="hidden" name="shelves" value="1" />' ~%] |
52 |
[%~ action_block = action_block _ '<input type="hidden" name="op" value="delete" />' ~%] |
51 |
[%~ action_block = action_block _ '<input type="hidden" name="op" value="delete" />' ~%] |
53 |
[%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber _ '" />' ~%] |
52 |
[%~ action_block = action_block _ '<input type="hidden" name="shelfnumber" value="' _ shelfnumber _ '" />' ~%] |
54 |
- |
|
|