diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-05-04 16:28:55 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-04 16:28:55 -0700 |
commit | ed98fabaf7bc3f2127ca33e465632312bd8815fc (patch) | |
tree | d9921b912d4abf93687573ccc875f35d0e6d4232 /httemplate | |
parent | f715c23517292a11330ab241fb13221fd89ffc37 (diff) |
add an ACL to control snom/vonage/etc. employee telephony integration, RT#34839
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/pref/pref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 383e5f7dd..5e722b043 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -204,6 +204,8 @@ Development </TABLE> <BR> +% if ( $curuser->access_right('Employee preference telephony integration') ) { + SNOM integration <% ntable("#cccccc",2) %> @@ -248,6 +250,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=""> |