Browse Source

Use advgroupname in advanced navbar torrent search

spaghetti 8 years ago
parent
commit
dd4914bed2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      design/privateheader.php

+ 1
- 1
design/privateheader.php View File

220
           <input id="torrentssearch" accesskey="t" spellcheck="false"
220
           <input id="torrentssearch" accesskey="t" spellcheck="false"
221
               onfocus="if (this.value == 'Torrents') { this.value = ''; }"
221
               onfocus="if (this.value == 'Torrents') { this.value = ''; }"
222
               onblur="if (this.value == '') { this.value = 'Torrents'; }"
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
         </form>
224
         </form>
225
         <form class="search_form" name="artists" action="artist.php" method="get">
225
         <form class="search_form" name="artists" action="artist.php" method="get">
226
           <input id="artistsearch"<?=Users::has_autocomplete_enabled('search');
226
           <input id="artistsearch"<?=Users::has_autocomplete_enabled('search');

Loading…
Cancel
Save