diff options
-rw-r--r-- | template/en/default/admin/table.html.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl index 76ed601d6..29108fd6c 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -104,17 +104,17 @@ [%# 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 %] |