[freeside-commits] freeside/httemplate/elements tr-select-state.html, NONE, 1.1.2.2 menu.html, 1.100.2.8, 1.100.2.9

Erik Levinson levinse at wavetail.420.am
Sat Feb 12 23:19:50 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv15258/httemplate/elements

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	menu.html 
Added Files:
      Tag: FREESIDE_2_1_BRANCH
	tr-select-state.html 
Log Message:
bulk DID orders and inventory, RT11291

--- NEW FILE: tr-select-state.html ---
% unless ( $opt{'js_only'} ) {
    <% include('tr-td-label.html', @_ ) %>

      <TD <% $style %>>
% }
        
	<% include( '/elements/select-state.html', %opt ) %>

% unless ( $opt{'js_only'} ) {
      </TD>
    </TR>
% }
<%init>

my %opt = @_;

my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';

</%init>

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.100.2.8
retrieving revision 1.100.2.9
diff -u -w -d -r1.100.2.8 -r1.100.2.9
--- menu.html	27 Jan 2011 05:10:10 -0000	1.100.2.8
+++ menu.html	13 Feb 2011 07:19:48 -0000	1.100.2.9
@@ -380,6 +380,8 @@
      && $curuser->access_right('Process batches');
 $tools_menu{'Download invoice batches'} = [ $fsurl.'search/bill_batch.cgi' ] 
   if $conf->exists('invoice_print_pdf');
+$tools_menu{'Bulk DID Orders'} =  [ $fsurl.'browse/did_order.html', 'View/manage bulk DID orders' ]
+  if $curuser->access_right('Import');
 $tools_menu{'Job Queue'} =  [ $fsurl.'search/queue.html', 'View pending job queue' ]
   if $curuser->access_right('Job queue');
 $tools_menu{'Ticketing'} = [ \%tools_ticketing, 'Ticketing tools' ]
@@ -496,6 +498,7 @@
 
 tie my %config_phone, 'Tie::IxHash',
   'View/Edit phone device types' => [ $fsurl.'browse/part_device.html', 'Phone device types' ],
+  'View/Edit bulk DID vendors' => [ $fsurl.'browse/did_vendor.html', 'Bulk DID vendors' ],
 ;
 
 tie my %config_misc, 'Tie::IxHash';



More information about the freeside-commits mailing list