Fixed automatically filling in password

This commit is contained in:
Savetheinternet 2011-05-21 15:53:08 +10:00
parent 51138393b4
commit c1a2a216e2
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
<body>
{boardlist[top]}
{pm?<div class="top_notice">{pm}</div><hr/>}
{config[url_banner]?<img class="banner" src="{config[url_banner]}" />}
{config[url_banner]?<img class="banner" src="{config[url_banner]}" alt="" />}
<h1>{board[url]} - {board[name]}</h1>
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
@ -110,7 +110,7 @@
rememberStuff();
</script>
<hr/>
<form name="delete" action="{post_url}" method="post">
<form name="postcontrols" action="{post_url}" method="post">
<input type="hidden" name="board" value="{board[uri]}" />
{mod?<input type="hidden" name="mod" value="1" />}
{body}

View File

@ -12,7 +12,7 @@
<body>
{boardlist[top]}
{pm?<div class="top_notice">{pm}</div><hr/>}
{config[url_banner]?<img class="banner" src="{config[url_banner]}" />}
{config[url_banner]?<img class="banner" src="{config[url_banner]}" alt="" />}
<h1>{board[url]} - {board[name]}</h1>
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
@ -101,7 +101,7 @@
rememberStuff();
</script>
<hr/>
<form name="delete" action="{config[post_url]}" method="post">
<form name="postcontrols" action="{config[post_url]}" method="post">
<input type="hidden" name="board" value="{board[uri]}" />
{mod?<input type="hidden" name="mod" value="1" />}
{body}