Sorry my broken English.

I added a custom panel and custom field in Note module ,using STUDIO.
when clicked "Create Notes" Button in History subpanel,
I want to hide the custom panel in Accounts and Contacts modules.
I need this in Opportunity module only....

The following is part of custom files(Automatic ).
custom/modules/Notes/metadata/editviewdefs.php
custom/modules/Notes/metadata/quickcreatedefs.php

PHP Code:
     'lbl_panel1' =>
      array (
        
=>
        array (
          
=>
          array (
            
'name' => 'opp_date_c',
            
'label' => 'LBL_OPP_DATE',
          ),
          
=> NULL,
        ),
   ), 
'opp_date_c' is a custom field for input into Opportunity Date.

How do I ?? Help me.

--------------------------
Kazumi Asai
Fanatic Computers Inc.
Osaka,Japan

Sugar version and edition: 5.2.0k (CommunityEdition)
Operating system type and version:CentOS 5.4
Webserver type and version:Apache 2.2.8
PHP:5.2.9
MySQL:5.0.82