- Posts: 5
- Thank you received: 0
OS Property support center
Remove RESET Buttom
- Daniel Fernandes
- Topic Author
- Offline
- New Member
-
Less
More
11 years 7 months ago #40962
by Daniel Fernandes
Remove RESET Buttom was created by Daniel Fernandes
Is possible to remomve the reset button from the search
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13244
- Thank you received: 1729
11 years 7 months ago #40997
by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Re: Remove RESET Buttom
Hi Daniel,
What's the search that you want to ask? Module or Advanced search page?
Dam
What's the search that you want to ask? Module or Advanced search page?
Dam
Please Log in or Create an account to join the conversation.
- Daniel Fernandes
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
11 years 7 months ago #41005
by Daniel Fernandes
Replied by Daniel Fernandes on topic Re: Remove RESET Buttom
Hi Dam, i am refering to the module.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13244
- Thank you received: 1729
11 years 7 months ago #41006
by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Re: Remove RESET Buttom
Hi,
Please follow these steps:
modules > mod_ospropertysearch > tmpl > default.php
and find input type Reset to remove it
Thanks
Dam
Please follow these steps:
modules > mod_ospropertysearch > tmpl > default.php
and find input type Reset to remove it
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Daniel Fernandes
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
11 years 7 months ago #41012
by Daniel Fernandes
Replied by Daniel Fernandes on topic Re: Remove RESET Buttom
I can't find it
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13244
- Thank you received: 1729
11 years 7 months ago #41015
by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Re: Remove RESET Buttom
Hi,
It's not search module, it's advanced search form, to remove the reset button, please follow these steps
1. Open file
components > com_osproperty > helpers > common.php
2. find
<input type="submit" class="btn btn-info" value="<?php echo JText::_('OS_SEARCH')?>" />
<input type="reset" class="btn btn-warning" value="<?php echo JText::_('OS_RESET')?>" />
and change it to
<input type="submit" class="btn btn-info" value="<?php echo JText::_('OS_SEARCH')?>" />
Good luck
Dam
It's not search module, it's advanced search form, to remove the reset button, please follow these steps
1. Open file
components > com_osproperty > helpers > common.php
2. find
<input type="submit" class="btn btn-info" value="<?php echo JText::_('OS_SEARCH')?>" />
<input type="reset" class="btn btn-warning" value="<?php echo JText::_('OS_RESET')?>" />
and change it to
<input type="submit" class="btn btn-info" value="<?php echo JText::_('OS_SEARCH')?>" />
Good luck
Dam
Please Log in or Create an account to join the conversation.
Moderators: Dang Thuc Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.