Commit 7f349d0a authored by Gildas Bazin's avatar Gildas Bazin

* share/http/index.html: delete/keep commands fix by Torsten Spindler

parent ddb95a07
......@@ -80,12 +80,13 @@
</div>
<div class="section">
<form method="get" action="">
<table>
<tr>
<td>
<table><tr>
<table>
<tr>
<td>
<form method="get" action="">
<input type="submit" name="control" value="sort" /> by
<select name="type">
<option value="title">title</option>
......@@ -97,6 +98,7 @@
<option value="0">normal order</option>
<option value="1">reverse order</option>
</select>
</form>
</td>
<td>
<form method="get" action="">
......@@ -106,9 +108,11 @@
<input type="submit" name="control" value="move" />
</form>
</td>
</tr></table>
</tr>
</table>
</td>
</tr>
<form method="get" action="">
<tr>
<td>
<table>
......@@ -143,8 +147,8 @@
<input type="submit" name="control" value="keep" />
</td>
</tr>
</table>
</form>
</table>
</div>
</div>
<hr/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment