freeside/htetc global.asa,1.54,1.55 handler.pl,1.50,1.51
ivan
ivan at pouncequick.420.am
Thu Feb 10 22:44:30 PST 2005
Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv15732/htetc
Modified Files:
global.asa handler.pl
Log Message:
generalize progressbar code in preparation for using it wherever needed
Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- global.asa 30 Dec 2004 23:47:03 -0000 1.54
+++ global.asa 11 Feb 2005 06:44:26 -0000 1.55
@@ -29,6 +29,7 @@
use FS::Conf;
use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot
small_custview myexit http_header);
+use FS::UI::Web;
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email );
use FS::Report::Table::Monthly;
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- handler.pl 3 Dec 2004 23:41:41 -0000 1.50
+++ handler.pl 11 Feb 2005 06:44:26 -0000 1.51
@@ -112,6 +112,7 @@
use FS::Conf;
use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot
small_custview myexit http_header);
+ use FS::UI::Web;
use FS::Msgcat qw(gettext geterror);
use FS::Misc qw( send_email );
use FS::Report::Table::Monthly;
More information about the freeside-commits
mailing list