Added the ability for the search field to retain its contents.
Changed 'action' to 'page' in GET parameters
This commit is contained in:
parent
af00f2dae5
commit
6cb0c8d784
@ -48,11 +48,12 @@
|
||||
id="search"
|
||||
class="item right">
|
||||
<input type="hidden"
|
||||
name="action"
|
||||
name="page"
|
||||
value="search"/>
|
||||
<input type="text"
|
||||
name="q"
|
||||
placeholder="Vad letar du efter?"/>
|
||||
placeholder="Vad letar du efter?"
|
||||
value="¤query¤"/>
|
||||
<button type="submit"
|
||||
class="right">
|
||||
Sök
|
||||
@ -93,6 +94,6 @@
|
||||
</html>
|
||||
¤¤ menuitem ¤¤
|
||||
<a class="item left ¤active¤"
|
||||
href="?action=¤action¤">
|
||||
href="?page=¤page¤">
|
||||
¤title¤
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user