X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Flocations.html;h=c95850b788b1a9c3e0d7cd3df483ebfdb6cca49a;hb=2238711675eefa60cd2feb47c8d3e43d3e6f1860;hp=319a9274784673af36360ebe5ac31907d56c7774;hpb=f424f11eb366fe64f5f7bb42b21745e22537cab1;p=freeside.git diff --git a/httemplate/view/cust_main/locations.html b/httemplate/view/cust_main/locations.html index 319a92747..c95850b78 100755 --- a/httemplate/view/cust_main/locations.html +++ b/httemplate/view/cust_main/locations.html @@ -10,7 +10,7 @@ span.loclabel { % my $packages = $packages_in{$locationnum}; % my $loc = $locations{$locationnum}; % next if $loc->disabled and scalar(@$packages) == 0; -<% include('/elements/table-grid.html') %> +<& /elements/table-grid.html &> '(Edit location)', - 'actionlabel' => 'Edit', + 'label' => '('.mt('Edit location').')', + 'actionlabel' => mt('Edit'), ); } @@ -78,10 +78,9 @@ sub disable_location_link { my $locationnum = shift; include( '/elements/popup_link.html', 'action' => $p. "misc/disable-cust_location.cgi?locationnum=$locationnum", - 'label' => '(Disable location)', - 'actionlabel' => 'Disable', + 'label' => '('.mt('Disable location').')', + 'actionlabel' => mt('Disable'), ); } -