mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
LSID logins were removed from AWL, drop related bits in davical
This commit is contained in:
parent
699d077834
commit
e64fd2b868
@ -10,7 +10,7 @@ if ( isset($c->authenticate_hook['server_auth_type']) ) {
|
|||||||
$home_menu->AddOption(translate('Home'), $c->base_url.'/index.php'); // dummy, so the menu gets shown
|
$home_menu->AddOption(translate('Home'), $c->base_url.'/index.php'); // dummy, so the menu gets shown
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout&forget', translate('Log out of DAViCal') );
|
$home_menu->AddOption(translate('Logout'), $c->base_url.'/index.php?logout', translate('Log out of DAViCal') );
|
||||||
}
|
}
|
||||||
|
|
||||||
$wiki_help = '';
|
$wiki_help = '';
|
||||||
|
|||||||
@ -33,9 +33,6 @@ i18n('Edit this user record');
|
|||||||
i18n('You are viewing');
|
i18n('You are viewing');
|
||||||
i18n('You are editing');
|
i18n('You are editing');
|
||||||
|
|
||||||
# Translators: this is a colloquial phrase in english (the name of a flower) and is an option allowing people to log in automatically in future
|
|
||||||
i18n("forget me not");
|
|
||||||
|
|
||||||
// Date format types
|
// Date format types
|
||||||
i18n('European');
|
i18n('European');
|
||||||
i18n('US Format');
|
i18n('US Format');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user