echo $this->_tpl_vars['LANG']['phrase_logout_url'];
?>
</td>
      <td><input type="text" name="logout_url" value="<?php 
echo $this->_tpl_vars['admin_info']['logout_url'];
?>
" style="width:98%" /></td>
    </tr>
    <tr>
      <td class="pad_left"><?php 
echo $this->_tpl_vars['LANG']['word_language'];
?>
</td>
      <td>
        <?php 
echo smarty_function_languages_dropdown(array('name_id' => 'ui_language', 'default' => $this->_tpl_vars['admin_info']['ui_language']), $this);
?>

        <input type="hidden" name="old_ui_language" value="<?php 
echo $this->_tpl_vars['admin_info']['ui_language'];
?>
" />
      </td>
    </tr>
    <tr>
      <td class="pad_left"><?php 
echo $this->_tpl_vars['LANG']['phrase_system_time_offset'];
?>
</td>
      <td><?php 
echo smarty_function_timezone_offset_dropdown(array('name_id' => 'timezone_offset', 'default' => $this->_tpl_vars['admin_info']['timezone_offset']), $this);
      <td align="center"><input type="checkbox" name="clients_may_edit_logout_url" <?php 
if ($this->_tpl_vars['settings']['clients_may_edit_logout_url'] == 'yes') {
    ?>
checked<?php 
}
?>
 /></td>
    </tr>
    <tr>
      <td class="pad_left_small"><?php 
echo $this->_tpl_vars['LANG']['phrase_default_language'];
?>
</td>
      <td>
        <?php 
echo smarty_function_languages_dropdown(array('name_id' => 'default_language', 'default' => $this->_tpl_vars['settings']['default_language']), $this);
?>

        <input type="button" value="<?php 
echo $this->_tpl_vars['LANG']['phrase_refresh_list'];
?>
" onclick="window.location='index.php?page=accounts&refresh_lang_list'" />
        <a href="http://translations.formtools.org" target="_blank"><?php 
echo $this->_tpl_vars['LANG']['phrase_get_more'];
?>
</a>
      </td>
      <td align="center"><input type="checkbox" name="clients_may_edit_ui_language" <?php 
if ($this->_tpl_vars['settings']['clients_may_edit_ui_language'] == 'yes') {
    ?>
checked<?php