diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-03-13 17:02:07 +0100 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-03-13 17:02:07 +0100 |
commit | 2eaf95a47bccd543951e41d608cdcb44acf9a0ff (patch) | |
tree | 356b91ad37a933f333d4e9e2cab56a2be9519552 /views/default/plugins | |
parent | 1150f289dfb488cc0aaf9f1ae56183e752226312 (diff) | |
download | elgg-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.php | 2 |
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 />'; |