3
0
Fork 0

Fixed incorect behavior of buttons in taskbar

small_fixes
renaud gaudin 11 years ago
parent 5dddd4d98c
commit 436425bd1c

@ -2,9 +2,9 @@
<link type="text/css" href="/skin/jquery-ui/jquery-ui.theme.min.css" rel="Stylesheet" /> <link type="text/css" href="/skin/jquery-ui/jquery-ui.theme.min.css" rel="Stylesheet" />
<span class="kiwix"> <span class="kiwix">
<span id="kiwixtoolbar" class="ui-widget-header"> <span id="kiwixtoolbar" class="ui-widget-header">
<a href="/"><button>Home</button></a> <a href="/"><button>Library</button></a>
<a href="/__CONTENT__/"><button>Library</button></a> <a href="/__CONTENT__/"><button>Home</button></a>
<a href="/random"><button>Random</button></a> <a href="/random?content=__CONTENT__"><button>Random</button></a>
<form class="kiwixsearch" method="GET" action="/search" id="kiwixsearchform"> <form class="kiwixsearch" method="GET" action="/search" id="kiwixsearchform">
<input type="hidden" name="content" value="__CONTENT__" /> <input type="hidden" name="content" value="__CONTENT__" />
<input autocomplete="off" class="ui-autocomplete-input" id="kiwixsearchbox" name="pattern" type="text"> <input autocomplete="off" class="ui-autocomplete-input" id="kiwixsearchbox" name="pattern" type="text">

Loading…
Cancel
Save