mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
658dfdce96
- move most of the lang-code from setup/lang.php to phpgwapi/inc/class.translation_sql.inc.php - added a minimal-auto-configuration, so one does not need to enter the config-step at all for a running installation - added the language of the admin to the installed languages
61 lines
1.3 KiB
Smarty
61 lines
1.3 KiB
Smarty
<!-- begin setup_main.tpl -->
|
|
<!-- begin the db section -->
|
|
<table border="0" width="100%" cellspacing="0" cellpadding="2" style="{ border: 1px solid #000000; }">
|
|
<tr class="th">
|
|
<td align="left" colspan="2">{db_step_text}</td>
|
|
</tr>
|
|
|
|
{V_db_filled_block}
|
|
<!-- end the db section -->
|
|
|
|
<!-- begin the config section -->
|
|
<tr class="th">
|
|
<td align="left" colspan="2">{config_step_text}</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" width="30%">
|
|
<img src="{config_status_img}" alt="{config_status_alt}" border="0">
|
|
</td>
|
|
<td>
|
|
{config_table_data}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td>
|
|
{ldap_table_data}
|
|
</td>
|
|
</tr>
|
|
<!-- end the config section -->
|
|
<!-- begin the lang section -->
|
|
<tr class="th">
|
|
<td align="left" colspan="2">{lang_step_text}</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{lang_status_img}" alt="{lang_status_alt}" border="0">
|
|
</td>
|
|
<td>
|
|
{lang_table_data}
|
|
</td>
|
|
</tr>
|
|
<!-- end the lang section -->
|
|
<!-- begin the apps section -->
|
|
<tr class="th">
|
|
<td align="left" colspan="2">{apps_step_text}</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
<img src="{apps_status_img}" alt="{apps_status_alt}" border="0">
|
|
</td>
|
|
<td>
|
|
{apps_table_data}
|
|
</td>
|
|
</tr>
|
|
<!-- end the apps section -->
|
|
<tr class="banner">
|
|
<td colspan="2"> </td>
|
|
</tr>
|
|
</table>
|
|
<!-- end setup_main.tpl -->
|