Remove JGLOBAL_SORT_BY

  • Kara
  • Autore della discussione
  • Offline
  • Nuovo Utente
  • Nuovo Utente
Di più
10 Anni 6 Mesi fa #1836 da Kara
Remove JGLOBAL_SORT_BY è stato creato da Kara
How can I remove the JGLOBAL_SORT_BY title that displays above the search results sort dropdown?

Si prega Accesso o Crea un account a partecipare alla conversazione.

Di più
10 Anni 6 Mesi fa #1838 da andrea_4g
Risposta da andrea_4g al topic Remove JGLOBAL_SORT_BY
Edit file: components/com_customproperties/views/search/view.html.php
Change lines 175, 176
from
Code:
$result = '<label for="sortTable" class="element-invisible">'. JText::_('JGLOBAL_SORT_BY') .'</label>'; $result .= '<select name="ordering" id="sortTable" class="input-medium" onchange="this.form.submit()">';
to:
Code:
//$result = '<label for="sortTable" class="element-invisible">'. JText::_('JGLOBAL_SORT_BY') .'</label>'; $result = '<select name="ordering" id="sortTable" class="input-medium" onchange="this.form.submit()">';

Si prega Accesso o Crea un account a partecipare alla conversazione.

Tempo creazione pagina: 0.150 secondi