SAAS-945: Language + Timezone Setup Popup

forgot to auto detect user's timezone
This commit is contained in:
drigato 2015-07-27 14:38:42 -04:00
parent ee2bfe7664
commit 989b4994aa
5 changed files with 30 additions and 26 deletions

View file

@ -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>