From c86fe9ea75d23d3d0c3536b709ac1e086f15a5de Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 16 Mar 2010 02:53:04 +0000 Subject: RT#6226: fckeditor for customer notes --- httemplate/view/cust_main/notes.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'httemplate/view/cust_main') 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 -- cgit v1.2.1