Commit 424ece4d authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 332891: Missing SET in admin/table.html.tmpl - Patch by Frédéric Buclin…

Bug 332891: Missing SET in admin/table.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=colin a=justdave
parent c8458af4
...@@ -104,17 +104,17 @@ ...@@ -104,17 +104,17 @@
[%# Is the override for this row? %] [%# Is the override for this row? %]
[% IF override.match_value == row.${override.match_field} %] [% IF override.match_value == row.${override.match_field} %]
[% contentlink = override.contentlink [% SET contentlink = override.contentlink
IF override.override_contentlink %] IF override.override_contentlink %]
[% content = override.content [% SET content = override.content
IF override.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 %] IF override.override_content_use_field %]
[% align = override.align [% SET align = override.align
IF override.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 %] IF override.override_allow_html_content %]
[% yesno_field = override.yesno_field [% SET yesno_field = override.yesno_field
IF override.override_yesno_field %] IF override.override_yesno_field %]
[% LAST %] [% LAST %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment