summaryrefslogtreecommitdiff
path: root/httemplate/pref
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-10-24 16:00:08 -0700
committerMark Wells <mark@freeside.biz>2013-10-24 16:00:08 -0700
commit8036349be340b25ad80e34de84f0722d3b1abb76 (patch)
treed7515e2da5f6fd34d10a6a6bf845b654964a900a /httemplate/pref
parentd19eb8a333fd8cfc7d2a8b773496fffa3b1d69f8 (diff)
masked input clipboard hack, #25599
Diffstat (limited to 'httemplate/pref')
-rw-r--r--httemplate/pref/pref-process.html1
-rw-r--r--httemplate/pref/pref.html7
2 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html
index 84f0832bf..55f306a9e 100644
--- a/httemplate/pref/pref-process.html
+++ b/httemplate/pref/pref-process.html
@@ -52,6 +52,7 @@ unless ( $error ) { # if ($access_user) {
spreadsheet_format mobile_menu
enable_fuzzy_on_exact
disable_html_editor disable_enter_submit_onetimecharge
+ enable_mask_clipboard_hack
email_address
snom-ip snom-username snom-password
vonage-fromnumber vonage-username vonage-password
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index fcd259615..e504ffc3a 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -134,6 +134,13 @@ Email Address
</TD>
</TR>
+ <TR>
+ <TH ALIGN="right">Don't copy MAC address delimiters to clipboard</TH>
+ <TD ALIGN="left" COLSPAN=2>
+ <INPUT TYPE="checkbox" NAME="enable_mask_clipboard_hack" VALUE="1" <% $curuser->option('enable_mask_clipboard_hack') ? 'CHECKED' : '' %>>
+ </TD>
+ </TR>
+
</TABLE>
<BR>