Simplify menu
This commit is contained in:
parent
aeb8506909
commit
3e393c3d10
2 changed files with 10 additions and 10 deletions
|
@ -110,13 +110,13 @@
|
|||
<input type="image" src="images/search32.png" alt="Search" />
|
||||
</form>
|
||||
<form action="index.php?page=9" method="get">
|
||||
<select id="sortchoice" style="width: 183px">
|
||||
<select id="sortchoice">
|
||||
<option value="st"><?php echo localize("bookword.title") ?></option>
|
||||
<option value="sa"><?php echo localize("authors.title") ?></option>
|
||||
<option value="ss"><?php echo localize("series.title") ?></option>
|
||||
<option value="sp"><?php echo localize("content.published") ?></option>
|
||||
</select>
|
||||
<select id="sortorder" style="width: 60px">
|
||||
<select id="sortorder">
|
||||
<option value="asc">Asc</option>
|
||||
<option value="desc">Desc</option>
|
||||
</select>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue