Úprava souboru index.html
This commit is contained in:
parent
1328c9d9a2
commit
df9c8953a1
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
<!-- SEARCH FORM -->
|
<!-- SEARCH FORM -->
|
||||||
<div id="search-form" class="pull-right">
|
<div id="search-form" class="pull-right">
|
||||||
<form method="get" action="#">
|
<form method="get" action="#">
|
||||||
<input type="text" name="Search" value="Hledat" onFocus="if (this.value == 'Search') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
<input type="text" name="Search" value="Hledat" onFocus="if (this.value == 'Hledat') this.value = '';" onBlur="if (this.value == '') this.value = 'Hledat';" />
|
||||||
</form>
|
</form>
|
||||||
</div><!-- SEARCH FORM -->
|
</div><!-- SEARCH FORM -->
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue