OS Property support center

Remove RESET Buttom

  • Daniel Fernandes
  • Topic Author
  • Offline
  • New Member
  • New Member
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

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

More
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

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

  • Daniel Fernandes
  • Topic Author
  • Offline
  • New Member
  • New Member
More
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

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

More
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 Log in or Create an account to join the conversation.

  • Daniel Fernandes
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 7 months ago #41012 by Daniel Fernandes
Replied by Daniel Fernandes on topic Re: Remove RESET Buttom
I can't find it

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

More
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

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

Moderators: Dang Thuc DamNguyen Phu Quan