diff options
author | lpsolit%gmail.com <> | 2008-04-04 02:05:36 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 02:05:36 +0200 |
commit | 8ab64629d3a091a0ccb6af52c48ee7bb9fd8834d (patch) | |
tree | eb8bd3bdb7a2d3b520f18938364268c6ab4858ed /template/en/default/global | |
parent | 59d76227caa0d8304f243bd8d2d8534ed6d80e81 (diff) | |
download | bugzilla-8ab64629d3a091a0ccb6af52c48ee7bb9fd8834d.tar.gz bugzilla-8ab64629d3a091a0ccb6af52c48ee7bb9fd8834d.tar.xz |
Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/docslinks.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/per-bug-queries.html.tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index db913d9a1..bfd18af4d 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -122,7 +122,7 @@ [% IF doc_section %] <li> <span class="separator">| </span> - <a href="[% Param("docs_urlbase") _ doc_section FILTER html %]" target="_blank">Help</a> + <a href="[% docs_urlbase _ doc_section FILTER html %]" target="_blank">Help</a> </li> [% END %] [% END %] diff --git a/template/en/default/global/docslinks.html.tmpl b/template/en/default/global/docslinks.html.tmpl index 7c4e7aba5..712dfb45b 100644 --- a/template/en/default/global/docslinks.html.tmpl +++ b/template/en/default/global/docslinks.html.tmpl @@ -45,7 +45,7 @@ [% BLOCK docslinkslist %] [% FOREACH docslink = docstype.keys %] <li> - <a href="[% Param('docs_urlbase') %] + <a href="[% docs_urlbase FILTER html %] [% docslink FILTER none %]">[% docstype.$docslink FILTER html %]</a> </li> [% END %] diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index 6a9f7db0d..c2fc3983d 100644 --- a/template/en/default/global/per-bug-queries.html.tmpl +++ b/template/en/default/global/per-bug-queries.html.tmpl @@ -71,7 +71,7 @@ </select> [% IF Param('docs_urlbase') %] - <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a> + <a href="[% docs_urlbase FILTER html %]query.html#individual-buglists">the named tag</a> [% ELSE %] the named tag [% END %] |