[freeside-commits] freeside/httemplate/elements tr-select.html, 1.1.6.1, 1.1.6.2 select.html, 1.1.2.2, 1.1.2.3 select-cgp_rule_action.html, 1.1.2.2, 1.1.2.3

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


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.1.6.1
retrieving revision 1.1.6.2
diff -u -w -d -r1.1.6.1 -r1.1.6.2
--- tr-select.html	27 Apr 2010 10:57:00 -0000	1.1.6.1
+++ tr-select.html	27 Apr 2010 10:58:17 -0000	1.1.6.2
@@ -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.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- select.html	27 Apr 2010 10:57:00 -0000	1.1.2.2
+++ select.html	27 Apr 2010 10:58:18 -0000	1.1.2.3
@@ -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.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- select-cgp_rule_action.html	27 Apr 2010 10:57:01 -0000	1.1.2.2
+++ select-cgp_rule_action.html	27 Apr 2010 10:58:18 -0000	1.1.2.3
@@ -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