squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Go to the source code of this file.
Namespaces | |
plugins | |
Functions | |
calendar_header () | |
select_option_length ($selected) | |
select_option_minute ($selected) | |
select_option_hour ($selected) | |
select_option_priority ($selected) | |
select_option_year ($selected) | |
select_option_month ($selected) | |
select_option_day ($selected) | |
calendar_header | ( | ) |
Adds second layer of calendar links to upper menu
Definition at line 17 of file functions.php.
References $color, _(), displayInternalLink(), and html_tag().
select_option_day | ( | $selected | ) |
Generates html option tags with day of month values
Hardcoded values from 1 to 31
integer | $selected | selected value |
Definition at line 180 of file functions.php.
References $selected.
Referenced by update_event_form().
select_option_hour | ( | $selected | ) |
Generates html option tags with hour values
integer | $selected | selected value |
Definition at line 105 of file functions.php.
References $selected.
Referenced by show_event_form(), and update_event_form().
select_option_length | ( | $selected | ) |
Generates html option tags with length values
Hardcoded values from 0 minutes to 6 hours
integer | $selected | selected option length |
Definition at line 41 of file functions.php.
References $selected, and _().
Referenced by show_event_form(), and update_event_form().
select_option_minute | ( | $selected | ) |
Generates html option tags with minute values
Hardcoded values in 5 minute intervals
integer | $selected | selected value |
Definition at line 74 of file functions.php.
References $selected.
Referenced by show_event_form(), and update_event_form().
select_option_month | ( | $selected | ) |
Generates html option tags with month values
integer | $selected | selected value |
Definition at line 160 of file functions.php.
References $selected, and getMonthAbrv().
Referenced by endcalendar(), and update_event_form().
select_option_priority | ( | $selected | ) |
Generates html option tags with priority values
integer | $selected | selected value |
Definition at line 122 of file functions.php.
References $selected, and _().
Referenced by show_event_form(), and update_event_form().
select_option_year | ( | $selected | ) |
Generates html option tags with year values
Hardcoded values from 1902 to 2037
integer | $selected | selected value |
Definition at line 144 of file functions.php.
References $selected.
Referenced by endcalendar(), and update_event_form().