aboutsummaryrefslogtreecommitdiff
path: root/views/default/plugins
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2012-03-13 17:02:07 +0100
committerKevin Jardine <kevinjardine@yahoo.com>2012-03-13 17:02:07 +0100
commit2eaf95a47bccd543951e41d608cdcb44acf9a0ff (patch)
tree356b91ad37a933f333d4e9e2cab56a2be9519552 /views/default/plugins
parent1150f289dfb488cc0aaf9f1ae56183e752226312 (diff)
downloadelgg-2eaf95a47bccd543951e41d608cdcb44acf9a0ff.tar.gz
elgg-2eaf95a47bccd543951e41d608cdcb44acf9a0ff.tar.bz2
replaced pulldown with dropdown
Diffstat (limited to 'views/default/plugins')
-rw-r--r--views/default/plugins/event_calendar/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/plugins/event_calendar/settings.php b/views/default/plugins/event_calendar/settings.php
index c8dcdf299..a1c8e3d41 100644
--- a/views/default/plugins/event_calendar/settings.php
+++ b/views/default/plugins/event_calendar/settings.php
@@ -51,7 +51,7 @@ if (!$event_calendar_default_access) {
$body .= elgg_echo('event_calendar:settings:default_access:title');
$body .= '<br />';
-$body .= elgg_view('input/pulldown',array('name'=>'params[default_access]','value'=>$event_calendar_default_access,'options_values'=>$access_options));
+$body .= elgg_view('input/dropdown',array('name'=>'params[default_access]','value'=>$event_calendar_default_access,'options_values'=>$access_options));
$body .= '<br /><br />';