summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/created.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-09-12 22:50:41 +0200
committerlpsolit%gmail.com <>2005-09-12 22:50:41 +0200
commit0d06b64ddb02bbfcc38c9ed88c400beb88e8b556 (patch)
treec732b6890d127a54f14509ecba57513e957ff770 /template/en/default/admin/products/created.html.tmpl
parent53fe5d4d04525d7ef944f1ce60a323a5b767d769 (diff)
downloadbugzilla-0d06b64ddb02bbfcc38c9ed88c400beb88e8b556.tar.gz
bugzilla-0d06b64ddb02bbfcc38c9ed88c400beb88e8b556.tar.xz
Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/admin/products/created.html.tmpl')
-rw-r--r--template/en/default/admin/products/created.html.tmpl31
1 files changed, 31 insertions, 0 deletions
diff --git a/template/en/default/admin/products/created.html.tmpl b/template/en/default/admin/products/created.html.tmpl
new file mode 100644
index 000000000..e4229f8a2
--- /dev/null
+++ b/template/en/default/admin/products/created.html.tmpl
@@ -0,0 +1,31 @@
+[%# 1.0@bugzilla.org %]
+[%# 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.
+ #
+ # Contributor(s): Gabriel S. Oliveira <gabriel@async.com.br>
+ #%]
+
+[% PROCESS global/header.html.tmpl
+ title = 'New Product Created'
+%]
+<br>
+<div style='border: 1px red solid; padding: 1ex;'>
+ <b>You will need to
+ <a href="editcomponents.cgi?action=add&product=[% product FILTER url_quote %]">
+ add at least one component
+ </a> before you can enter [% terms.bugs %] against this product
+ </b>
+</div>
+
+[% PROCESS "admin/products/footer.html.tmpl" name = product %]
+
+[% PROCESS global/footer.html.tmpl %]