]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 311973: Create admin/classifications/footer.html.tmpl to avoid code duplication...
authorlpsolit%gmail.com <>
Sat, 30 May 2009 13:26:12 +0000 (13:26 +0000)
committerlpsolit%gmail.com <>
Sat, 30 May 2009 13:26:12 +0000 (13:26 +0000)
template/en/default/admin/classifications/add.html.tmpl
template/en/default/admin/classifications/del.html.tmpl
template/en/default/admin/classifications/edit.html.tmpl
template/en/default/admin/classifications/footer.html.tmpl [new file with mode: 0644]
template/en/default/admin/classifications/reclassify.html.tmpl

index 7254779050b023ecbfd49ad415ffe2c55149cf01..cd949f257e341d67a4276dd508523501d97e600b 100644 (file)
@@ -51,7 +51,6 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </FORM>
 
-<p>Back to the <a href="./">main [% terms.bugs %] page</a>
-or <a href="editclassifications.cgi"> edit</a> more classifications.
+[% PROCESS admin/classifications/footer.html.tmpl %] 
 
 [% PROCESS global/footer.html.tmpl %] 
index 8e48768728188d42bd4c4ede62134afa02a54db1..5a3800f7ac9902d8d332c6927f944a760be8bcf8 100644 (file)
@@ -58,7 +58,6 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
-<p>Back to the <a href="./">main [% terms.bugs %] page</a>
-or <a href="editclassifications.cgi"> edit</a> more classifications.</p>
+[% PROCESS admin/classifications/footer.html.tmpl %] 
 
 [% PROCESS global/footer.html.tmpl %] 
index b3ef22bca393f443756a21405515084f05037837..80d7f9840c155a5d792041e1458e182a779a90f0 100644 (file)
@@ -80,7 +80,6 @@
   <input type=submit value="Update">
 </form>
 
-<p>Back to the <a href="./">main [% terms.bugs %] page</a>
-or <a href="editclassifications.cgi"> edit</a> 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 (file)
index 0000000..db983aa
--- /dev/null
@@ -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 <nbezzala@yahoo.com>
+  #%]
+
+[% PROCESS global/variables.none.tmpl %]
+
+<p>Back to the <a href="./">main [% terms.bugs %] page</a>
+or <a href="editclassifications.cgi"> edit</a> more classifications.</p>
index 08b85afa9bd976f3e04eed7a8ffcc80c4611acb2..146a1acc6ea1838301569f6aa4755f061be96bc9 100644 (file)
@@ -84,8 +84,7 @@
   <input type="hidden" name="token" value="[% token FILTER html %]">
 </form>
 
-<p>Back to the <a href="./">main [% terms.bugs %] page</a>,
-or <a href="editclassifications.cgi"> edit</a> more classifications.
+[% PROCESS admin/classifications/footer.html.tmpl %]
 
 [% PROCESS global/footer.html.tmpl %]