Commit | Line | Data |
---|---|---|
8a3b8db8 | 1 | <:wrap admin/base.tmpl title => "Delete Product Option Value", menuitem=>"prodopt_delete", showtitle => "1" :> |
58baa27b TC |
2 | <:include admin/product_menu.tmpl:> |
3 | <form action="<:script:>" method="post"> | |
5b816615 TC |
4 | <input type="hidden" name="id" value="<:= article.id:>" /> |
5 | <input type="hidden" name="value_id" value="<:= option_value.id:>" /> | |
58baa27b TC |
6 | <input type="hidden" name="_t" value="prodopts" /> |
7 | <:csrfp admin_delete_option_value hidden:> | |
8a3b8db8 TC |
8 | <table class="editform editformtiny"> |
9 | <tr> | |
10 | <th>Option:</th> | |
11 | <td><:option name:></td> | |
12 | </tr> | |
13 | <tr> | |
14 | <th>Value:</th> | |
5b816615 | 15 | <td><:= option_value.value:></td> |
8a3b8db8 TC |
16 | </tr> |
17 | <tr> | |
18 | <td colspan="2" class="buttons"> | |
19 | <input type="submit" name="a_delete_option_value" value="Delete" /> | |
20 | <input type="submit" value="Return to product options" /> | |
21 | </td> | |
22 | </tr> | |
23 | </table> | |
58baa27b | 24 | </form> |