diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2011-12-08 22:10:18 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-12-08 22:10:18 +0100 |
commit | 91f7bb260df5cee55f05c15ee5900323964809da (patch) | |
tree | e0b91b938454e51567303eca40c2f43dbf9b8879 /extensions/BMO/template/en | |
parent | 2d568711c5ac28512d7a1eb2f418a3ab9bcfefb1 (diff) | |
download | bugzilla-91f7bb260df5cee55f05c15ee5900323964809da.tar.gz bugzilla-91f7bb260df5cee55f05c15ee5900323964809da.tar.xz |
Sanity test fixes
Diffstat (limited to 'extensions/BMO/template/en')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl | 2 | ||||
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-winqual.html.tmpl | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl index c11e86f89..3454b0181 100644 --- a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl @@ -35,7 +35,7 @@ <p><strong>Welcome to MoLegal.</strong> For legal help please fill in the form below completely.</p> -<p>Legal bugs are only visible to the reporter, members of the legal team, and those on the +<p>Legal [% terms.bugs %] are only visible to the reporter, members of the legal team, and those on the CC list. This is necessary to maintain attorney-client privilege. Please do not add non- employees to the cc list.</p> diff --git a/extensions/BMO/template/en/default/bug/create/create-winqual.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-winqual.html.tmpl index 633c44102..d14cca810 100644 --- a/extensions/BMO/template/en/default/bug/create/create-winqual.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-winqual.html.tmpl @@ -240,7 +240,7 @@ TUI_hide_default('expert_fields'); [%# We can't use the select block in these two cases for various reasons. %] <tr> [% component_desc_url = BLOCK -%] - describecomponents.cgi?product=[% product.name FILTER url_quote %] + describecomponents.cgi?product=[% product.name FILTER uri %] [% END %] [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.component editable = 1 @@ -489,7 +489,7 @@ TUI_hide_default('expert_fields'); [% defaultcontent = BLOCK %] [% IF cloned_bug_id %] -+++ This [% terms.bug %] was initially created as a clone of [% terms.Bug %] #[% cloned_bug_id %] +++ ++++ This [% terms.bug %] was initially created as a clone of [% terms.Bug %] #[% cloned_bug_id FILTER html %] +++ [% END %] @@ -750,9 +750,9 @@ TUI_hide_default('expert_fields'); [% Hook.process("end") %] <div id="guided"> - <a id="guided_img" href="enter_bug.cgi?format=guided&product=[% product.name FILTER url_quote %]"><img + <a id="guided_img" href="enter_bug.cgi?format=guided&product=[% product.name FILTER uri %]"><img src="extensions/BMO/web/images/guided.png" width="16" height="16" border="0" align="absmiddle"></a> - <a id="guided_link" href="enter_bug.cgi?format=guided&product=[% product.name FILTER url_quote %]" + <a id="guided_link" href="enter_bug.cgi?format=guided&product=[% product.name FILTER uri %]" >Switch to the [% terms.Bugzilla %] Helper</a> </div> |