X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Flocations.html;h=98c933645cbaada7eaf9b2434807fbb5948394eb;hb=0607b801aac6e9b6e3fa6e463405ed5348feacc4;hp=c95850b788b1a9c3e0d7cd3df483ebfdb6cca49a;hpb=2238711675eefa60cd2feb47c8d3e43d3e6f1860;p=freeside.git diff --git a/httemplate/view/cust_main/locations.html b/httemplate/view/cust_main/locations.html index c95850b78..98c933645 100755 --- a/httemplate/view/cust_main/locations.html +++ b/httemplate/view/cust_main/locations.html @@ -19,7 +19,7 @@ STYLE="padding-bottom: 0px; border-bottom-width: 1px;"> % if (! $locationnum) { -Default service location: +<% mt('Default service location:') |h %> % } % elsif ( $loc->disabled ) { @@ -69,8 +69,8 @@ sub edit_location_link { my $locationnum = shift; include( '/elements/popup_link.html', 'action' => $p. "edit/cust_location.cgi?locationnum=$locationnum", - 'label' => '('.mt('Edit location').')', - 'actionlabel' => mt('Edit'), + 'label' => '('.emt('Edit location').')', + 'actionlabel' => emt('Edit'), ); } @@ -78,8 +78,8 @@ sub disable_location_link { my $locationnum = shift; include( '/elements/popup_link.html', 'action' => $p. "misc/disable-cust_location.cgi?locationnum=$locationnum", - 'label' => '('.mt('Disable location').')', - 'actionlabel' => mt('Disable'), + 'label' => '('.emt('Disable location').')', + 'actionlabel' => emt('Disable'), ); }