Merge branch 'stable'
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
<form action="login.php" method="post" enctype="application/x-www-form-urlencoded" name="login_form" dir="ltr" style="display: inline;">
|
||||
<input type="hidden" name="target" value="{target}" />
|
||||
<input type="hidden" name="action" value="login" />
|
||||
<input type="hidden" name="source" value="loginpage" />
|
||||
<table class="table">
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
{message_start}<tr><td colspan="2" class="message">{message}</td></tr><tr><td class="spacer" colspan="2"></td></tr>{message_end}
|
||||
@@ -44,8 +45,8 @@
|
||||
|
||||
<tr>
|
||||
<td class="header-small" colspan="2">
|
||||
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbuttons" />
|
||||
<input type="submit" name="LogMeIn" value="{t}Login{/t}" class="formbuttons" />
|
||||
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" />
|
||||
<input type="submit" name="LogMeIn" value="{t}Login{/t}" class="formbutton" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
tpl_set_var('runtime', '');
|
||||
|
||||
//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;"><b>' . t('User') . ':</b> <input name="email" size="10" type="text" class="textboxes" value="" /> <b>' . t('Password') . ':</b> <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: 65px;" /></form>';
|
||||
$sLoggedOut = '<form action="login.php" method="post" enctype="application/x-www-form-urlencoded" name="login" dir="ltr" style="display: inline;"><b>' . t('User') . ':</b> <input name="email" size="10" type="text" class="textboxes" value="" /> <b>' . t('Password') . ':</b> <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="hidden" name="source" value="titlebar" /> <input type="submit" name="LogMeIn" value="' . t('Login') . '" class="formbutton" style="width: 65px;" /></form>';
|
||||
$sLoggedIn = "<b>" . t('Logged in as') . ' <a href="myhome.php">{username}</a></b> - <a href="login.php?action=logout">' . t('Logout') . '</a>';
|
||||
|
||||
// target in Loginbox setzen
|
||||
|
||||
Reference in New Issue
Block a user