[freeside-commits] freeside/httemplate/elements tr-select.html, 1.3, 1.4 select.html, 1.1, 1.2 select-cgp_rule_action.html, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Tue Apr 27 03:58:19 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv4393/httemplate/elements

Modified Files:
	tr-select.html select.html select-cgp_rule_action.html 
Log Message:
communigate (phase 2): rules: start of adding conditions and actions to rule edit.  RT#7514

Index: tr-select.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- tr-select.html	27 Apr 2010 10:56:51 -0000	1.3
+++ tr-select.html	27 Apr 2010 10:58:16 -0000	1.4
@@ -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'}.'"' : '';

Index: select.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- select.html	27 Apr 2010 10:56:51 -0000	1.1
+++ select.html	27 Apr 2010 10:58:16 -0000	1.2
@@ -42,7 +42,6 @@
 <%init>
 
 my %opt = @_;
-warn "SELECT.HTML: ". join ' / ', %opt;
 
 my $onchange = $opt{'onchange'}
                  ? 'onChange="'. $opt{'onchange'}. '(this)"'

Index: select-cgp_rule_action.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-cgp_rule_action.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- select-cgp_rule_action.html	27 Apr 2010 10:56:51 -0000	1.1
+++ select-cgp_rule_action.html	27 Apr 2010 10:58:16 -0000	1.2
@@ -17,7 +17,6 @@
 <%init>
 
 my %opt = @_;
-warn "SELECT-CGP_RULE-ACTION.HTML: ". join ' / ', %opt;
 
 my @actions = (
   '',



More information about the freeside-commits mailing list