added missing block context for login box

This commit is contained in:
Sebastian Grewe 2013-05-06 21:17:14 +02:00
parent d6cb93fa5a
commit 8817a1a0aa

View File

@ -1,6 +1,8 @@
<form action="{$smarty.server.PHP_SELF}?page=login" method="post" id="loginForm">
{include file="global/block_header.tpl" BLOCK_HEADER="Login" BLOCK_STYLE="clear:none; margin-left:13px; margin-top:15px;"}
<form action="{$smarty.server.PHP_SELF}?page=login" method="post" id="loginForm">
<p><input type="text" name="username" value="" id="userForm" maxlength="20"></p>
<p><input type="password" name="password" value="" id="passForm" maxlength="20"></p>
<center><p><input type="submit" class="submit small" value="Login"></p></center>
</form>
<center><p><a href="/lostPass"><font size="1">Forgot your password?</font></a></p></center>
{include file="global/block_footer.tpl"}