]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Connectors/tpls/administration.tpl
Release 6.5.0
[Github/sugarcrm.git] / modules / Connectors / tpls / administration.tpl
1 {*
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37 *}
38 <table class='edit view small' width="100%" border="0" cellspacing="1" cellpadding="0" >                
39         <tr valign="top">
40                 <td width="35%">
41                         <table  border="0" cellspacing="2" cellpadding="0" >    
42                                 <tr valign='top'>
43                                         <td><img src="{$IMG}icon_ConnectorConfig.gif" name="connectorConfig" onclick="document.location.href='index.php?module=Connectors&action=ModifyProperties';"
44                                                 onMouseOver="document.connectorConfig.src='{$IMG}icon_ConnectorConfigOver.gif'"
45                                                 onMouseOut="document.connectorConfig.src='{$IMG}icon_ConnectorConfig.gif'"></td>
46                                         <td>&nbsp;&nbsp;</td>
47                                         <td><b>{$mod.LBL_MODIFY_PROPERTIES_TITLE}</b><br/>
48                                                 {$mod.LBL_MODIFY_PROPERTIES_DESC}
49                                         </td>
50                                 </tr>
51                                 <tr>
52                                         <td colspan=2>&nbsp;</td>
53                                 </tr>
54                                 <tr valign='top'>
55                                         <td><img src="{$IMG}icon_ConnectorEnable.gif" name="enableImage" onclick="document.location.href='index.php?module=Connectors&action=ModifyDisplay';"
56                                                 onMouseOver="document.enableImage.src='{$IMG}icon_ConnectorEnableOver.gif'"
57                                                 onMouseOut="document.enableImage.src='{$IMG}icon_ConnectorEnable.gif'"></td>
58                                         <td>&nbsp;&nbsp;</td>
59                                         <td><b>{$mod.LBL_MODIFY_DISPLAY_TITLE}</b><br/>
60                                                 {$mod.LBL_MODIFY_DISPLAY_DESC}
61                                         </td>
62                                 </tr>                   
63                         </table>
64                 </td>
65                 <td width="10%">&nbsp;</td>
66                 <td width="35%">
67                         <table  border="0" cellspacing="2" cellpadding="0">        
68                                 <tr valign='top'>
69                                         <td><img src="{$IMG}icon_ConnectorMap.gif" name="connectorMapImg" onclick="document.location.href='index.php?module=Connectors&action=ModifyMapping';"
70                                                 onMouseOver="document.connectorMapImg.src='{$IMG}icon_ConnectorMapOver.gif'"
71                                                 onMouseOut="document.connectorMapImg.src='{$IMG}icon_ConnectorMap.gif'"></td>
72                                         <td>&nbsp;&nbsp;</td>
73                                         <td><b>{$mod.LBL_MODIFY_MAPPING_TITLE}</b><br/>
74                                                 {$mod.LBL_MODIFY_MAPPING_DESC}
75                                         </td>
76                                 </tr>
77
78                                 <tr>
79                                         <td colspan=2>&nbsp;</td>
80                                 </tr>
81
82
83                                 <tr valign='top'>
84                                         <td>
85                                             <img src="{$IMG}icon_ConnectorSearchFields.gif" name="connectorSearchImg" onclick="document.location.href='index.php?module=Connectors&action=ModifySearch';"
86                                                 onMouseOver="document.connectorSearchImg.src='{$IMG}icon_ConnectorSearchFieldsOver.gif'"
87                                                 onMouseOut="document.connectorSearchImg.src='{$IMG}icon_ConnectorSearchFields.gif'">
88                                     </td>
89                                         <td>&nbsp;&nbsp;</td>
90                                         <td>
91                                             {* BEGIN SUGARCRM flav=pro || flav=sales ONLY *}
92                                             <b>{$mod.LBL_MODIFY_SEARCH_TITLE}</b><br/>
93                                                 {$mod.LBL_MODIFY_SEARCH_DESC}
94                                                 {* END SUGARCRM flav=pro || flav=sales ONLY *}
95                                         </td>   
96                                 </tr>
97
98                         </table>
99                 </td>                           
100                 <td width="20%">&nbsp;</td>
101         </tr>
102 </table>