[freeside-commits] freeside/httemplate/view/cust_main packages.html, 1.75, 1.76 qual_link.html, NONE, 1.1

Erik Levinson levinse at wavetail.420.am
Sun Dec 5 22:36:04 PST 2010


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

Modified Files:
	packages.html 
Added Files:
	qual_link.html 
Log Message:
-tr-select-cust_location.html and elements/location.html: optionally support alternate address format and 
optional address
-nearly finished qualifications, RT7111


--- NEW FILE: qual_link.html ---
<% include( '/elements/popup_link-cust_main.html',
              'action'      => $p. 'misc/qual.html',
              'label'       => 'Service&nbsp;Qualification',
              'actionlabel' => 'Service Qualification',
              'color'       => '#333399',
              'cust_main'   => $cust_main,
              'closetext'   => 'Close',
              'width'       => 763,
              'height'      => 436,
          )
%>
<%init>

my($cust_main) = @_;

</%init>

Index: packages.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/packages.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -w -d -r1.75 -r1.76
--- packages.html	25 Oct 2010 22:22:42 -0000	1.75
+++ packages.html	6 Dec 2010 06:36:02 -0000	1.76
@@ -1,4 +1,9 @@
 % my $s = 0;
+
+% # XXX: add qual access right
+  <% $s++ ? ' | ' : '' %>
+  <% include('qual_link.html', $cust_main) %>
+
 % if ( $curuser->access_right('Order customer package') ) { 
   <% $s++ ? ' | ' : '' %>
   <% include('order_pkg_link.html', $cust_main) %>



More information about the freeside-commits mailing list