]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 332891: Missing SET in admin/table.html.tmpl - Patch by Frédéric Buclin <LpSolit...
authorlpsolit%gmail.com <>
Thu, 6 Apr 2006 06:00:08 +0000 (06:00 +0000)
committerlpsolit%gmail.com <>
Thu, 6 Apr 2006 06:00:08 +0000 (06:00 +0000)
template/en/default/admin/table.html.tmpl

index 76ed601d6a7715db1ec20385e02cef1e2a141388..29108fd6c4d487f26d469daceca8679d1c7d7965 100644 (file)
         [%# Is the override for this row? %]
         [% IF override.match_value == row.${override.match_field} %]
 
-          [% contentlink = override.contentlink 
+          [% SET contentlink = override.contentlink 
              IF override.override_contentlink %]
-          [% content = override.content
+          [% SET content = override.content
              IF override.override_content %]
-          [% content_use_field = override.content_use_field
+          [% SET content_use_field = override.content_use_field
              IF override.override_content_use_field %]
-          [% align = override.align
+          [% SET align = override.align
              IF override.override_align %]
-          [% allow_html_content = override.allow_html_content
+          [% SET allow_html_content = override.allow_html_content
              IF override.override_allow_html_content %]
-          [% yesno_field = override.yesno_field
+          [% SET yesno_field = override.yesno_field
              IF override.override_yesno_field %]
 
           [% LAST %]