Hi,
I would like to know how to remove the "Saved Search" link and "?" from advance search in module?
I found a possible solution here
but this doesn't seems to work. Any help would be appreciated.
Thanks in advance
Hi,
I would like to know how to remove the "Saved Search" link and "?" from advance search in module?
I found a possible solution here
but this doesn't seems to work. Any help would be appreciated.
Thanks in advance
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Have a look at this thread.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
Hi André,
Your link is the same threat i've send in my post. I already tried your code but it doesn't seems to solve the issue. I've create this code and saved this in custom/modules/Project/views/view.list.php just like you said;
Any idea why this doesn't do the trick? Thanks in advance.PHP Code:<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
require_once('include/MVC/View/views/view.list.php');
class ProjectViewList extends ViewList {
function prepareSearchForm() {
parent::prepareSearchForm();
$this->searchForm->displaySavedSearch = false;
$this->searchForm->th->ss->assign('DISPLAY_SEARCH_HELP', false);
}
}
?>
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Hi,
Does anyone knows how to solve this issue? Any help would be appreciated.
Thanks in advance
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
hi ,
By using the above code when you go the advance search you will not find the link "Saved Search & Layout"
to save the search.
But the saved search dropdown exist in the list view which may be used for the other modules.
Hi,
Thanks for your reply. I really want to remove these links from Search; (check screenshot)
How to do this?
Thanks in advance
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Hi,
Anyone knows where I can modify this? Thanks in advance.
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks