[freeside-commits] freeside/httemplate/view/cust_main notes.html, 1.2, 1.3

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Nov 26 15:06:39 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv15925/httemplate/view/cust_main

Modified Files:
	notes.html 
Log Message:
more ajaxy customer notes

Index: notes.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/notes.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- notes.html	27 Oct 2006 17:01:31 -0000	1.2
+++ notes.html	26 Nov 2006 23:06:37 -0000	1.3
@@ -9,8 +9,6 @@
 % my $cust_main = qsearchs('cust_main', {'custnum' => $custnum} );
 % die "Custimer not found!" unless $cust_main;
 %
-% my (@notes) = $cust_main->notes();
-% if ( scalar(@notes) ) { 
 
 <STYLE TYPE="text/css">
 
@@ -21,6 +19,9 @@
 
 </STYLE>
 
+% my (@notes) = $cust_main->notes();
+% if ( scalar(@notes) ) { 
+
 <SCRIPT TYPE="text/javascript" SRC="/elements/overlibmws.js"></SCRIPT>
 <SCRIPT TYPE="text/javascript" SRC="/elements/overlibmws_iframe.js"></SCRIPT>
 <SCRIPT TYPE="text/javascript" SRC="/elements/overlibmws_crossframe.js"></SCRIPT>
@@ -28,7 +29,6 @@
 
 <TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 BORDER=0 >
 
-%#<% include('/elements/table-grid.html') %>
 %   my $bgcolor1 = '#eeeeee';
 %   my $bgcolor2 = '#ffffff';
 %   my $bgcolor = '';
@@ -71,9 +71,7 @@
 % } #end display notes
 
 </TABLE>
-% } else { 
 
-<BR>
 % } 
 %
 %#subroutines



More information about the freeside-commits mailing list