From: jocuri%softhome.net <> Date: Sat, 6 Mar 2004 17:01:27 +0000 (+0000) Subject: Patch for bug 236443: respect customization of customized words in create.html.tmpl... X-Git-Tag: bugzilla-2.18rc1~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11891792a7e07d0f3ed362784c9da455e25dcd31;p=thirdparty%2Fbugzilla.git Patch for bug 236443: respect customization of customized words in create.html.tmpl; r=kiko, a=justdave. --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 1a6f9de118..7009941303 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -20,9 +20,11 @@ # Ville Skyttä #%] +[% PROCESS global/variables.none.tmpl %] + [% PROCESS global/header.html.tmpl title = "Enter Bug" - h2 = "This page lets you enter a new bug into Bugzilla." + h2 = "This page lets you enter a new $terms.bug into ${terms.Bugzilla}." onload="set_assign_to();" %]