[freeside-commits] freeside/httemplate/edit cust_main_note.cgi, 1.4, 1.5
Mark Wells
mark at wavetail.420.am
Mon Mar 15 19:52:34 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv29716/edit
Modified Files:
cust_main_note.cgi
Log Message:
RT#6226: fckeditor for customer notes
Index: cust_main_note.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main_note.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- cust_main_note.cgi 13 Jan 2008 21:35:52 -0000 1.4
+++ cust_main_note.cgi 16 Mar 2010 02:51:56 -0000 1.5
@@ -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" %>">
More information about the freeside-commits
mailing list