summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref.html
diff options
context:
space:
mode:
authormark <mark>2010-05-24 23:54:58 +0000
committermark <mark>2010-05-24 23:54:58 +0000
commitb7c314a198c60a6f9236950994113aa422aa77ff (patch)
tree17d407e55123dd937a90cec197e752e2b79fc4aa /httemplate/pref/pref.html
parent71b3acdcf8c9a6702057bbeecb58d7a685d6c191 (diff)
RT#8224: allow user to disable HTML editor
Diffstat (limited to 'httemplate/pref/pref.html')
-rw-r--r--httemplate/pref/pref.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 7ded18377..ab76c3bdc 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -40,7 +40,7 @@ Interface
</TR>
<TR>
- <TH ALIGN="right">Default customer view: </TD>
+ <TH ALIGN="right">Default customer view: </TH>
<TD COLSPAN=2>
<SELECT NAME="default_customer_view">
% foreach my $view ( keys %customer_views ) {
@@ -53,6 +53,13 @@ Interface
</SELECT>
</TD>
</TR>
+
+ <TR>
+ <TH ALIGN="right" COLSPAN=1>Disable HTML editor for customer notes: </TH>
+ <TD ALIGN="left" COLSPAN=2>
+ <INPUT TYPE="checkbox" NAME="disable_html_editor" VALUE="1" <% $curuser->option('disable_html_editor') ? 'CHECKED' : '' %>>
+ </TD>
+ </TR>
</TABLE>
<BR>