diff options
author | Philip Häusler <msquare@notrademark.de> | 2013-12-26 14:37:17 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2013-12-26 14:37:17 +0100 |
commit | fdd4b44c0edf6b146f767f19ea13544a59c35eed (patch) | |
tree | b88c6a3f2fd192b77571777a309ce36c0ba0ee4b /includes | |
parent | 0c98f13eee10a61cabdc13e7aa75916d50b8b078 (diff) |
fixed button font and added star to shirt size at registration
Diffstat (limited to 'includes')
-rw-r--r-- | includes/pages/guest_login.php | 2 |
1 files changed, 1 insertions, 1 deletions
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("<br>(<a href=\"%s\">%s</a>)", $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.")), |