added an extra step to create an admin account

This commit is contained in:
Ralf Becker 2004-05-02 12:11:35 +00:00
parent 447dd03a90
commit 1e5602a350
16 changed files with 108 additions and 71 deletions

View File

@ -153,7 +153,7 @@
$setup_tpl->set_var('img_incomplete',$incomplete);
$setup_tpl->set_var('img_completed',$completed);
$setup_tpl->set_var('db_step_text',lang('Step 1 - Simple Application Management'));
$setup_tpl->set_var('db_step_text',lang('Step %1 - Simple Application Management',1));
switch($GLOBALS['phpgw_info']['setup']['stage']['db'])
{
@ -292,7 +292,7 @@
}
// Config Section
$setup_tpl->set_var('config_step_text',lang('Step 2 - Configuration'));
$setup_tpl->set_var('config_step_text',lang('Step %1 - Configuration',2));
$GLOBALS['phpgw_info']['setup']['stage']['config'] = $GLOBALS['phpgw_setup']->detection->check_config();
// begin DEBUG code
@ -340,6 +340,7 @@
{
$btn_config_ldap = '';
}
/*
$GLOBALS['phpgw_setup']->db->query("select config_value FROM phpgw_config WHERE config_name='webserver_url'");
$GLOBALS['phpgw_setup']->db->next_record();
if ($GLOBALS['phpgw_setup']->db->f(0))
@ -366,8 +367,10 @@
'<b>'.lang('to setup 1 admin account and 3 demo accounts.').'</b>'
);
}
$config_td = "$btn_edit_config" ."$link_make_accts";
$setup_tpl->set_var('config_table_data',$config_td);
$config_td = "$btn_edit_config"."$link_make_accts";
*/
}
$setup_tpl->set_var('config_table_data',$btn_edit_config);
$setup_tpl->set_var('ldap_table_data',$btn_config_ldap);
break;
default:
@ -377,9 +380,34 @@
$setup_tpl->set_var('ldap_table_data','&nbsp;');
break;
}
// Admin Account Section
$setup_tpl->set_var('admin_step_text',lang('Step %1 - Admin Account',3));
switch($GLOBALS['phpgw_info']['setup']['stage']['config'])
{
case 10:
// check if there is already a user account (not the anonymous account of sitemgr or a group)
// Note: this does not check the availiblitly of accounts via other auth-methods then sql !!!
$GLOBALS['phpgw_setup']->db->query("SELECT count(*) FROM phpgw_accounts WHERE account_type='u' AND account_lid!='anonymous'",__LINE__,__FILE__);
$no_accounts = !$GLOBALS['phpgw_setup']->db->next_record() || !$GLOBALS['phpgw_setup']->db->f(0);
$setup_tpl->set_var('admin_status_img',$no_account ? $incomplete : $completed);
$setup_tpl->set_var('admin_status_alt',$no_account ? lang('not completed') : lang('completed'));
$setup_tpl->set_var('admin_table_data',$GLOBALS['phpgw_setup']->html->make_frm_btn_simple(
$no_accounts ? lang('No accounts existing') : lang('Accounts existing'),
'POST','setup_demo.php',
'submit',lang('Create admin account'),
''
));
break;
default:
$setup_tpl->set_var('admin_status_img',$incomplete);
$setup_tpl->set_var('admin_status_alt',lang('not completed'));
$setup_tpl->set_var('admin_table_data',lang('Not ready for this stage yet'));
break;
}
// Lang Section
$setup_tpl->set_var('lang_step_text',lang('Step 3 - Language Management'));
$setup_tpl->set_var('lang_step_text',lang('Step %1 - Language Management',4));
$GLOBALS['phpgw_info']['setup']['stage']['lang'] = $GLOBALS['phpgw_setup']->detection->check_lang();
// begin DEBUG code
@ -430,7 +458,7 @@
break;
}
$setup_tpl->set_var('apps_step_text',lang('Step 4 - Advanced Application Management'));
$setup_tpl->set_var('apps_step_text',lang('Step %1 - Advanced Application Management',5));
// $GLOBALS['phpgw_info']['setup']['stage']['apps'] = $GLOBALS['phpgw_setup']->check_apps();
switch($GLOBALS['phpgw_info']['setup']['stage']['db'])
{

View File

@ -6,6 +6,7 @@
13 (ntp) setup de 13 (ntp)
80 (http) setup de 80 (http)
<b>this will create 1 admin account and 3 demo accounts</b><br>the username/passwords are: demo/guest, demo2/guest and demo3/guest. setup de <b>Dies wird 1 Admin- und 3 Demo-Benutzerkonten anlegen.</b><br>Die Benutzernamen/Passworte sind: demo/guest, demo2/guest und demo3/guest.
accounts existing setup de Benutzerkonten existieren
actions setup de Aktionen
add a domain setup de Eine Domain hinzufügen
add auto-created users to this group ('default' will be attempted if this is empty.) setup de Automatisch erzeugte Benutzer zu dieser Grupper hinzufügen ("Default" wird versucht wenn nichts angegeben.)
@ -85,6 +86,7 @@ convert setup de Konvertieren
could not open header.inc.php for writing! setup de Konnte die Datei header.inc.php nicht zum schreiben öffen!
country selection setup de Länderauswahl
create setup de erstellen
create admin account setup de Administrator-Konto anlegen
create database setup de Datenbank erzeugen
create demo accounts setup de Demo-Benutzer anlegen
create one now setup de Jetzt erstellen
@ -240,6 +242,7 @@ name of db user egroupware uses to connect setup de Name des Datenbank-Benutzers
never setup de niemals
new setup de Neu
no setup de Nein
no accounts existing setup de Keine Benutzerkonten gefunden
no algorithms available setup de Kein Algorithmus verfügbar
no microsoft sql server support found. disabling setup de Keine Unterstützung für Microsoft SQL Server gefunden. Abgeschaltet
no modes available setup de kein Modus verfügbar
@ -342,10 +345,11 @@ some or all of its tables are missing setup de Einige oder alle Tabellen fehlen
sql encryption type setup de SQL-Verschlüsselungstyp für das Passwort (Vorgabe MD5)
start the postmaster setup de Starten Sie den postmaster
status setup de Status
step 1 - simple application management setup de Schritt 1 - Einfache Verwaltung der Anwendungen
step 2 - configuration setup de Schritt 2 - Konfiguration
step 3 - language management setup de Schritt 3 - Verwaltung der Sprachen
step 4 - advanced application management setup de Schritt 4 - Erweiterte Verwaltung der Anwendungen
step %1 - admin account setup de Schrit %1 - Administrator-Konto
step %1 - advanced application management setup de Schritt %1 - Erweiterte Verwaltung der Anwendungen
step %1 - configuration setup de Schritt %1 - Konfiguration
step %1 - language management setup de Schritt %1 - Verwaltung der Sprachen
step %1 - simple application management setup de Schritt %1 - Einfache Verwaltung der Anwendungen
table change messages setup de Tabellen&auml;nderungsmeldungen
tables dropped setup de Tabellen wurden gelöscht
tables installed, unless there are errors printed above setup de Tabellen wurden installiert, au&szlig; oben sind Fehlermelungen zu sehen

View File

@ -6,6 +6,7 @@
13 (ntp) setup en 13 (ntp)
80 (http) setup en 80 (http)
<b>this will create 1 admin account and 3 demo accounts</b><br>the username/passwords are: demo/guest, demo2/guest and demo3/guest. setup en <b>This will create 1 admin account and 3 demo accounts</b><br>The username/passwords are: demo/guest, demo2/guest and demo3/guest.
accounts existing setup en Accounts existing
actions setup en Actions
add a domain setup en Add a domain
add auto-created users to this group ('default' will be attempted if this is empty.) setup en Add auto-created users to this group ('Default' will be attempted if this is empty.)
@ -83,6 +84,7 @@ convert setup en Convert
could not open header.inc.php for writing! setup en Could not open header.inc.php for writing!
country selection setup en Country Selection
create setup en Create
create admin account setup en Create admin account
create database setup en Create Database
create demo accounts setup en Create demo accounts
create one now setup en Create one now
@ -135,9 +137,7 @@ enable mcrypt setup en Enable MCrypt
enter some random text for app session encryption setup en Enter some random text for app session encryption
enter some random text for app_session <br>encryption (requires mcrypt) setup en Enter some random text for app_session <br>encryption (requires mcrypt)
enter the full path for temporary files.<br>examples: /tmp, c:\temp setup en Enter the full path for temporary files.<br>Examples: /tmp, C:\TEMP
enter the full path for temporary files.<br>examples: /tmp, c:temp setup en
enter the full path for users and group files.<br>examples: /files, e:\files setup en Enter the full path for users and group files.<br>Examples: /files, E:\FILES
enter the full path for users and group files.<br>examples: /files, e:files setup en
enter the hostname of the machine on which this server is running setup en Enter the hostname of the machine on which this server is running
enter the location of egroupware's url.<br>example: http://www.domain.com/egroupware &nbsp; or &nbsp; /egroupware<br><b>no trailing slash</b> setup en Enter the location of eGroupWare's URL.<br>Example: http://www.domain.com/egroupware &nbsp; or &nbsp; /egroupware<br><b>No trailing slash</b>
enter the site password for peer servers setup en Enter the site password for peer servers
@ -238,6 +238,7 @@ name of db user egroupware uses to connect setup en Name of db user eGroupWare u
never setup en never
new setup en New
no setup en No
no accounts existing setup en No accounts existing
no algorithms available setup en no algorithms available
no microsoft sql server support found. disabling setup en No Microsoft SQL Server support found. Disabling
no modes available setup en no modes available
@ -340,10 +341,11 @@ some or all of its tables are missing setup en Some or all of its tables are mis
sql encryption type setup en SQL encryption type for passwords (default - md5)
start the postmaster setup en Start the postmaster
status setup en Status
step 1 - simple application management setup en Step 1 - Simple Application Management
step 2 - configuration setup en Step 2 - Configuration
step 3 - language management setup en Step 3 - Language Management
step 4 - advanced application management setup en Step 4 - Advanced Application Management
step %1 - admin account setup en Step %1 - Admin Account
step %1 - advanced application management setup en Step %1 - Advanced Application Management
step %1 - configuration setup en Step %1 - Configuration
step %1 - language management setup en Step %1 - Language Management
step %1 - simple application management setup en Step %1 - Simple Application Management
table change messages setup en Table Change Messages
tables dropped setup en tables dropped
tables installed, unless there are errors printed above setup en tables installed, unless there are errors printed above

View File

@ -355,10 +355,10 @@ some or all of its tables are missing setup es-es Algunas o todas de sus tablas
sql encryption type setup es-es Tipo de cifrado SQL para contraseñas (predeterminado - md5)
start the postmaster setup es-es Iniciar el postmaster
status setup es-es Estado
step 1 - simple application management setup es-es Paso 1 - Administración simple de aplicaciones
step 2 - configuration setup es-es Paso 2 - Configuración
step 3 - language management setup es-es Paso 3 - Administración de idiomas
step 4 - advanced application management setup es-es Paso 4 - Administración avanzada de aplicaciones
step %1 - simple application management setup es-es Paso %1 - Administración simple de aplicaciones
step %1 - configuration setup es-es Paso %1 - Configuración
step %1 - language management setup es-es Paso %1 - Administración de idiomas
step %1 - advanced application management setup es-es Paso %1 - Administración avanzada de aplicaciones
submit setup es-es Enviar
table change messages setup es-es Mensajes de cambios en las tablas
tables dropped setup es-es tablas eliminadas

View File

@ -181,10 +181,10 @@ setup setup fi Asennus
Show 'powered by' logo on setup fi Näytä 'powered by' logo
some or all of its tables are missing setup fi Ainakin osa tauluista puuttuu
status setup fi Tila
step 1 - simple application management setup fi Vaihe 1 - Sovellusten hallinta
step 2 - configuration setup fi Vaihe 2 - Asetukset
step 3 - language management setup fi Vaihe 3 - Kielten hallinta
step 4 - advanced application management setup fi Vaihe 4 - Sovellusten hallinta (yksityiskohdat)
step %1 - simple application management setup fi Vaihe %1 - Sovellusten hallinta
step %1 - configuration setup fi Vaihe %1 - Asetukset
step %1 - language management setup fi Vaihe %1 - Kielten hallinta
step %1 - advanced application management setup fi Vaihe %1 - Sovellusten hallinta (yksityiskohdat)
submit setup fi Lähetä
table change messages setup fi Taulujen muutokset
tables dropped setup fi taulua poistettu

View File

@ -282,10 +282,10 @@ setup the database setup fr Configurer la base de donn
show 'powered by' logo on setup fr Montrer le logo 'propulsé par' sur
some or all of its tables are missing setup fr Certaines ou toutes ses tables manquent
status setup fr Etat
step 1 - simple application management setup fr Etape 1 - Gestion simple d'applications
step 2 - configuration setup fr Etape 2 - Configuration
step 3 - language management setup fr Etape 3 - Gestion des langues
step 4 - advanced application management setup fr Etape 4 - Gestion avancée d'applications
step %1 - simple application management setup fr Etape %1 - Gestion simple d'applications
step %1 - configuration setup fr Etape %1 - Configuration
step %1 - language management setup fr Etape %1 - Gestion des langues
step %1 - advanced application management setup fr Etape %1 - Gestion avancée d'applications
table change messages setup fr Messages de changement de table
tables dropped setup fr Tables supprimées
tables installed, unless there are errors printed above setup fr Tables installées, à moins qu'il y ait des messages d'erreur imprimés ci-dessous

View File

@ -116,10 +116,10 @@ select your old version setup it Seleziona la tua vecchia versione
setup setup it Setup
some or all of its tables are missing setup it Alcune o tutte delle sue tabelle sono mancanti
status setup it Stato
step 1 - simple application management setup it Passaggio 1 - Gestione Applicazioni Semplice
step 2 - configuration setup it Passaggio 2 - Configurazione
step 3 - language management setup it Passaggio 3 - Gestione Lingue
step 4 - advanced application management setup it Passaggio 4 - Gestione Applicazioni Avanzata
step %1 - simple application management setup it Passaggio %1 - Gestione Applicazioni Semplice
step %1 - configuration setup it Passaggio %1 - Configurazione
step %1 - language management setup it Passaggio %1 - Gestione Lingue
step %1 - advanced application management setup it Passaggio %1 - Gestione Applicazioni Avanzata
submit setup it Invia
table change messages setup it Messaggi dalle modifiche alle tabelle
tables dropped setup it tabelle cancellate

View File

@ -167,10 +167,10 @@ setup setup ja
show 'powered by' logo on setup ja powered by ロゴ表示位置
some or all of its tables are missing setup ja 必要なテーブルが存在しません。
status setup ja 状態表示
step 1 - simple application management setup ja Step 1 - テーブル作成
step 2 - configuration setup ja Step 2 - 環境設定
step 3 - language management setup ja Step 3 - 言語環境設定
step 4 - advanced application management setup ja Step 4 - アプリケーション設定
step %1 - simple application management setup ja Step %1 - テーブル作成
step %1 - configuration setup ja Step %1 - 環境設定
step %1 - language management setup ja Step %1 - 言語環境設定
step %1 - advanced application management setup ja Step %1 - アプリケーション設定
submit setup ja 実行
table change messages setup ja テーブル変更メッセージ
tables dropped setup ja テーブルを削除しました

View File

@ -10,8 +10,6 @@
actions setup nl Acties
add a domain setup nl Een domein toevoegen
add auto-created users to this group ('default' will be attempted if this is empty.) setup nl Automatisch gecreërde gebruikers toevoegen aan deze groep ('Standaard' wordt gebruikt als dit veld leeg is)
add auto-created users to this group (\'default\' will be attempted if this is empty.) setup nl Automatisch gecreërde gebruikers toevoegen aan deze groep ('Standaard' wordt gebruikt als dit veld leeg is)
add auto-created users to this group (\\\'default\\\' will be attempted if this is empty.) setup nl Automatisch gecreërde gebruikers toevoegen aan deze groep ('Standaard' wordt gebruikt als dit veld leeg is)
additional settings setup nl Overige instellingen
admin first name setup nl Voornaam beheerder
admin last name setup nl Achternaam beheerder
@ -65,10 +63,6 @@ you appear to have xml support enabled setup nl XML ondersteuning lijkt te zijn
you are ready for this stage, but this stage is not yet written.<br> setup nl U bent klaar voor dit stadium, maar dit stadium is nog niet weggeschreven.</br>
you didn't enter a config password for domain %1 setup nl U heeft geen configuratie wachtwoord ingevoerd voor domein %1.
you didn't enter a header admin password setup nl U heeft geen header beheerderwachtwoord ingevoerd.
you didn\'t enter a config password for domain %1 setup nl U heeft geen configuratie wachtwoord ingevoerd voor domein %1.
you didn\'t enter a header admin password setup nl U heeft geen header beheerderwachtwoord ingevoerd.
you didn\\\'t enter a config password for domain %1 setup nl U heeft geen configuratie wachtwoord ingevoerd voor domein %1.
you didn\\\'t enter a header admin password setup nl U heeft geen header beheerderwachtwoord ingevoerd.
you do not have any languages installed. please install one now <br> setup nl U heeft nog geen talen geïnstalleerd. Doe dit a.u.b. nu.<br/>
you have not created your header.inc.php yet!<br> you can create it now. setup nl U heeft nog geen header.inc.php gemaakt! <br/> U kunt dit nu doen.
you have successfully logged out setup nl U bent correct uitgelogd.
@ -78,10 +72,6 @@ you need to select your current charset! setup nl U moet een huidige karakterset
you should either uninstall and then reinstall it, or attempt manual repairs setup nl U moet of proberen de de-installeren en vervolgens opnieuw te installeren of u kunt handmatige reparaties doen
you're using an old configuration file format... setup nl U gebruikt een verouderd bestandsformaat voor de configuratie
you're using an old header.inc.php version... setup nl U gebruikt een verouderde header.inc.php versie...
you\'re using an old configuration file format... setup nl U gebruikt een verouderd bestandsformaat voor de configuratie
you\'re using an old header.inc.php version... setup nl U gebruikt een verouderde header.inc.php versie...
you\\\'re using an old configuration file format... setup nl U gebruikt een verouderd bestandsformaat voor de configuratie
you\\\'re using an old header.inc.php version... setup nl U gebruikt een verouderde header.inc.php versie...
your applications are current setup nl Uw toepassingen zijn actueel
your database does not exist setup nl U database bestaat niet!
your database is not working! setup nl U database werkt niet!

View File

@ -182,10 +182,10 @@ setup demo accounts in ldap setup pl Setup demo accounts in LDAP
show 'powered by' logo on setup pl Wy¶wietlaj logo 'powered by'
some or all of its tables are missing setup pl Some or all of its tables are missing
status setup pl Status
step 1 - simple application management setup pl Krok 1 - Proste zarz±dzanie aplikacj±
step 2 - configuration setup pl Krok 2 - Konfiguracja
step 3 - language management setup pl Krok 3 - Zarz±dzanie wersjami jêzykowymi
step 4 - advanced application management setup pl Step 4 - Zaawansowane zarz±dzanie aplikacj±
step %1 - simple application management setup pl Krok %1 - Proste zarz±dzanie aplikacj±
step %1 - configuration setup pl Krok %1 - Konfiguracja
step %1 - language management setup pl Krok %1 - Zarz±dzanie wersjami jêzykowymi
step %1 - advanced application management setup pl Step %1 - Zaawansowane zarz±dzanie aplikacj±
submit setup pl OK
table change messages setup pl Komunikaty zmiany tabel
tables dropped setup pl Usuniêto tabele

View File

@ -182,10 +182,10 @@ setup setup pt Configura
Show 'powered by' logo on setup pt Área para exibição da logomarca do eGroupWare
some or all of its tables are missing setup pt Algumas ou todas tabelas estão faltando
status setup pt Status
step 1 - simple application management setup pt Passo 1 - Configuração inicial das aplicações
step 2 - configuration setup pt Passo 2 - Configuração do sistema
step 3 - language management setup pt Passo 3 - Configuração de idiomas
step 4 - advanced application management setup pt Passo 4 - Configuração avançada das aplicações
step %1 - simple application management setup pt Passo %1 - Configuração inicial das aplicações
step %1 - configuration setup pt Passo %1 - Configuração do sistema
step %1 - language management setup pt Passo %1 - Configuração de idiomas
step %1 - advanced application management setup pt Passo %1 - Configuração avançada das aplicações
submit setup pt Enviar
table change messages setup pt Mensagens de alterações nas tabelas
tables dropped setup pt tabelas removidas

View File

@ -182,10 +182,10 @@ setup setup pt Configura
Show 'powered by' logo on setup pt Área para exibição da logomarca do eGroupWare
some or all of its tables are missing setup pt Algumas ou todas tabelas estão faltando
status setup pt Status
step 1 - simple application management setup pt Passo 1 - Configuração inicial das aplicações
step 2 - configuration setup pt Passo 2 - Configuração do sistema
step 3 - language management setup pt Passo 3 - Configuração de idiomas
step 4 - advanced application management setup pt Passo 4 - Configuração avançada das aplicações
step %1 - simple application management setup pt Passo %1 - Configuração inicial das aplicações
step %1 - configuration setup pt Passo %1 - Configuração do sistema
step %1 - language management setup pt Passo %1 - Configuração de idiomas
step %1 - advanced application management setup pt Passo %1 - Configuração avançada das aplicações
submit setup pt Enviar
table change messages setup pt Mensagens de alterações nas tabelas
tables dropped setup pt tabelas removidas

View File

@ -298,10 +298,10 @@ show 'powered by' logo on setup sl Poka
some or all of its tables are missing setup sl Manjka nekaj ali vse njene tabele
start the postmaster setup sl Poženi postmaster
status setup sl Status
step 1 - simple application management setup sl Korak 1 - preprosto upravljanje aplikacij
step 2 - configuration setup sl Korak 2 - konfiguracija
step 3 - language management setup sl Korak 3 - upravljanje z jeziki
step 4 - advanced application management setup sl Korak 4 - zahtevno upravljanje aplikacij
step %1 - simple application management setup sl Korak %1 - preprosto upravljanje aplikacij
step %1 - configuration setup sl Korak %1 - konfiguracija
step %1 - language management setup sl Korak %1 - upravljanje z jeziki
step %1 - advanced application management setup sl Korak %1 - zahtevno upravljanje aplikacij
table change messages setup sl Obvestila o spremembi tabel
tables dropped setup sl tabele odstranjene
tables installed, unless there are errors printed above setup sl tabele nameš&#269;ene, razen &#269;e so zgoraj izpisane napake

View File

@ -306,10 +306,10 @@ show 'powered by' logo on setup zh 显示 'powered by' 徽标
some or all of its tables are missing setup zh 一些或全部表格丢失
start the postmaster setup zh 启动 postmaster 守护进程
status setup zh 状态
step 1 - simple application management setup zh 步骤 1 - 基本应用程序管理
step 2 - configuration setup zh 步骤 2 - 配置
step 3 - language management setup zh 步骤 3 - 语言管理
step 4 - advanced application management setup zh 步骤 4 - 高级应用程序管理
step %1 - simple application management setup zh 步骤 %1 - 基本应用程序管理
step %1 - configuration setup zh 步骤 %1 - 配置
step %1 - language management setup zh 步骤 %1 - 语言管理
step %1 - advanced application management setup zh 步骤 %1 - 高级应用程序管理
table change messages setup zh 表格变动信息
tables dropped setup zh 表格已经移除
tables installed, unless there are errors printed above setup zh 如果上面没有显示任何错误信息,则表格已经安装
@ -395,4 +395,4 @@ your header.inc.php needs upgrading. setup zh 您的 header.inc.php 需要升级
your header.inc.php needs upgrading.<br><blink><b class="msg">warning!</b></blink><br><b>make backups!</b> setup zh 您的header.inc.php需要升级.<br><blink><b class="msg">警告!</b></blink><br><b>请做备份!</b>
your tables are current setup zh 您的表格是当前表格
your tables may be altered and you may lose data setup zh 您的表格可能改动过.并可能丢失部分数据
your tables will be dropped and you will lose data setup zh 您的表格将被移除,数据也会全部丢失
your tables will be dropped and you will lose data setup zh 您的表格将被移除,数据也会全部丢失

View File

@ -348,10 +348,10 @@ some or all of its tables are missing setup zt
sql encryption type setup zt SQL 密碼加密的方式(預設為md5)
start the postmaster setup zt 開始postmaster
status setup zt 狀態
step 1 - simple application management setup zt 步驟一、基本應用程式管理
step 2 - configuration setup zt 步驟二、組態設定
step 3 - language management setup zt 步驟三、語言管理
step 4 - advanced application management setup zt 步驟四、進階應用程式管理
step %1 - simple application management setup zt 步驟一、基本應用程式管理
step %1 - configuration setup zt 步驟二、組態設定
step %1 - language management setup zt 步驟三、語言管理
step %1 - advanced application management setup zt 步驟四、進階應用程式管理
submit setup zt 送出
table change messages setup zt 資料表更動訊息
tables dropped setup zt 資料表已移除

View File

@ -27,6 +27,19 @@
</td>
</tr>
<!-- end the config section -->
<!-- begin the admin section -->
<tr class="th">
<td align="left" colspan="2">{admin_step_text}</td>
</tr>
<tr>
<td align="center" width="30%">
<img src="{admin_status_img}" alt="{admin_status_alt}" border="0">
</td>
<td>
{admin_table_data}
</td>
</tr>
<!-- end the admin section -->
<!-- begin the lang section -->
<tr class="th">
<td align="left" colspan="2">{lang_step_text}</td>