Fixed automatically filling in password
This commit is contained in:
parent
51138393b4
commit
c1a2a216e2
@ -13,7 +13,7 @@
|
|||||||
<body>
|
<body>
|
||||||
{boardlist[top]}
|
{boardlist[top]}
|
||||||
{pm?<div class="top_notice">{pm}</div><hr/>}
|
{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>
|
<h1>{board[url]} - {board[name]}</h1>
|
||||||
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
||||||
|
|
||||||
@ -110,7 +110,7 @@
|
|||||||
rememberStuff();
|
rememberStuff();
|
||||||
</script>
|
</script>
|
||||||
<hr/>
|
<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]}" />
|
<input type="hidden" name="board" value="{board[uri]}" />
|
||||||
{mod?<input type="hidden" name="mod" value="1" />}
|
{mod?<input type="hidden" name="mod" value="1" />}
|
||||||
{body}
|
{body}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<body>
|
<body>
|
||||||
{boardlist[top]}
|
{boardlist[top]}
|
||||||
{pm?<div class="top_notice">{pm}</div><hr/>}
|
{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>
|
<h1>{board[url]} - {board[name]}</h1>
|
||||||
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
|
||||||
|
|
||||||
@ -101,7 +101,7 @@
|
|||||||
rememberStuff();
|
rememberStuff();
|
||||||
</script>
|
</script>
|
||||||
<hr/>
|
<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]}" />
|
<input type="hidden" name="board" value="{board[uri]}" />
|
||||||
{mod?<input type="hidden" name="mod" value="1" />}
|
{mod?<input type="hidden" name="mod" value="1" />}
|
||||||
{body}
|
{body}
|
||||||
|
Loading…
Reference in New Issue
Block a user