[rt-devel] bug in rt3 beta 2
Michael Lausch
mla+ml.rt-devel at lausch.at
Fri Feb 28 11:44:47 EST 2003
In the admin screen for creating queue templates is a typo.
patch attached.
--- /tmp/rt-2-1-75/html/Admin/Queues/Template.html 2003-02-19 07:05:15.000000000 +0100
+++ html/Admin/Queues/Template.html 2003-02-28 12:39:09.000000000 +0100
@@ -63,7 +63,7 @@
if ($Create) {
$title = loc("Create a template");
- $current_subtab = "Admin/Queues/Template.html?create=1&Queue=".$Queue;
+ $current_subtab = "Admin/Queues/Template.html?Create=1&Queue=".$Queue;
}
else {
More information about the Rt-devel
mailing list