[freeside-commits] freeside/httemplate/elements menu.html, 1.123, 1.124

Erik Levinson levinse at wavetail.420.am
Sun May 22 15:09:11 PDT 2011


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

Modified Files:
	menu.html 
Log Message:
internationalization/localization, RT12515

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -w -d -r1.123 -r1.124
--- menu.html	20 May 2011 20:19:44 -0000	1.123
+++ menu.html	22 May 2011 22:09:09 -0000	1.124
@@ -21,9 +21,9 @@
 
 % my $fs_popup = include( '/elements/popup_link_onclick.html',
 %                           'action'      => $fsurl.'docs/about.html',
-%                           'label'       => 'Freeside',
+%                           'label'       => emt('Freeside'),
 %                           'style'       => 'color:#999999',
-%                           'actionlabel' => 'About',
+%                           'actionlabel' => emt('About'),
 %                           'width'       => 300,
 %                           'height'      => 360,
 %                           'color'       => '#7e0079',
@@ -62,11 +62,11 @@
 %         my( $subhtml, $submenuname ) = submenu($url_or_submenu, $item);
 
           <% $subhtml |n %>
-          myBar.add(new WebFXMenuButton("<% $item %>", null, "<% $tooltip %>", <% $submenuname |n %> ));
+          myBar.add(new WebFXMenuButton("<% emt($item) %>", null, "<% emt($tooltip) %>", <% $submenuname |n %> ));
 
 %     } else { 
     
-          myBar.add(new WebFXMenuButton("<% $item %>", "<% $url_or_submenu %>", "<% $tooltip %>" ));
+          myBar.add(new WebFXMenuButton("<% emt($item) %>", "<% $url_or_submenu %>", "<% emt($tooltip) %>" ));
 
 %     }
 %   } #foreach $item
@@ -365,7 +365,6 @@
   'Payments from CSV file' => [ $fsurl.'misc/cust_pay-import.cgi', '' ],
   'Phone numbers (DIDs)' => [ $fsurl.'misc/phone_avail-import.html', '' ],
   'Call Detail Records (CDRs)' => [ $fsurl.'misc/cdr-import.html', '' ],
-#  'Import call rates and regions' => [ $fsurl.'misc/rate-import.html', '' ],
 ;
 if ( $conf->exists('enable_taxproducts') ) {
   if ( $conf->exists('taxdatadirectdownload') ) {
@@ -381,11 +380,6 @@
   'Download database dump' => [ $fsurl. 'misc/dump.cgi', '' ],
 ;
 
-#    <!-- <BR>View active NAS ports: 
-#      <A HREF="browse/nas.cgi">session server</A> -->
-#      <!-- or <A HREF="browse/nas-sqlradius.cgi">RADIUS</A>
-#    <BR> -->
-
 tie my %tools_ticketing, 'Tie::IxHash',
   'Offline'      => [ $fsurl.'rt/Tools/Offline.html', '' ],
   'My Day'       => [ $fsurl.'rt/Tools/MyDay.html', '' ],



More information about the freeside-commits mailing list