X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fnotes.html;h=1e9f464db56d4682f755486cdf3ef0ef79a6dd6a;hb=c3da5cf1caa244937d280e0f406927103beef148;hp=23783802994d80f5baa91b3a7e419cd27220093f;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 237838029..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' => 'Edit customer note', +% 'actionlabel' => emt('Edit customer note'), % 'width' => 616, % 'height' => 538, #575 % 'frame' => 'top', @@ -63,13 +63,13 @@ % % my $edit = ''; % if ($curuser->access_right('Edit customer note') ) { -% $edit = qq! (edit)!; +% $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 -% : 'Other'; +% : emt('Other'); % if ( $last_classnum != -1 ) { @@ -80,17 +80,17 @@
- <% include("/elements/table-grid.html") %> + <& /elements/table-grid.html &> - Date + <% mt('Date') |h %> % if ( $conf->exists('cust_main_note-display_times') ) { - Time + <% mt('Time') |h %> % } - Person + <% mt('Person') |h %> % if ($conf->exists('note-classes') && $conf->config('note-classes') == 1) { - Class + <% mt('Class') |h %> % } - Note + <% mt('Note') |h %> % if ($curuser->access_right('Edit customer note') ) {   % } @@ -124,7 +124,7 @@ % if ( $conf->exists('note-classes') && $conf->config('note-classes') == 2 ) { % my($classnum,$classname); -Show notes of class:   +<% mt('Show notes of class:') |h %>   % foreach my $classnum ( sort { $b <=> $a } (keys %classes) ) {