From 934e73de5c3835e40d9154a4cd2b85434b5f4565 Mon Sep 17 00:00:00 2001 From: Kevin Jardine Date: Wed, 5 Oct 2011 16:27:50 +0200 Subject: removed access levels from listing view and revised some text --- views/default/settings/event_calendar/edit.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'views/default/settings') diff --git a/views/default/settings/event_calendar/edit.php b/views/default/settings/event_calendar/edit.php index 9fb025755..54ff5c1c3 100644 --- a/views/default/settings/event_calendar/edit.php +++ b/views/default/settings/event_calendar/edit.php @@ -7,8 +7,6 @@ $access_options = array( ACCESS_PRIVATE => elgg_echo("PRIVATE"), ACCESS_LOGGED_IN => elgg_echo("LOGGED_IN"), ACCESS_PUBLIC => elgg_echo("PUBLIC")); -// TODO - merge the agenda view into the list format options - $listing_options = array(elgg_echo('event_calendar:settings:paged')=>'paged', elgg_echo('event_calendar:settings:agenda')=>'agenda', elgg_echo('event_calendar:settings:month')=>'month', @@ -373,4 +371,3 @@ $body .= '
'; $body .= elgg_view('input/text',array('name'=>'params[ical_auth_file_name]','value'=>$ical_auth_file_name, 'class'=>'event-calendar-ical-auth-setting')); echo $body; -?> \ No newline at end of file -- cgit v1.2.3