Remove JGLOBAL_SORT_BY

More
10 years 5 days ago #1836 by Kara
Remove JGLOBAL_SORT_BY was created by Kara
How can I remove the JGLOBAL_SORT_BY title that displays above the search results sort dropdown?

Please Log in or Create an account to join the conversation.

More
10 years 5 days ago #1838 by andrea_4g
Replied by andrea_4g on 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()">';

Please Log in or Create an account to join the conversation.

Time to create page: 0.150 seconds