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

Ivan,,, ivan at wavetail.420.am
Tue Jan 2 12:29:45 PST 2007


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

Modified Files:
	packages.html 
Log Message:
fix popup target links

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- packages.html	29 Dec 2006 08:51:34 -0000	1.13
+++ packages.html	2 Jan 2007 20:29:43 -0000	1.14
@@ -504,7 +504,7 @@
 %sub pkg_link {
 %  my($action, $label, $cust_pkg) = @_;
 %  return '' unless $cust_pkg;
-%  qq!<a href="${p}misc/$action.cgi?!. $cust_pkg->pkgnum. qq!">$label</a>!;
+%  qq!<a href="${p}$action.cgi?!. $cust_pkg->pkgnum. qq!">$label</a>!;
 %}
 %
 %sub pkg_popup_link {



More information about the freeside-commits mailing list