removing unused template

This commit is contained in:
Sebastian Grewe 2013-09-18 07:34:29 +02:00
parent 5e64d43732
commit 05f6f03424

View File

@ -1,8 +0,0 @@
{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" required></p>
<p><input type="password" name="password" value="" id="passForm" maxlength="20" required></p>
<center><p><input type="submit" class="submit small" value="Login"></p></center>
</form>
<center><p><a href="{$smarty.server.PHP_SELF}?page=password"><font size="1">Forgot your password?</font></a></p></center>
{include file="global/block_footer.tpl"}