[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.25, 1.26

Ivan,,, ivan at wavetail.420.am
Thu Aug 2 16:09:46 PDT 2007


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

Modified Files:
	packages.html 
Log Message:
fix slowness on change package and also make it into a popup

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- packages.html	2 Aug 2007 21:57:29 -0000	1.25
+++ packages.html	2 Aug 2007 23:09:43 -0000	1.26
@@ -526,7 +526,13 @@
   $strip;
 }
 
-sub pkg_change_link    { pkg_link('misc/change_pkg',    'Change package', @_ ); }
+sub pkg_change_link    { pkg_popup_link('misc/change_pkg.cgi?dummy=value',
+                                          'Change package',
+                                          'Change',
+                                          '',
+                                          @_
+                                       );
+                       }
 
 sub pkg_suspend_link   { pkg_popup_link( 'misc/cancel_pkg.html?method=suspend',
                                          'Suspend now',



More information about the freeside-commits mailing list