From a62adbd9cb180fe6bbf88cff2f787d262f737ecb Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 17 Dec 2011 12:43:35 -0500 Subject: removed code from previous plugin --- views/default/openid_client/forms/admin.php | 99 ----------------------------- 1 file changed, 99 deletions(-) delete mode 100644 views/default/openid_client/forms/admin.php (limited to 'views/default/openid_client/forms/admin.php') diff --git a/views/default/openid_client/forms/admin.php b/views/default/openid_client/forms/admin.php deleted file mode 100644 index 156a605ff..000000000 --- a/views/default/openid_client/forms/admin.php +++ /dev/null @@ -1,99 +0,0 @@ - - * @copyright Curverider Ltd 2008-2009 - * @link http://elgg.com/ - * - */ - -if ($vars['always_sync'] == 'yes') { - $sync_checked = 'checked="checked"'; -} else { - $sync_checked = ''; -} - -if ($vars['sso'] == 'yes') { - $sso_checked = 'checked="checked"'; -} else { - $sso_checked = ''; -} - -$default_server = $vars['default_server']; - -$greenlist = $vars['greenlist']; -$yellowlist = $vars['yellowlist']; -$redlist = $vars['redlist']; - -$action = $CONFIG->wwwroot.'action/openid_client/admin'; - -$default_server_title = elgg_echo('openid_client:default_server_title'); -$default_server_instructions1 = elgg_echo('openid_client:default_server_instructions1'); -$default_server_instructions2 = elgg_echo('openid_client:default_server_instructions2'); - -$server_sync_title = elgg_echo('openid_client:server_sync_title'); -$server_sync_instructions = elgg_echo('openid_client:server_sync_instructions'); -$server_sync_label = elgg_echo('openid_client:server_sync_label'); - -$sso_title = elgg_echo('openid_client:sso_title'); -$sso_instructions = elgg_echo('openid_client:sso_instructions'); -$sso_label = elgg_echo('openid_client:sso_label'); - -$lists_title = elgg_echo('openid_client:lists_title'); - -$lists_instruction1 = elgg_echo('openid_client:lists_instruction1'); -$lists_instruction2 = elgg_echo('openid_client:lists_instruction2'); -$lists_instruction3 = elgg_echo('openid_client:lists_instruction3'); -$lists_instruction4 = elgg_echo('openid_client:lists_instruction4'); -$lists_instruction5 = elgg_echo('openid_client:lists_instruction5'); -$lists_instruction6 = elgg_echo('openid_client:lists_instruction6'); - -$green_list_title = elgg_echo('openid_client:green_list_title'); -$yellow_list_title = elgg_echo('openid_client:yellow_list_title'); -$red_list_title = elgg_echo('openid_client:red_list_title'); - -$ok_button_label = elgg_echo('openid_client:ok_button_label'); - -$security_token = elgg_view('input/securitytoken'); - -$body = << -
-$security_token -

$default_server_title

-

$default_server_instructions1

-

$default_server_instructions2

-

-

$server_sync_title

-

$server_sync_instructions

-

-$server_sync_label

-

$sso_title

-

$sso_instructions

-

-$sso_label

-

$lists_title

-

$lists_instruction1

-

$lists_instruction2

-

$lists_instruction3

-

$lists_instruction4

-

$lists_instruction5

-

$lists_instruction6

-

$green_list_title

-

-

$yellow_list_title

-

-

$red_list_title

-

- -
- -END; - -print $body; - -?> \ No newline at end of file -- cgit v1.2.3