]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html...
authorjouni%heikniemi.net <>
Wed, 19 Nov 2003 14:42:04 +0000 (14:42 +0000)
committerjouni%heikniemi.net <>
Wed, 19 Nov 2003 14:42:04 +0000 (14:42 +0000)
r=myk, a=justdave

editgroups.cgi
template/en/default/admin/groups/create.html.tmpl [moved from template/en/default/admin/add-group.html.tmpl with 100% similarity, mode: 0644]

index 6bf6184279dd36ae047d2304f74febdc3c73c6d6..db35a5aa81caa4a7ef7b13bef892d7aabff99414 100755 (executable)
@@ -287,7 +287,7 @@ if ($action eq 'changeform') {
 if ($action eq 'add') {
     print Bugzilla->cgi->header();
 
-    $template->process("admin/add-group.html.tmpl", $vars)
+    $template->process("admin/groups/create.html.tmpl", $vars)
       || ThrowTemplateError($template->error());
     
     exit;