communigate (phase 2): rules: start of adding conditions and actions to rule edit...
authorivan <ivan>
Tue, 27 Apr 2010 10:58:16 +0000 (10:58 +0000)
committerivan <ivan>
Tue, 27 Apr 2010 10:58:16 +0000 (10:58 +0000)
httemplate/elements/select-cgp_rule_action.html
httemplate/elements/select.html
httemplate/elements/tr-select.html

index b53a96e..24301b5 100644 (file)
@@ -17,7 +17,6 @@
 <%init>
 
 my %opt = @_;
-warn "SELECT-CGP_RULE-ACTION.HTML: ". join ' / ', %opt;
 
 my @actions = (
   '',
index 7aa4180..268e0d2 100644 (file)
@@ -42,7 +42,6 @@
 <%init>
 
 my %opt = @_;
-warn "SELECT.HTML: ". join ' / ', %opt;
 
 my $onchange = $opt{'onchange'}
                  ? 'onChange="'. $opt{'onchange'}. '(this)"'
index f9c768c..cf1b3cc 100644 (file)
@@ -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'}.'"' : '';