From: Kohei Yoshino Date: Tue, 16 Oct 2018 17:52:15 +0000 (-0400) Subject: Bug 1497077 followup - Convert links to absolute path X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf57c6feb68b87edd02b8a0491fa946d42804a6b;p=thirdparty%2Fbugzilla.git Bug 1497077 followup - Convert links to absolute path --- diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index 255c75a6b..3e9e6f2e4 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -40,9 +40,9 @@ ", mostfreqthreshold => "The minimum number of duplicates $terms.abug needs to show up on the " _ - "most frequently reported $terms.bugs page. " _ - "If you have a large database and this page takes a long time to " _ - "load, try increasing this number.", + "most frequently reported " _ + "$terms.bugs page. If you have a large database and this page takes a " _ + "long time to load, try increasing this number.", mybugstemplate => "This is the URL to use to bring up a simple 'all of my $terms.bugs' " _ "list for a user. %userid% will get replaced with the login name of a user.", diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index c9d062797..c87b0e0ca 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -39,7 +39,7 @@ [% IF NOT multiple_bugs %] [% filtered_desc = short_desc FILTER html %] [% title = "$title for $terms.bug $bug_id" - header = "$header for $terms.bug $bug_id" + header = "$header for $terms.bug $bug_id" subheader = filtered_desc %] [% END %] diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 97b9394d7..06955e1bb 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -27,7 +27,7 @@ [% PROCESS global/header.html.tmpl title = "Dependency tree for $terms.Bug $bugid" header = "Dependency tree for - $terms.Bug $bugid" + $terms.Bug $bugid" javascript_urls = ["js/expanding-tree.js"] style_urls = ["skins/standard/dependency-tree.css"] subheader = filtered_desc