X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fmisc.html;h=d2deae245f427f1fee0f52ae7d05ad7fe27a5d72;hb=HEAD;hp=7e625d26c58f17bb42045fba1867b4e8c4fd3d40;hpb=1cde870268b03197da75f089669d60a7ba3c5617;p=freeside.git diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index 7e625d26c..d2deae245 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -4,7 +4,7 @@ % my @part_tag = $cust_main->part_tag; % if ( $conf->config('cust_tag-location') =~ /^(cust_misc|)$/ && @part_tag ) { - <% mt('Tags') |h %> + <% mt('Tags') |h %> % foreach my $part_tag ( @part_tag ) { tagcolor) @@ -21,7 +21,7 @@ % && ! $conf->exists('cust_main-default_agent_custid') ) { - <% mt('Agent customer ref#') |h %> + <% mt('Agent customer ref#') |h %> <% $cust_main->agent_custid %> % @@ -165,14 +165,14 @@ % if ( $conf->exists('ticket_system-selfservice_edit_subject') ) { - <% mt('Edit ticket subjects') %> + <% emt('Edit ticket subjects') %> <% $cust_main->edit_subject ? 'yes' : 'no' %> % } % foreach (sort { $a cmp $b } $cust_main->virtual_fields) { - <% $cust_main->pvf($_)->widget('HTML', 'view', $cust_main->getfield($_)) %> + <% $cust_main->pvf($_)->widget('HTML', 'view', $cust_main->getfield($_), 'TH') %> % }