]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1497077 followup - Convert links to absolute path
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 16 Oct 2018 17:52:15 +0000 (13:52 -0400)
committerDylan William Hardison <dylan@hardison.net>
Tue, 16 Oct 2018 17:52:15 +0000 (13:52 -0400)
template/en/default/admin/params/query.html.tmpl
template/en/default/bug/dependency-graph.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl

index 255c75a6badae22354c3892dbc5085920955eb6d..3e9e6f2e4aa01f4183f2b9cd93efb7439fac20c4 100644 (file)
@@ -40,9 +40,9 @@
                               </ul>",
 
   mostfreqthreshold => "The minimum number of duplicates $terms.abug needs to show up on the " _
-                       "<a href=\"duplicates.cgi\">most frequently reported $terms.bugs page</a>. " _
-                       "If you have a large database and this page takes a long time to " _
-                       "load, try increasing this number.",
+                       "<a href=\"${basepath}duplicates.cgi\">most frequently reported " _
+                       "$terms.bugs page</a>. 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.",
index c9d0627975d901cd06e98debf4c331b3817b815e..c87b0e0ca037d3fd4c36668d1f35ecc3448316d0 100644 (file)
@@ -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 <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
+     header = "$header for $terms.bug <a href=\"${basepath}show_bug.cgi?id=$bug_id\">$bug_id</a>"
      subheader = filtered_desc
    %]
 [% END %]
index 97b9394d792d8603893c5d55d4d22a2e6557701d..06955e1bb4883453dc69d145d0b1ae3fe4f08f1e 100644 (file)
@@ -27,7 +27,7 @@
 [% PROCESS global/header.html.tmpl
    title           = "Dependency tree for $terms.Bug $bugid"
    header          = "Dependency tree for
-                      <a href=\"show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
+                      <a href=\"${basepath}show_bug.cgi?id=$bugid\">$terms.Bug $bugid</a>"
    javascript_urls = ["js/expanding-tree.js"]
    style_urls      = ["skins/standard/dependency-tree.css"]
    subheader      = filtered_desc