From fdd4b44c0edf6b146f767f19ea13544a59c35eed Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Thu, 26 Dec 2013 14:37:17 +0100 Subject: fixed button font and added star to shirt size at registration --- includes/pages/guest_login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 605d32b1..cd77d9fc 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -151,7 +151,7 @@ function guest_register() { form_text('icq', _("ICQ"), $icq), form_text('jabber', _("Jabber"), $jabber), form_text('hometown', _("Hometown"), $hometown), - $enable_tshirt_size ? form_select('tshirt_size', _("Shirt size"), $tshirt_sizes, $tshirt_size) : '', + $enable_tshirt_size ? form_select('tshirt_size', _("Shirt size") . "*", $tshirt_sizes, $tshirt_size) : '', // form_textarea('comment', _("Did you help at former CCC events and which tasks have you performed then?"), $comment), form_checkboxes('angel_types', _("What do you want to do?") . sprintf("
(%s)", $faq_url, _("Description of job types")), $angel_types, $selected_angel_types), form_info("", _("Restricted angel types need will be confirmed later by an archangel. You can change your selection in the options section.")), -- cgit v1.2.3-54-g00ecf