]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 373413: Improve the initial fix so that the UI is still working correctly when...
authorlpsolit%gmail.com <>
Wed, 11 Apr 2007 00:02:34 +0000 (00:02 +0000)
committerlpsolit%gmail.com <>
Wed, 11 Apr 2007 00:02:34 +0000 (00:02 +0000)
template/en/default/bug/knob.html.tmpl
template/en/default/pages/bug-writing.html.tmpl

index 03084ddd4737e5a627811bd6f0076ad6bf189251..9eeeb42235c227e60953a21fe33607fdc955498d 100644 (file)
@@ -61,7 +61,7 @@
         <input type="radio" id="knob-clear" name="knob" value="clearresolution">
         <label for="knob-clear">
           Clear the resolution (remove the current resolution of
-          <b>[% resolution_descs.${bug.resolution} FILTER html %]</b>)
+          <b>[% get_resolution(bug.resolution) FILTER html %]</b>)
         </label>
         <br>
         [% knum = knum + 1 %]
index d0cfb625dd7063017db0953e639f71783b7752b2..6df5d5fef472a1dd6a5c66de3aa9b56534309a99 100644 (file)
@@ -57,8 +57,8 @@
   <ul>
     <li><b>It's Reproducible.</b> Engineers usually prefer to fix [% terms.bugs %]
     they can actually see. If an engineer can't reproduce the [% terms.bug %],
-    it'll probably be stamped "[% resolution_descs.WORKSFORME FILTER html %]" or
-    "[% resolution_descs.INVALID FILTER html %]".<br>
+    it'll probably be stamped "[% get_resolution("WORKSFORME") FILTER html %]" or
+    "[% get_resolution("INVALID") FILTER html %]".<br>
     <br>
     </li>