summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjouni%heikniemi.net <>2003-11-19 15:42:04 +0100
committerjouni%heikniemi.net <>2003-11-19 15:42:04 +0100
commitd0c14a97593f2f005d7f819d70f90fda0f053ed1 (patch)
tree025c6984a9ac1942a7a7693f37133e7f497142e3
parent69945a4937317f7c84409185e52d480ff67e943d (diff)
downloadbugzilla-d0c14a97593f2f005d7f819d70f90fda0f053ed1.tar.gz
bugzilla-d0c14a97593f2f005d7f819d70f90fda0f053ed1.tar.xz
Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@.
r=myk, a=justdave
-rwxr-xr-xeditgroups.cgi2
-rw-r--r--[-rwxr-xr-x]template/en/default/admin/groups/create.html.tmpl (renamed from template/en/default/admin/add-group.html.tmpl)0
2 files changed, 1 insertions, 1 deletions
diff --git a/editgroups.cgi b/editgroups.cgi
index 6bf618427..db35a5aa8 100755
--- a/editgroups.cgi
+++ b/editgroups.cgi
@@ -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;
diff --git a/template/en/default/admin/add-group.html.tmpl b/template/en/default/admin/groups/create.html.tmpl
index 5adb53599..5adb53599 100755..100644
--- a/template/en/default/admin/add-group.html.tmpl
+++ b/template/en/default/admin/groups/create.html.tmpl