diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /httemplate/elements/communigate_pro-accessmodes.html | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'httemplate/elements/communigate_pro-accessmodes.html')
-rw-r--r-- | httemplate/elements/communigate_pro-accessmodes.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/httemplate/elements/communigate_pro-accessmodes.html b/httemplate/elements/communigate_pro-accessmodes.html deleted file mode 100644 index b5fa53c37..000000000 --- a/httemplate/elements/communigate_pro-accessmodes.html +++ /dev/null @@ -1,33 +0,0 @@ -<% include( 'checkboxes.html', - 'element_name_prefix' => 'cgp_accessmodes_', - 'names_list' => \@names, - 'checked_callback' => $callback, - %opt, - ) -%> -<%once> - -my @names = (qw( - Mail Relay Signal Mobile TLS POP IMAP MAPI - AirSync SIP XMPP WebMail XIMSS FTP ACAP PWD - LDAP RADIUS S/MIME WebCAL WebSite PBX HTTP - MobilePBX YMedia -)); - -#GIPS Media? - -</%once> -<%init> - -my %opt = @_; -my $curr_value = $opt{'curr_value'}; - -$curr_value = { map { $_=>1 } split(/\s+/, $curr_value) } - unless ref($curr_value); - -my $callback = sub { - my( $cgi, $name ) = @_; - $curr_value->{$name}; -}; - -</%init> |