Beispiel #1
0
function makeTypeList($currentType)
{
    return '<select name="type">' . Event::getTypesAsHTMLOptions($currentType) . '</select>';
}