[freeside-commits] freeside/httemplate/elements tr-selectmultiple-part_pkg.html, NONE, 1.1

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Oct 24 21:44:50 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv23641/httemplate/elements

Added Files:
	tr-selectmultiple-part_pkg.html 
Log Message:
select multiple pkgparts on advanced package report

--- NEW FILE: tr-selectmultiple-part_pkg.html ---
%
%  my( $cust_fields, %opt ) = @_;
%
%  use FS::ConfDefaults;
%  $opt{'avail_fields'} ||= [ FS::ConfDefaults->cust_fields_avail() ];
%
%


<TR>
  <TD ALIGN="right"><% $opt{'label'} || 'Packages' %></TD>
  <TD>
    <% include( '/elements/select-table.html',
                  'table'     => 'part_pkg',
		  'name_col'  => 'pkg',
		  'value'     => '',
		  'empty_label' => '(none)',
		  'element_etc' => 'multiple',
		  %opt,
              )
    %>
  </TD>
</TR>



More information about the freeside-commits mailing list