[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.71, 1.72 order_pkg_link.html, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Sat Jan 30 12:05:18 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv5401/httemplate/view/cust_main

Modified Files:
	packages.html 
Added Files:
	order_pkg_link.html 
Log Message:
discounts, RT#6679

--- NEW FILE: order_pkg_link.html ---
<% include( '/elements/popup_link-cust_main.html',
              'action'      => $p. 'misc/order_pkg.html',
              'label'       => 'Order&nbsp;new&nbsp;package',
              'actionlabel' => 'Order new package',
              'color'       => '#333399',
              'cust_main'   => $cust_main,
              'closetext'   => 'Close',
              'width'       => 763,
              'height'      => 408,
          )
%>
<%init>

my($cust_main) = @_;

</%init>

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- packages.html	20 Dec 2009 01:02:25 -0000	1.71
+++ packages.html	30 Jan 2010 20:05:15 -0000	1.72
@@ -1,17 +1,7 @@
 % my $s = 0;
 % if ( $curuser->access_right('Order customer package') ) { 
   <% $s++ ? ' | ' : '' %>
-  <% include( '/elements/popup_link-cust_main.html',
-                'action'      => $p. 'misc/order_pkg.html',
-                'label'       => 'Order&nbsp;new&nbsp;package',
-                'actionlabel' => 'Order new package',
-                'color'       => '#333399',
-                'cust_main'   => $cust_main,
-                'closetext'   => 'Close',
-                'width'       => 763,
-                'height'      => 350,
-            )
-  %>
+  <% include('order_pkg_link.html', $cust_main) %>
 % } 
 
 % if ( $curuser->access_right('One-time charge')



More information about the freeside-commits mailing list