X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fnotes.html;h=1e9f464db56d4682f755486cdf3ef0ef79a6dd6a;hb=dd65ba99bb9281571f19744154a3b03bcd3f01ab;hp=71c4fb4d5ec1656bc576deadecf1658e3ea443ce;hpb=a363a49c213f1e64add5c34a8a2bd17d154adfd3;p=freeside.git diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 71c4fb4d5..1e9f464db 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -30,7 +30,7 @@ - <% include('/elements/init_overlib.html') %> + <& /elements/init_overlib.html &> % my $bgcolor1 = '#eeeeee'; % my $bgcolor2 = '#ffffff'; @@ -54,7 +54,7 @@ % 'edit/cust_main_note.cgi'. % "?custnum=$custnum". % ";notenum=$notenum", -% 'actionlabel' => mt('Edit customer note'), +% 'actionlabel' => emt('Edit customer note'), % 'width' => 616, % 'height' => 538, #575 % 'frame' => 'top', @@ -63,14 +63,13 @@ % % my $edit = ''; % if ($curuser->access_right('Edit customer note') ) { -% my $editlabel = mt('edit'); -% $edit = qq! ($editlabel)!; +% $edit = qq! (!.emt('edit').')'; % } % % if ( $last_classnum != $note->classnum && !$skipheader ) { % my $tmp_classnum = $note->classnum ? $note->classnum : 0; % $classes{$tmp_classnum} = $note->classname ne '' ? $note->classname -% : mt('Other'); +% : emt('Other'); % if ( $last_classnum != -1 ) { @@ -81,7 +80,7 @@
- <% include("/elements/table-grid.html") %> + <& /elements/table-grid.html &> <% mt('Date') |h %> % if ( $conf->exists('cust_main_note-display_times') ) {