mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
System Plugin: Admin Email Field - added
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
Form::select('system_timezone', Date::timezones(), Option::get('timezone'), array('class' => 'input-xxlarge')). Html::br().
|
||||
Form::label('system_language', __('Language', 'system')).
|
||||
Form::select('system_language', $languages_array, Option::get('language'), array('class' => 'input-xlarge')). Html::br().
|
||||
Form::label('system_admin_email', __('Email', 'system')).
|
||||
Form::input('system_admin_email', Option::get('admin_email'), array('class' => 'input-xlarge')). Html::br().
|
||||
Form::label('site_maintenance_message', __('Maintenance Mode', 'system')).
|
||||
Form::textarea('site_maintenance_message', Html::toText(Option::get('maintenance_message')), array('class' => 'input-xxlarge', 'style' => 'height:160px;')). Html::br(2)
|
||||
);
|
||||
|
Reference in New Issue
Block a user