[freeside-commits]
freeside/httemplate/view/cust_main packages.html, 1.15, 1.16
Jeff Finucane,420,,
jeff at wavetail.420.am
Thu Jan 11 18:04:52 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail:/tmp/cvs-serv21835/httemplate/view/cust_main
Modified Files:
packages.html
Log Message:
one-time charge enhancements
Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- packages.html 3 Jan 2007 19:47:53 -0000 1.15
+++ packages.html 12 Jan 2007 02:04:50 -0000 1.16
@@ -16,7 +16,8 @@
% ) {
%
- <% include('quick-charge.html', $cust_main ) %>
+ <% popup_link('edit/quick-charge.html?custnum='. $cust_main->custnum, 'One-time charge', 'One-time charge', 684) %>
+ <BR>
% }
% if ( $curuser->access_right('Bulk change customer packages') ) {
@@ -518,19 +519,19 @@
% my($action, $label, $actionlabel, $cust_pkg) = @_;
% $action .= '&pkgnum='. $cust_pkg->pkgnum;
% $actionlabel .= ' package '. $cust_pkg->pkgnum;
-% popup_link($action, $label, $actionlabel);
+% popup_link($action, $label, $actionlabel, 392);
%}
%
%sub svc_popup_link {
% my($action, $label, $actionlabel, $cust_svc) = @_;
% $action .= '?svcnum='. $cust_svc->svcnum;
% $actionlabel .= ' service '. $cust_svc->svcnum;
-% popup_link($action, $label, $actionlabel);
+% popup_link($action, $label, $actionlabel, 392);
%}
%
%sub popup_link {
-% my($action, $label, $actionlabel) = @_;
-% qq!<A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('$p$action', 392, 336, 'pkg_or_svc_action_popup' ), CAPTION, '$actionlabel', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK ); return false;">$label</A>!;
+% my($action, $label, $actionlabel, $width) = @_;
+% qq!<A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('$p$action', $width, 336, 'pkg_or_svc_action_popup' ), CAPTION, '$actionlabel', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK ); return false;">$label</A>!;
%}
%
%sub pkg_customize_link {
More information about the freeside-commits
mailing list