From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/bug/create/create.html.tmpl | 62 ++++++++++++------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'template/en/default/bug/create/create.html.tmpl') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 4196f77bb..14ce27180 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -86,7 +86,7 @@ function set_assign_to() { [% INCLUDE 'bug/create/user-message.html.tmpl' %] - +
@@ -94,11 +94,11 @@ function set_assign_to() { Reporter: [% reporter FILTER html %] - + Product: [% product FILTER html %] - + [%# We can't use the select block in these two cases for various reasons. %] @@ -112,8 +112,8 @@ function set_assign_to() { [%- END %] - - + + @@ -129,49 +129,49 @@ function set_assign_to() { [%- END %] - + - +   - + [% sel = { description => 'Platform', name => 'rep_platform' } %] [% INCLUDE select %] - + [% sel = { description => 'OS', name => 'op_sys' } %] [% INCLUDE select %] - - + + [% IF Param('letsubmitterchoosepriority') %] [% sel = { description => 'Priority', name => 'priority' } %] [% INCLUDE select %] [% ELSE %] - [% END %] [% sel = { description => 'Severity', name => 'bug_severity' } %] - [% INCLUDE select %] + [% INCLUDE select %] - +   -[% IF bug_status.size > 1 %] +[% IF bug_status.size > 1 %] [% sel = { description => 'Initial State', name => 'bug_status' } %] [% INCLUDE select %] - + [% ELSE %] - + [% END %] @@ -216,18 +216,18 @@ function set_assign_to() { URL: - - + Summary: - + Description: