diff options
author | lpsolit%gmail.com <> | 2009-11-23 22:46:47 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-11-23 22:46:47 +0000 |
commit | 2296f779df4debf3d7aa3fc1f2b648e2c929e061 (patch) | |
tree | a51eee2ae9d333d45da82909ebfea820d6128874 /template/en/default/admin/products | |
parent | 717b3b5c982957c28275b0c177ed56536b93303c (diff) | |
download | bugs-2296f779df4debf3d7aa3fc1f2b648e2c929e061.tar bugs-2296f779df4debf3d7aa3fc1f2b648e2c929e061.tar.gz bugs-2296f779df4debf3d7aa3fc1f2b648e2c929e061.tar.bz2 bugs-2296f779df4debf3d7aa3fc1f2b648e2c929e061.tar.xz bugs-2296f779df4debf3d7aa3fc1f2b648e2c929e061.zip |
Bug 451716: Deleting a product does not remove its entries from the 'Series' table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
Diffstat (limited to 'template/en/default/admin/products')
-rw-r--r-- | template/en/default/admin/products/confirm-delete.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/admin/products/confirm-delete.html.tmpl b/template/en/default/admin/products/confirm-delete.html.tmpl index d350bdb90..f4a04b86f 100644 --- a/template/en/default/admin/products/confirm-delete.html.tmpl +++ b/template/en/default/admin/products/confirm-delete.html.tmpl @@ -248,6 +248,11 @@ <p>Do you really want to delete this product?</p> <form method="post" action="editproducts.cgi"> + <input type="checkbox" id="delete_series" name="delete_series" value=1> + <label for="delete_series"> + Delete all related series (you can also delete them later, by visiting + the <a href="chart.cgi?category=[% product.name FILTER html %]">New Charts page</a>.) + </label><p> <input type="submit" id="delete" value="Yes, delete"> <input type="hidden" name="action" value="delete"> <input type="hidden" name="product" value="[% product.name FILTER html %]"> |