summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main_note.cgi
diff options
context:
space:
mode:
authormark <mark>2010-03-16 02:53:04 +0000
committermark <mark>2010-03-16 02:53:04 +0000
commitc86fe9ea75d23d3d0c3536b709ac1e086f15a5de (patch)
tree5c072847fb42bb96d55a4cb2c48d112077148498 /httemplate/edit/cust_main_note.cgi
parentfead43b1f7fc2cfd84a4ab17d48965413c36a8f1 (diff)
RT#6226: fckeditor for customer notes
Diffstat (limited to 'httemplate/edit/cust_main_note.cgi')
-rwxr-xr-xhttemplate/edit/cust_main_note.cgi8
1 files changed, 5 insertions, 3 deletions
diff --git a/httemplate/edit/cust_main_note.cgi b/httemplate/edit/cust_main_note.cgi
index 6c6a1a9a0..a633c9d12 100755
--- a/httemplate/edit/cust_main_note.cgi
+++ b/httemplate/edit/cust_main_note.cgi
@@ -8,9 +8,11 @@
<BR><BR>
-<TEXTAREA NAME="comment" ROWS="12" COLS="60">
-<% $comment %>
-</TEXTAREA>
+<% include('/elements/htmlarea.html', 'field' => 'comment',
+ 'curr_value' => $comment) %>
+% #<TEXTAREA NAME="comment" ROWS="12" COLS="60">
+% # <% $comment %>
+% #</TEXTAREA>
<BR><BR>
<INPUT TYPE="submit" VALUE="<% $notenum ? "Apply Changes" : "Add Note" %>">