]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365046: If docs_urlbase is empty, link to "the named tag" in the documentation...
authorlpsolit%gmail.com <>
Wed, 27 Dec 2006 08:47:05 +0000 (08:47 +0000)
committerlpsolit%gmail.com <>
Wed, 27 Dec 2006 08:47:05 +0000 (08:47 +0000)
template/en/default/global/per-bug-queries.html.tmpl

index fa682ebc95ceb36c4d1af027c59540d6a7cb89ee..c3706d6de6b1ce873f37da01186cb61c918841c0 100644 (file)
             <option value="remove">Remove</option>
           [% END %]
         </select>
-        <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a>
+
+        [% IF Param('docs_urlbase') %]
+          <a href="[% Param('docs_urlbase') %]query.html#individual-buglists">the named tag</a>
+        [% ELSE %]
+          the named tag
+        [% END %]
+
         [% IF lists_of_bugs.size %]
           <select id="lob_oldqueryname" name="oldqueryname">
             [% FOREACH query = lists_of_bugs %]