EventEditor.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_event_options() : mixed
- Template for the event options fieldset that is used when creating an event.
- template_event_link_to() : mixed
- Template for linking an existing topic to an event.
- template_event_unlink() : mixed
- Template for unlinking a topic and an event.
- template_event_board() : mixed
- Template for choosing a board to create a linked topic in.
- template_event_new() : mixed
- Template for entering info about a new event.
- template_occurrence_options() : mixed
- Template used when editing a single occurrence of an event.
- template_rrule() : mixed
- Template for the recurrence rule options for events.
- template_linked_events() : mixed
- Template to show linked events.
Functions
template_event_options()
Template for the event options fieldset that is used when creating an event.
template_event_options() : mixed
Used by Calendar.template.php and Post.template.php
template_event_link_to()
Template for linking an existing topic to an event.
template_event_link_to() : mixed
template_event_unlink()
Template for unlinking a topic and an event.
template_event_unlink() : mixed
template_event_board()
Template for choosing a board to create a linked topic in.
template_event_board() : mixed
template_event_new()
Template for entering info about a new event.
template_event_new() : mixed
template_occurrence_options()
Template used when editing a single occurrence of an event.
template_occurrence_options() : mixed
template_rrule()
Template for the recurrence rule options for events.
template_rrule() : mixed
template_linked_events()
Template to show linked events.
template_linked_events() : mixed