mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
Remove invite team members popup at first login
This commit is contained in:
parent
d49e36e1ee
commit
ba81d2daaa
@ -3217,6 +3217,8 @@ $this->app->Tpl->Add('TAB1',"<h2>Schritt 2 von 2: Datenbank anpassen</h2><table
|
|||||||
|
|
||||||
$pages[] = $firstPage;
|
$pages[] = $firstPage;
|
||||||
|
|
||||||
|
|
||||||
|
/*/ This is pointless because the mailaccount is not configured yet
|
||||||
if($isAdminAdmin) {
|
if($isAdminAdmin) {
|
||||||
$isFirstAdmin = $this->app->User->GetType() === 'admin' && $this->app->User->GetName('admin');
|
$isFirstAdmin = $this->app->User->GetType() === 'admin' && $this->app->User->GetName('admin');
|
||||||
if($isFirstAdmin) {
|
if($isFirstAdmin) {
|
||||||
@ -3271,7 +3273,7 @@ $this->app->Tpl->Add('TAB1',"<h2>Schritt 2 von 2: Datenbank anpassen</h2><table
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
$subHeadline = 'Du kannst nun loslegen.';
|
$subHeadline = 'Du kannst nun loslegen.';
|
||||||
if($isAdminAdmin && !empty(erpAPI::Ioncube_Property('isdevelopmentversion'))) {
|
if($isAdminAdmin && !empty(erpAPI::Ioncube_Property('isdevelopmentversion'))) {
|
||||||
$subHeadline = 'Es handelt sich hier um eine Development-Version.
|
$subHeadline = 'Es handelt sich hier um eine Development-Version.
|
||||||
|
Loading…
Reference in New Issue
Block a user