summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-05-04 16:28:58 -0700
committerIvan Kohler <ivan@freeside.biz>2015-05-04 16:28:58 -0700
commit86637503b5608164cf31aea501f131c74e27b724 (patch)
treed16e1afc23f58dcf827d38894e05f601b0123270 /httemplate
parent38cd4a53e99e0583de526262b31a8b93debca4c7 (diff)
add an ACL to control snom/vonage/etc. employee telephony integration, RT#34839
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/pref/pref.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 832df78c6..1b0ea0630 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -202,6 +202,8 @@ Development
</TABLE>
<BR>
+% if ( $curuser->access_right('Employee preference telephony integration') ) {
+
SNOM integration
<% ntable("#cccccc",2) %>
@@ -246,6 +248,7 @@ Vonage integration (see <a href="https://secure.click2callu.com/">Click2Call</a>
</TABLE>
<BR>
+% }
% foreach my $prop (qw( height width availHeight availWidth colorDepth )) {
<INPUT TYPE="hidden" NAME="<% $prop %>" VALUE="">