' . __('Advanced Options:', 'event_espresso') . '
' . '' . __('Is this an active event? ', 'event_espresso') . __(select_input('is_active', $values, $is_active)) . '
' . '' . __('Display description? ', 'event_espresso') . select_input('display_desc', $values, $display_desc) . '
' . '' . __('Display registration form? ', 'event_espresso') . select_input('display_reg_form', $values, $display_reg_form) . '
'; }//Display Lite version options - End $reg_limit = isset($reg_limit) ? $reg_limit : ''; //$event_meta = isset($event_meta) ? $event_meta : array(); $additional_limit = isset($additional_limit) ? $additional_limit : ''; postbox('event-status', 'Event Options', '' . __('Attendee Limit', 'event_espresso') . ':
' .
'(' . __('leave blank for unlimited', 'event_espresso') . ')
' . __('Allow group registrations?', 'event_espresso') . ' ' . select_input('allow_multiple', $values, 'N') . '
' . __('Max Group Registrants', 'event_espresso') . ': ' . $advanced_options ); if (function_exists('espresso_ticket_dd') && $espresso_premium == true) { ?>
'1', 'text' => __('Yes', 'event_espresso')), array('id' => '0', 'text' => __('No', 'event_espresso'))); echo select_input("require_pre_approval", $pre_approval_values, "0"); ?>