#4505: Angleichung Suchseite
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
//set up main template specific string
|
||||
$sLoggedOut = '<form action="login.php" method="post" enctype="application/x-www-form-urlencoded" name="login" dir="ltr" style="display: inline;">' . t('User') . ': <input name="email" size="10" type="text" class="textboxes" value="" /> ' . t('Password') . ': <input name="password" size="10" type="password" class="textboxes" value="" /> <input type="hidden" name="action" value="login" /><input type="hidden" name="target" value="{target}" /><input type="submit" name="LogMeIn" value="' . t('Login') . '" class="formbuttons" style="width: 60px;" /></form>';
|
||||
$sLoggedIn = t('Login as') . ' <a href="myhome.php">{username}</a> - <a href="login.php?action=logout">' . t('Logout') . '</a>';
|
||||
$sLoggedIn = "<b>" . t('Logged in as') . ':</b> <a href="myhome.php">{username}</a> - <a href="login.php?action=logout">' . t('Logout') . '</a>';
|
||||
|
||||
// target in Loginbox setzen
|
||||
$target = basename($_SERVER['PHP_SELF']).'?';
|
||||
|
||||
Reference in New Issue
Block a user