]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch by FrÃ...
authorlpsolit%gmail.com <>
Wed, 30 Sep 2009 14:29:33 +0000 (14:29 +0000)
committerlpsolit%gmail.com <>
Wed, 30 Sep 2009 14:29:33 +0000 (14:29 +0000)
template/en/default/bug/knob.html.tmpl

index 49eb254c7cd1783bf2df70a7bbbcd2dab32e37a7..a8a3a9df882aeebe56ea1e2246c21d107e75f057 100644 (file)
@@ -95,6 +95,9 @@
       ><input id="dup_id" name="dup_id" size="6"
               value="[% bug.dup_id FILTER html %]">
     </span>
+    [% IF bug.dup_id %]
+        <noscript>[% bug.dup_id FILTER bug_link(bug.dup_id) FILTER none %]</noscript>
+    [% END %]
     <div id="dup_id_discoverable" class="bz_default_hidden">
       <a href="#" id="dup_id_discoverable_action">Mark as Duplicate</a>
     </div>