__('Show weekends in the calendar.', AEC_PLUGIN_NAME), 'show_map_link' => __('Show map link if address fields are populated.', AEC_PLUGIN_NAME), 'menu' => __('Show administrative menu above the front-end calendar.', AEC_PLUGIN_NAME), 'limit' => __('Enforce event creation between 30 minutes and one year from the current time.', AEC_PLUGIN_NAME), ); $checkboxes = array( 'venue' => __('Venue', AEC_PLUGIN_NAME), 'address' => __('Neighborhood or Street Address', AEC_PLUGIN_NAME), 'city' => __('City', AEC_PLUGIN_NAME), 'state' => __('State', AEC_PLUGIN_NAME), 'zip' => __('Postal Code', AEC_PLUGIN_NAME), 'link' => __('Event Link', AEC_PLUGIN_NAME), 'description' => __('Description', AEC_PLUGIN_NAME), 'contact' => __('Contact Name', AEC_PLUGIN_NAME), 'contact_info' => __('Contact Information', AEC_PLUGIN_NAME) ); $optional = array( 'accessible' => __('This event is accessible to people with disabilities.', AEC_PLUGIN_NAME), 'rsvp' => __('Please register with the contact person for this event.', AEC_PLUGIN_NAME) ); ?>
$value) { $checked = ($options[$field]) ? ' checked="checked" ' : ' '; echo ''; echo '
'; } ?>
$value) { $checked = ($options[$checkbox] == 2) ? ' checked="checked" ' : ' '; echo ''; echo '
'; } ?>
$value) { $checked = ($options[$field]) ? ' checked="checked" ' : ' '; echo ''; echo '
'; } ?>