events->link . 'my-events/'; //url to this page $order = ( !empty($_REQUEST ['order']) ) ? $_REQUEST ['order']:'ASC'; $limit = ( !empty($_REQUEST['limit']) ) ? $_REQUEST['limit'] : 20;//Default limit $page = ( !empty($_REQUEST['pno']) ) ? $_REQUEST['pno']:1; $offset = ( $page > 1 ) ? ($page-1)*$limit : 0; $EM_Events = EM_Events::get( array('group'=>'this','scope'=>'future', 'limit' => 0, 'order' => $order) ); $events_count = count ( $EM_Events ); $future_count = EM_Events::count( array('status'=>1, 'owner' =>get_current_user_id(), 'scope' => 'future')); $pending_count = EM_Events::count( array('status'=>0, 'owner' =>get_current_user_id(), 'scope' => 'all') ); $use_events_end = get_option('dbem_use_event_end'); echo $EM_Notices; ?>
= $limit ) { $events_nav = em_admin_paginate( $events_count, $limit, $page); echo $events_nav; } ?>
". __( 'No Events','dbem' ) ."

"; } else { ?> */ ?> = $offset || $offset === 0) ) { $rowno++; $class = ($rowno % 2) ? 'alternate' : ''; // FIXME set to american $localised_start_date = date_i18n('D d M Y', $event->start); $localised_end_date = date_i18n('D d M Y', $event->end); $style = ""; $today = date ( "Y-m-d" ); $location_summary = "" . $event->location->name . "
" . $event->location->address . " - " . $event->location->town; if ($event->start_date < $today && $event->end_date < $today){ $class .= " past"; } //Check pending approval events if ( !$event->status ){ $class .= " pending"; } ?> id="event_event_id ?>"> */ ?>
 
can_manage('edit_events','edit_others_events') ){ echo $event->output('#_NAME'); }else{ echo $event->output('#_EVENTLINK'); } ?> can_manage('manage_bookings','manage_others_bookings') && get_option('dbem_rsvp_enabled') == 1 && $event->rsvp == 1 ){ ?>
: get_bookings()->get_booked_spaces()."/".$event->get_spaces(); ?> | : get_bookings()->get_pending_spaces(); ?>
can_manage('delete_events', 'delete_others_events')) : ?>
+ name) ) : ?>
: name ?>

start_time, 0, 5 ) . " - " . substr ( $event->end_time, 0, 5 ); ?>
is_recurrence() && $event->can_manage('edit_events','edit_others_events') ) { $recurrence_delete_confirm = __('WARNING! You will delete ALL recurrences of this event, including booking history associated with any event in this recurrence. To keep booking information, go to the relevant single event and save it to detach it from this recurrence series.','dbem'); ?> get_recurrence_description(); ?>

= $limit ) : ?>