forked from GNUsocial/gnu-social
		
	Updated form markup for email settings
This commit is contained in:
		| @@ -95,7 +95,7 @@ class EmailsettingsAction extends AccountSettingsAction | |||||||
|                                           'class' => 'form_settings', |                                           'class' => 'form_settings', | ||||||
|                                           'action' => |                                           'action' => | ||||||
|                                           common_local_url('emailsettings'))); |                                           common_local_url('emailsettings'))); | ||||||
|  |         $this->elementStart('fieldset'); | ||||||
|         $this->elementStart('fieldset', array('id' => 'settings_email_address')); |         $this->elementStart('fieldset', array('id' => 'settings_email_address')); | ||||||
|         $this->element('legend', null, _('Address')); |         $this->element('legend', null, _('Address')); | ||||||
|         $this->hidden('token', common_session_token()); |         $this->hidden('token', common_session_token()); | ||||||
| @@ -194,6 +194,7 @@ class EmailsettingsAction extends AccountSettingsAction | |||||||
|         $this->elementEnd('ul'); |         $this->elementEnd('ul'); | ||||||
|         $this->submit('save', _('Save')); |         $this->submit('save', _('Save')); | ||||||
|         $this->elementEnd('fieldset'); |         $this->elementEnd('fieldset'); | ||||||
|  |         $this->elementEnd('fieldset'); | ||||||
|         $this->elementEnd('form'); |         $this->elementEnd('form'); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user