Explorar el Código

Use advgroupname in advanced navbar torrent search

undefined
spaghetti hace 7 años
committed by Tomochin
padre
commit
c9cb249fd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      design/privateheader.php

+ 1
- 1
design/privateheader.php Ver fichero

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


Cargando…
Cancelar
Guardar