diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-05-10 16:56:57 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-05-10 16:56:57 +0200 |
commit | f8b9db301d19813725b9f43020a52587b03baadc (patch) | |
tree | f9a6e51a5fccac028579f5cbf18200d8884bf27c /views/default/event_calendar/forms/delete_confirm.php | |
parent | cea13ac10598078a6489650bf69c6efc45231e03 (diff) | |
download | elgg-f8b9db301d19813725b9f43020a52587b03baadc.tar.gz elgg-f8b9db301d19813725b9f43020a52587b03baadc.tar.bz2 |
removed some outdated (pre Elgg 1.8) code and files
Diffstat (limited to 'views/default/event_calendar/forms/delete_confirm.php')
-rw-r--r-- | views/default/event_calendar/forms/delete_confirm.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/views/default/event_calendar/forms/delete_confirm.php b/views/default/event_calendar/forms/delete_confirm.php deleted file mode 100644 index 37134e695..000000000 --- a/views/default/event_calendar/forms/delete_confirm.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -$body = '<p class="description">'.sprintf(elgg_echo('event_calendar:delete_confirm_description'),$vars['title']).'</p>'; - -$body .= '<form action="'.$vars['url'].'action/event_calendar/manage" method="post" >'; -$body .= elgg_view('input/securitytoken'); -$body .= elgg_view('input/hidden',array('internalname'=>'event_action', 'value'=>'delete_event')); -$body .= elgg_view('input/hidden',array('internalname'=>'event_id', 'value'=>$vars['event_id'])); -$body .= elgg_view('input/submit', array('internalname'=>'submit','value'=>elgg_echo('event_calendar:submit'))); -$body .= '</form>'; - -echo elgg_view('page_elements/contentwrapper', array('body'=>$body)); -?>
\ No newline at end of file |