This commit is contained in:
Savetheinternet 2011-01-20 19:25:11 +11:00
parent e1e5dc713e
commit d7f7b602ef
3 changed files with 21 additions and 2 deletions

View file

@ -8,6 +8,7 @@
<script type="text/javascript" src="{index}main.js"></script>
</head>
<body>
<img style="margin:10px auto;float:none" src="/banner.php" />
<h1>{board[url]} - {board[name]}</h1>
<div class="title">{board[title]?{board[title]}}<p>{mod?<a href="?/">Return to dashboard</a>}</p></div>
@ -39,7 +40,7 @@
</th>
<td>
<input style="float:left;" type="text" name="subject" size="25" maxlength="25" autocomplete="off" />
<input style="float:right;" type="submit" name="post" value="{button=New Topic}" />
<input accesskey="s" style="float:right;" type="submit" name="post" value="{button=New Topic}" />
</td>
</tr>
<tr>