]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - ModuleInstall/PackageManager/tpls/PackageForm.tpl
Release 6.5.1
[Github/sugarcrm.git] / ModuleInstall / PackageManager / tpls / PackageForm.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 {if $ERR_SUHOSIN == true}
39 {$APP_STRINGS.ERR_SUHOSIN}
40 {else}
41 {$scripts}
42 {$TREEHEADER}
43 {literal}
44
45 <style type="text/css">
46 #demo { width:100%; }
47 #demo .yui-content {
48     padding:1em; /* pad content container */
49 }
50 .list {list-style:square;width:500px;padding-left:16px;}
51 .list li{padding:2px;font-size:8pt;}
52
53 /* hide the tab content while loading */
54 .tab-content{display:none;}
55
56 pre {
57    font-size:11px;
58 }
59
60 #tabs1 {width:100%;}
61 #tabs1 .yui-ext-tabbody {border:1px solid #999;border-top:none;}
62 #tabs1 .yui-ext-tabitembody {display:none;padding:10px;}
63
64 /* default loading indicator for ajax calls */
65 .loading-indicator {
66         font-size:8pt;
67         background-image:url('../../resources/images/grid/loading.gif');
68         background-repeat: no-repeat;
69         background-position: left;
70         padding-left:20px;
71 }
72 /* height of the rows in the grids */
73 .ygrid-row {
74     height:27px;
75 }
76 .ygrid-col {
77     height:27px !important;
78 }
79 </style>
80 {/literal}
81 {$INSTALLED_PACKAGES_HOLDER}
82 <br>
83
84 <form action='{$form_action}' method="post" name="installForm">
85 <input type=hidden name="release_id">
86 {$hidden_fields}
87 <div id='server_upload_div'>
88 {$FORM_2_PLACE_HOLDER}
89 {$MODULE_SELECTOR}
90 <div id='search_results_div'></div>
91 </div>
92 </form>
93 <div id='local_upload_div'>
94 {$FORM_1_PLACE_HOLDER}
95 </div>
96
97 {if $module_load == 'true'}
98 <div id='upload_table'>
99 <table width='100%'><tr><td><div id='patch_downloads' class='ygrid-mso' style='height:205px;'></div></td></tr></table>
100 </div>
101
102 {literal}<script>
103 //PackageManager.toggleView('browse');
104 </script>
105 {/literal}
106 {/if}
107 {/if}