summaryrefslogtreecommitdiffstats
path: root/webui_templates/image_edit.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/image_edit.tmpl')
-rw-r--r--webui_templates/image_edit.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/webui_templates/image_edit.tmpl b/webui_templates/image_edit.tmpl
index 50f03427..f4e95884 100644
--- a/webui_templates/image_edit.tmpl
+++ b/webui_templates/image_edit.tmpl
@@ -375,8 +375,9 @@ function disablename(value)
<label for="delete">Delete</label>
</td>
<td>
- <input type="checkbox" name="delete1" value="delete1">Yes
- <input type="checkbox" name="delete2" value="delete2">Really
+ <input type="checkbox" name="delete1" value="True">Yes
+ <input type="checkbox" name="delete2" value="True">Really
+ <input type="checkbox" name="recursive" value="True">Delete child objects?
<p class="context-tip">Check both buttons and click save to delete this object</p>
</td>
</tr>