Fixed incorect behavior of buttons in taskbar

This commit is contained in:
renaud gaudin 2015-02-19 15:31:16 +00:00
parent 118feb75dc
commit af1ee3c317
1 changed files with 3 additions and 3 deletions

View File

@ -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">