summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-04-27 10:58:16 +0000
committerivan <ivan>2010-04-27 10:58:16 +0000
commit51d08ea7a5f0d07185c683db7a65722f4ebea781 (patch)
tree301a44383999a08dc892dcd5fd5c7269a79a9e23
parent6874a21f3cb26a167e49cc1324df30119c6ed75d (diff)
communigate (phase 2): rules: start of adding conditions and actions to rule edit. RT#7514
-rw-r--r--httemplate/elements/select-cgp_rule_action.html1
-rw-r--r--httemplate/elements/select.html1
-rw-r--r--httemplate/elements/tr-select.html2
3 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/elements/select-cgp_rule_action.html b/httemplate/elements/select-cgp_rule_action.html
index b53a96e9e..24301b59b 100644
--- a/httemplate/elements/select-cgp_rule_action.html
+++ b/httemplate/elements/select-cgp_rule_action.html
@@ -17,7 +17,6 @@
<%init>
my %opt = @_;
-warn "SELECT-CGP_RULE-ACTION.HTML: ". join ' / ', %opt;
my @actions = (
'',
diff --git a/httemplate/elements/select.html b/httemplate/elements/select.html
index 7aa4180b6..268e0d243 100644
--- a/httemplate/elements/select.html
+++ b/httemplate/elements/select.html
@@ -42,7 +42,6 @@
<%init>
my %opt = @_;
-warn "SELECT.HTML: ". join ' / ', %opt;
my $onchange = $opt{'onchange'}
? 'onChange="'. $opt{'onchange'}. '(this)"'
diff --git a/httemplate/elements/tr-select.html b/httemplate/elements/tr-select.html
index f9c768c60..cf1b3cc60 100644
--- a/httemplate/elements/tr-select.html
+++ b/httemplate/elements/tr-select.html
@@ -14,7 +14,7 @@
<%init>
my %opt = @_;
-warn join ' / ', %opt;
+
my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : '';