summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-11-23 23:46:47 +0100
committerlpsolit%gmail.com <>2009-11-23 23:46:47 +0100
commit2296f779df4debf3d7aa3fc1f2b648e2c929e061 (patch)
treea51eee2ae9d333d45da82909ebfea820d6128874 /template
parent717b3b5c982957c28275b0c177ed56536b93303c (diff)
downloadbugzilla-2296f779df4debf3d7aa3fc1f2b648e2c929e061.tar.gz
bugzilla-2296f779df4debf3d7aa3fc1f2b648e2c929e061.tar.xz
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')
-rw-r--r--template/en/default/admin/products/confirm-delete.html.tmpl5
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 %]">