- Posts: 4
- Thank you received: 0
Remove JGLOBAL_SORT_BY
- Kara
- Topic Author
- Offline
- New Member
Less
More
10 years 6 months 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.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
10 years 6 months 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
to:
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()">';
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.149 seconds