X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fnotes.html;h=a6378f46aea1233733553d0907347d2f0555689c;hp=833c92e6756b4386b1add6d592488600ef9ad49d;hb=9c9a1838b54292c62e940d7e6cee5141ea8e9b5c;hpb=18067f0bd41356e905666128c5e8105d1fca7c60 diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 833c92e67..a6378f46a 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -11,6 +11,9 @@ % } Person Note +% if ($curuser->access_right('Edit customer note') ) { +   +% } % my $bgcolor1 = '#eeeeee'; @@ -34,7 +37,7 @@ % ";notenum=$notenum", % 'actionlabel' => 'Edit customer note', % 'width' => 616, -% 'height' => 408, +% 'height' => 580, % 'frame' => 'top', % ); % my $clickjs = qq!onclick="$onclick"!; @@ -50,8 +53,11 @@  <% $note->otaker%> -  <%$note->comments%><% $edit %> +  <%$note->comments%> +% if($edit) { + <% $edit %> +% } % } #end display notes