|
|
|
@ -67,9 +67,9 @@ function AngelType_edit_view($angeltype, $supporter_mode) {
|
|
|
|
|
$supporter_mode ? form_info(_("Restricted"), $angeltype['restricted'] ? _("Yes") : _("No")) : form_checkbox('restricted', _("Restricted"), $angeltype['restricted']),
|
|
|
|
|
$supporter_mode ? form_info(_("No Self Sign Up"), $angeltype['no_self_signup'] ? _("Yes") : _("No")) : form_checkbox('no_self_signup', _("No Self Sign Up"), $angeltype['no_self_signup']),
|
|
|
|
|
$supporter_mode ? form_info(_("Requires driver license"), $angeltype['requires_driver_license'] ? _("Yes") : _("No")) : form_checkbox('requires_driver_license', _("Requires driver license"), $angeltype['requires_driver_license']),
|
|
|
|
|
form_text('contact_name', _("Name"), $angeltype['contact_name']),
|
|
|
|
|
form_text('contact_dect', _("DECT"), $angeltype['contact_dect']),
|
|
|
|
|
form_text('contact_email', _("E-Mail"), $angeltype['contact_email']),
|
|
|
|
|
//form_text('contact_name', _("Name"), $angeltype['contact_name']),
|
|
|
|
|
//form_text('contact_dect', _("DECT"), $angeltype['contact_dect']),
|
|
|
|
|
//form_text('contact_email', _("E-Mail"), $angeltype['contact_email']),
|
|
|
|
|
form_info("", _("Restricted angel types can only be used by an angel if enabled by a supporter (double opt-in).")),
|
|
|
|
|
form_textarea('description', _("Description"), $angeltype['description']),
|
|
|
|
|
form_info("", _("Please use markdown for the description.")),
|
|
|
|
|