]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage due to bug 287334
authorlpsolit%gmail.com <>
Fri, 22 Aug 2008 07:25:59 +0000 (07:25 +0000)
committerlpsolit%gmail.com <>
Fri, 22 Aug 2008 07:25:59 +0000 (07:25 +0000)
template/en/default/bug/field.html.tmpl

index 7720ea0f8acc2ac5f4c0d88370f02888b9544a7e..b7fdd4291307a1765d5c675b3cde76abe7e88566 100644 (file)
           (<a href="#" id="[% field.name FILTER html %]_edit_action">edit</a>)
         </span>
         <script type="text/javascript">
-        hideEditableField('[% field.name FILTER html %]_edit_container', 
-                          '[% field.name FILTER html %]_input_area', 
-                          '[% field.name FILTER html %]_edit_action', 
-                          '[% field.name FILTER html %]', 
-                          "[% bug.${field.name} %]");
+        hideEditableField('[% field.name FILTER js %]_edit_container',
+                          '[% field.name FILTER js %]_input_area',
+                          '[% field.name FILTER js %]_edit_action',
+                          '[% field.name FILTER js %]',
+                          "[% bug.${field.name} FILTER js %]");
         </script>
     [% CASE [ constants.FIELD_TYPE_SINGLE_SELECT 
               constants.FIELD_TYPE_MULTI_SELECT ] %]