diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-05-04 16:28:58 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-04 16:28:58 -0700 |
| commit | 86637503b5608164cf31aea501f131c74e27b724 (patch) | |
| tree | d16e1afc23f58dcf827d38894e05f601b0123270 /httemplate | |
| parent | 38cd4a53e99e0583de526262b31a8b93debca4c7 (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 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=""> |
