Hi,
How i can delete the button manage subscription in detailview of contact?
thanks
Hi,
How i can delete the button manage subscription in detailview of contact?
thanks
Help
I have see this link http://www.sugarcrm.com/forums/showthread.php?t=50793
but it doesn't work
My configuration is
SugarCe 5.5
php 5
thanks
Hi,
Edit this file /modules/Contacts/metadata/detailviewdefs.php
PHP Code:$viewdefs['Contacts']['DetailView'] = array(
'templateMeta' => array(
'preForm' => '<form name="vcard" action="index.php">'.
'<input type="hidden" name="entryPoint" value="vCard">'.
'<input type="hidden" name="contact_id" value="{$fields.id.value}">'.
'<input type="hidden" name="module" value="Contacts">'.
'</form>',
'form' => array(
'buttons' => array('EDIT', 'DUPLICATE', 'DELETE', 'FIND_DUPLICATES'),
...
Then rename directory ../cache/modules/Contacts/ to ../cache/modules/Contacts1/PHP Code:
'buttons' => array('EDIT');
Letrium ltd. - Only high quality service
http://letrium.com
Thanks for your reply.
Now i try!
ok resolved.
there is another file of custom for this problem in custom\modules\contacts\metadata\detailviewdefs.ph p.
Thanks a lot !!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks