Displays a form for editing formats. More...
Functions | |
| GetAllIDs ($in_lang_enum, $in_sort_by= 'shared_id') | |
| Gets an array, with all IDs, in all languages. The idea behind this is to ensure that every available format is represented in the list, even if it is not for the language being edited. | |
| usort_by_id ($a, $b) | |
| Sorter callback for formats. | |
| usort_by_key ($a, $b) | |
| Sorter callback for formats. | |
| usort_by_type ($a, $b) | |
| Sorter callback for formats. | |
| DisplayFormatsForEdit ($in_http_vars) | |
| This returns a form, used to edit formats. | |
Displays a form for editing formats.
This file is part of the Basic Meeting List Toolbox (BMLT).
Find out more at: http://magshare.org/bmlt
BMLT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
BMLT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this code. If not, see <http://www.gnu.org/licenses/>.
| DisplayFormatsForEdit | ( | $ | in_http_vars | ) |
This returns a form, used to edit formats.
| in_http_vars | An associative array that is a blend of the $_POST and $_GET arrays. |
Referenced by GetControlPanelHTML().
| GetAllIDs | ( | $ | in_lang_enum, |
| $ | in_sort_by = 'shared_id' |
||
| ) |
Gets an array, with all IDs, in all languages. The idea behind this is to ensure that every available format is represented in the list, even if it is not for the language being edited.
| in_lang_enum | An enum, for the lanuage selected as primary. |
| in_sort_by | A string. This tells the function how to sort the returned array. Default is by ID. |
| usort_by_id | ( | $ | a, |
| $ | b | ||
| ) |
Sorter callback for formats.
| usort_by_key | ( | $ | a, |
| $ | b | ||
| ) |
Sorter callback for formats.
| usort_by_type | ( | $ | a, |
| $ | b | ||
| ) |
Sorter callback for formats.
1.7.4