SAAS-945: Language + Timezone Setup Popup
forgot to auto detect user's timezone
This commit is contained in:
parent
ee2bfe7664
commit
989b4994aa
5 changed files with 30 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
<div id="lang-timezone-popup" class="dialogPopup register-dialog" title="<?php echo _("Setup Station Language and Timezone") ?>" style="display: none;">
|
||||
<form id="lang-timezone-form">
|
||||
<form id="lang-timezone-form" method="post" action="/setup/setup-language-timezone">
|
||||
<fieldset>
|
||||
<dl class="zend_form">
|
||||
<?php echo $this->element->getElement('csrf') ?>
|
||||
|
@ -7,6 +7,9 @@
|
|||
<?php echo $this->element->getElement('setup_language')->render(); ?>
|
||||
|
||||
<?php echo $this->element->getElement('setup_timezone')->render(); ?>
|
||||
|
||||
<br>
|
||||
You can set these settings later under Preferences and your user settings.
|
||||
</dl>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue