diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-23 21:47:50 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-23 21:47:50 +0200 |
commit | ab441548b8d53136c263fdff8dbe58767a64252c (patch) | |
tree | e1d4b789fe3fe2d87091cf2071606d3a7a3bc5ed /extensions | |
parent | ae25abcc31888afd2a5ca47e8d3d64c701155696 (diff) | |
download | bugzilla-ab441548b8d53136c263fdff8dbe58767a64252c.tar.gz bugzilla-ab441548b8d53136c263fdff8dbe58767a64252c.tar.xz |
Fixes for testsuite errors
Diffstat (limited to 'extensions')
4 files changed, 9 insertions, 8 deletions
diff --git a/extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl b/extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl index 05c1453db..8c193a056 100644 --- a/extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl +++ b/extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl @@ -160,8 +160,8 @@ YAHOO.util.Event.onDOMReady(onRemoveChange); </label> </td> <td> - <a href="buglist.cgi?product=[% watch.product.name FILTER url_quote ~%] - &component=[% watch.component.name FILTER url_quote %]&resolution=---"> + <a href="buglist.cgi?product=[% watch.product.name FILTER uri ~%] + &component=[% watch.component.name FILTER uri %]&resolution=---"> [% watch.component.name FILTER html %] </a> </td> @@ -176,7 +176,7 @@ YAHOO.util.Event.onDOMReady(onRemoveChange); </label> </td> <td> - <a href="describecomponents.cgi?product=[% watch.product.name FILTER url_quote %]"> + <a href="describecomponents.cgi?product=[% watch.product.name FILTER uri %]"> __Any__ </a> </td> @@ -214,8 +214,8 @@ YAHOO.util.Event.onDOMReady(onRemoveChange); <td>[% watch.user.login FILTER html %]</td> <td> [% watch.component.product.name FILTER html %]</td> <td> - <a href="buglist.cgi?product=[% watch.product.name FILTER url_quote ~%] - &component=[% watch.component.name FILTER url_quote %]&resolution=---"> + <a href="buglist.cgi?product=[% watch.product.name FILTER uri ~%] + &component=[% watch.component.name FILTER uri %]&resolution=---"> [% watch.component.name FILTER html %] </a> </td> diff --git a/extensions/MyDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl b/extensions/MyDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl index d97c0a4ac..518743ccf 100644 --- a/extensions/MyDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl +++ b/extensions/MyDashboard/template/en/default/hook/global/common-links-action-links.html.tmpl @@ -7,5 +7,6 @@ #%] [% IF user.login %] - <li><span class="separator"> | </span><a href="[% urlbase %]page.cgi?id=mydashboard.html">My Dashboard</a></li> + <li><span class="separator"> | </span> + <a href="[% urlbase FILTER none %]page.cgi?id=mydashboard.html">My Dashboard</a></li> [% END %] diff --git a/extensions/MyDashboard/template/en/default/mydashboard/prod-comp-search.html.tmpl b/extensions/MyDashboard/template/en/default/mydashboard/prod-comp-search.html.tmpl index b7e4d990c..98daedf1e 100644 --- a/extensions/MyDashboard/template/en/default/mydashboard/prod-comp-search.html.tmpl +++ b/extensions/MyDashboard/template/en/default/mydashboard/prod-comp-search.html.tmpl @@ -9,7 +9,7 @@ <div id="prod_comp_search_main"> <div id="prod_comp_search_autocomplete"> <div id="prod_comp_search_label"> - File Bug: + File [% terms.Bug %]: <img id="prod_comp_throbber" src="extensions/BMO/web/images/throbber.gif" class="hidden" width="16" height="11"> </div> diff --git a/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl b/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl index 7cf60c245..0d2ac5e6f 100644 --- a/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl +++ b/extensions/ProductDashboard/template/en/default/pages/productdashboard/components.html.tmpl @@ -152,7 +152,7 @@ <a href="#milestone">Milestone</a> </p> - <p>Click on a value to show a list of most recently updated bugs.</p> + <p>Click on a value to show a list of most recently updated [% terms.bugs %].</p> <div class="yui-skin-sam"> <a name="component"></a> |