|
@@ -220,7 +220,7 @@ if (isset(G::$LoggedUser['SearchType']) && G::$LoggedUser['SearchType']) { // Ad
|
220
|
220
|
<input id="torrentssearch" accesskey="t" spellcheck="false"
|
221
|
221
|
onfocus="if (this.value == 'Torrents') { this.value = ''; }"
|
222
|
222
|
onblur="if (this.value == '') { this.value = 'Torrents'; }"
|
223
|
|
- value="Torrents" placeholder="Torrents" type="text" name="<?=$UseAdvancedSearch ? 'groupname' : 'searchstr' ?>" size="17" />
|
|
223
|
+ value="Torrents" placeholder="Torrents" type="text" name="<?=$UseAdvancedSearch ? 'advgroupname' : 'searchstr' ?>" size="17" />
|
224
|
224
|
</form>
|
225
|
225
|
<form class="search_form" name="artists" action="artist.php" method="get">
|
226
|
226
|
<input id="artistsearch"<?=Users::has_autocomplete_enabled('search');
|