From 3c0b8295a7d9ac923aeda1a77f69b3a49b5780e2 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 13 Feb 2007 07:45:11 +0000 Subject: [PATCH] r1402: It seems like this search_update.tpl file would be important. It is! --- templates/search_update.tpl | 104 ++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 templates/search_update.tpl diff --git a/templates/search_update.tpl b/templates/search_update.tpl new file mode 100644 index 0000000..ec240a8 --- /dev/null +++ b/templates/search_update.tpl @@ -0,0 +1,104 @@ +$doctype + + +$headinclude + + + {$bugsys->options['trackertitle']} - {@"Mass Update"} + + + + +$header + +

{@"Any fields left blank or unselected will not be changed."}

+ +
+ + + +
+ +
+ + +
+ {@"Product / Version"} $help[product] +
+
+ + + +
+ {@"Status"} $help[status] +
+
+ + + +
+ {@"Priority"} $help[priority] +
+
+ + + $customfields[left] + +
+ + + +
+ + +
+ {@"Assignment"} $help[assignedto] +
+
+ + + +
+ {@"Resolution"} $help[resolution] +
+
+ + + +
+ {@"Severity"} $help[severity] +
+
+ + + + +
+ {@"Favorite"} +
+ +
+
+ +
+ + $customfields[right] + +
+ +
+ +
+ +
+ + +
+ +
+ +$footer \ No newline at end of file -- 2.22.5