egroupware_official/setup/templates/default/system_charset.tpl
Ralf Becker fd2d96d063 1) implemented a share system-charset, which can be different from the charset of the lang-files
2) moved sql-specific part of setup_translation to translation_sql
3) TO-DO: get the translation-tools working in this setting
2003-10-05 02:06:11 +00:00

47 lines
883 B
Smarty

<!-- begin system_chaset.tpl -->
<p align="center"><font color="red">{error_msg}</font></p>
<form method="POST" action="system_charset.php">
<table border="0" align="center" width="80%">
<tr bgcolor="#486591">
<td colspan="2">
&nbsp;<font color="#fefefe">{stage_title}</font>
</td>
</tr>
<tr bgcolor="#e6e6e6">
<td colspan="2">
{stage_desc}
</td>
</tr>
<tr bgcolor="#e6e6e6">
<td>
{lang_current}
</td>
<td>
{current_charset}
</td>
</tr>
<tr bgcolor="#e6e6e6">
<td>
{lang_convert_to}
</td>
<td>
{new_charset}
</td>
</tr>
<tr bgcolor="#e6e6e6">
<td colspan="2">
{lang_warning}
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="submit" name="convert" value="{lang_convert}"> &nbsp;
<input type="submit" name="cancel" value="{lang_cancel}">
</td>
</tr>
</table>
</form>
<!-- end system_charset.tpl -->