[freeside-commits] freeside/httemplate/view/cust_main notes.html, 1.12, 1.13

Mark Wells mark at wavetail.420.am
Mon May 24 16:54:59 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main
In directory wavetail.420.am:/tmp/cvs-serv28005/view/cust_main

Modified Files:
	notes.html 
Log Message:
RT#8224: allow user to disable HTML editor

Index: notes.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/notes.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- notes.html	31 Mar 2010 07:35:47 -0000	1.12
+++ notes.html	24 May 2010 23:54:57 -0000	1.13
@@ -53,7 +53,7 @@
         &nbsp;<% $note->usernum ? $note->access_user->name : $note->otaker %>
       </TD>
       <TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
-        &nbsp;<% $note->comments | defang %>
+        <% $note->comments | defang %>
       </TD>
 % if($edit) {
       <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><% $edit %></TD>



More information about the freeside-commits mailing list