Cleanup and comments for the timezone/language popup
This commit is contained in:
parent
2aaba99b9a
commit
eef61a65fc
6 changed files with 34 additions and 86 deletions
|
@ -1,4 +1,4 @@
|
|||
<div id="lang-timezone-popup" class="dialogPopup register-dialog" title="<?php echo _("Setup Station Language and Timezone") ?>" style="display: none;">
|
||||
<div id="lang-timezone-popup" class="dialogPopup register-dialog" title="<?php echo sprintf(_("Welcome to %s!"), SAAS_PRODUCT_BRANDING_NAME); ?>" style="display: none;">
|
||||
<form id="lang-timezone-form" method="post" action="/setup/setup-language-timezone">
|
||||
<fieldset>
|
||||
<dl class="zend_form">
|
||||
|
@ -7,10 +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>
|
||||
<p style="margin-bottom: 0px; text-align: center;">You can change these later in your preferences and user settings.</p>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -20,9 +20,4 @@
|
|||
<table id="show_builder_table" cellpadding="0" cellspacing="0" class="datatable"></table>
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
// TODO: can we remove this???
|
||||
//echo $this->dialog ?>
|
||||
|
||||
<?php echo $this->lang_tz_popup_form; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue