[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.14, 1.15

Ivan,,, ivan at wavetail.420.am
Wed Jan 3 11:47:55 PST 2007


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

Modified Files:
	packages.html 
Log Message:
fix suspend link

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- packages.html	2 Jan 2007 20:29:43 -0000	1.14
+++ packages.html	3 Jan 2007 19:47:53 -0000	1.15
@@ -476,7 +476,14 @@
 %}
 %
 %sub pkg_change_link    { pkg_link('misc/change_pkg',    'Change package', @_ ); }
-%sub pkg_suspend_link   { pkg_link('misc/susp_pkg',      'Suspend',             @_ ); }
+%
+%sub pkg_suspend_link   { pkg_popup_link( 'misc/cancel_pkg/html?method=suspend',
+%                                         'Suspend',
+%                                         'Suspend',
+%                                         @_
+%                                       );
+%                       }
+%
 %sub pkg_unsuspend_link { pkg_link('misc/unsusp_pkg',    'Unsuspend',           @_ ); }
 %sub pkg_expire_link    { pkg_link('misc/expire_pkg',    'Cancel later',   @_ ); }
 %sub pkg_dates_link     { pkg_link('edit/REAL_cust_pkg', 'Edit dates',     @_ ); }



More information about the freeside-commits mailing list