From d0c14a97593f2f005d7f819d70f90fda0f053ed1 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Wed, 19 Nov 2003 14:42:04 +0000 Subject: [PATCH] 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 --- editgroups.cgi | 2 +- .../admin/{add-group.html.tmpl => groups/create.html.tmpl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename template/en/default/admin/{add-group.html.tmpl => groups/create.html.tmpl} (100%) mode change 100755 => 100644 diff --git a/editgroups.cgi b/editgroups.cgi index 6bf6184279..db35a5aa81 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 old mode 100755 new mode 100644 similarity index 100% rename from template/en/default/admin/add-group.html.tmpl rename to template/en/default/admin/groups/create.html.tmpl -- 2.47.2