__('Display calendar weekends.', AEC_PLUGIN_NAME), 'show_map_link' => __('Display View Map link on event details, if the address fields are populated.', AEC_PLUGIN_NAME), 'menu' => __('Display Add Events link on the front-end calendar.', AEC_PLUGIN_NAME), 'limit' => __('Prevent users from adding events that have transpired.', 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 '
'; } ?>