From 424ece4d8d183d74d7993023e2846a0724549315 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 6 Apr 2006 05:58:29 +0000 Subject: Bug 332891: Missing SET in admin/table.html.tmpl - Patch by Frédéric Buclin r=colin a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/table.html.tmpl | 12 ++++++------ 1 file 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 %] -- cgit v1.2.3-24-g4f1b