From c7093fe77e5f23ac400c7a9a5f47952c04d40e53 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 30 May 2009 13:26:12 +0000 Subject: Bug 311973: Create admin/classifications/footer.html.tmpl to avoid code duplication - Patch by Nitish Bezzala r/a=LpSolit --- .../en/default/admin/classifications/add.html.tmpl | 3 +-- .../en/default/admin/classifications/del.html.tmpl | 3 +-- .../default/admin/classifications/edit.html.tmpl | 3 +-- .../default/admin/classifications/footer.html.tmpl | 24 ++++++++++++++++++++++ .../admin/classifications/reclassify.html.tmpl | 3 +-- 5 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 template/en/default/admin/classifications/footer.html.tmpl diff --git a/template/en/default/admin/classifications/add.html.tmpl b/template/en/default/admin/classifications/add.html.tmpl index 725477905..cd949f257 100644 --- a/template/en/default/admin/classifications/add.html.tmpl +++ b/template/en/default/admin/classifications/add.html.tmpl @@ -51,7 +51,6 @@ -

Back to the main [% terms.bugs %] page -or edit more classifications. +[% PROCESS admin/classifications/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/classifications/del.html.tmpl b/template/en/default/admin/classifications/del.html.tmpl index 8e4876872..5a3800f7a 100644 --- a/template/en/default/admin/classifications/del.html.tmpl +++ b/template/en/default/admin/classifications/del.html.tmpl @@ -58,7 +58,6 @@ -

Back to the main [% terms.bugs %] page -or edit more classifications.

+[% PROCESS admin/classifications/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/classifications/edit.html.tmpl b/template/en/default/admin/classifications/edit.html.tmpl index b3ef22bca..80d7f9840 100644 --- a/template/en/default/admin/classifications/edit.html.tmpl +++ b/template/en/default/admin/classifications/edit.html.tmpl @@ -80,7 +80,6 @@ -

Back to the main [% terms.bugs %] page -or edit more classifications. +[% PROCESS admin/classifications/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/classifications/footer.html.tmpl b/template/en/default/admin/classifications/footer.html.tmpl new file mode 100644 index 000000000..db983aa74 --- /dev/null +++ b/template/en/default/admin/classifications/footer.html.tmpl @@ -0,0 +1,24 @@ +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Nitish Bezzala + #%] + +[% PROCESS global/variables.none.tmpl %] + +

Back to the main [% terms.bugs %] page +or edit more classifications.

diff --git a/template/en/default/admin/classifications/reclassify.html.tmpl b/template/en/default/admin/classifications/reclassify.html.tmpl index 08b85afa9..146a1acc6 100644 --- a/template/en/default/admin/classifications/reclassify.html.tmpl +++ b/template/en/default/admin/classifications/reclassify.html.tmpl @@ -84,8 +84,7 @@ -

Back to the main [% terms.bugs %] page, -or edit more classifications. +[% PROCESS admin/classifications/footer.html.tmpl %] [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b