Use grouped select field for timezone selection
This commit is contained in:
		| @@ -1010,12 +1010,10 @@ function settings_content(&$a) { | ||||
| 			'$uid' => local_user(), | ||||
| 			'$form_security_token' => get_form_security_token("settings"), | ||||
| 			'$nickname_block' => $prof_addr, | ||||
| 		 | ||||
| 		 | ||||
| 			'$h_basic' 	=> t('Basic Settings'), | ||||
| 			'$username' => array('username',  t('Full Name:'), $username,''), | ||||
| 			'$email' 	=> array('email', t('Email Address:'), $email, ''), | ||||
| 			'$timezone' => array('timezone_select' , t('Your Timezone:'), select_timezone($timezone), ''), | ||||
| 			'$timezone' => array('timezone_select' , t('Your Timezone:'), $timezone, '', get_timezones()), | ||||
| 			'$defloc'	=> array('defloc', t('Default Post Location:'), $defloc, t('Geographical location to display on your posts')), | ||||
| 			'$allowloc' => array('allow_location', t('Use Browser Location:'), ((get_pconfig(local_user(),'system','use_browser_location')) ? 1 : ''), ''), | ||||
| 		 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user