]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/ListView/ListViewGeneric.tpl
Release 6.3.0
[Github/sugarcrm.git] / include / ListView / ListViewGeneric.tpl
1 {*
2
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38
39
40
41 *}
42
43 <script type='text/javascript' src='{sugar_getjspath file='include/javascript/popup_helper.js'}'></script>
44
45 {if $overlib}
46         <script type='text/javascript' src='{sugar_getjspath file='include/javascript/sugar_grp_overlib.js'}'></script>
47         <div id='overDiv' style='position:absolute; visibility:hidden; z-index:1000;'></div>
48 {/if}
49
50 {$multiSelectData}
51
52 <table cellpadding='0' cellspacing='0' width='100%' border='0' class='list view'>
53 {include file='include/ListView/ListViewPagination.tpl'}
54 <tr height='20'>
55                 {if $prerow}
56                         <th scope='col' width='1%' class="selectCol">
57                                 <div>
58                                 <input type='checkbox' class='checkbox' name='massall' id='massall' value='' onclick='sListView.check_all(document.MassUpdate, "mass[]", this.checked);' />
59                                 {$selectLink}
60                                 </div>
61                         </th>
62                 {/if}
63                 {if !empty($quickViewLinks)}
64                 <th scope='col' width='1%' style="padding: 0px;">&nbsp;</th>
65                 {/if}
66                 {counter start=0 name="colCounter" print=false assign="colCounter"}
67                 {foreach from=$displayColumns key=colHeader item=params}
68                         <th scope='col' width='{$params.width}%'>
69                                 <div style='white-space: normal;'width='100%' align='{$params.align|default:'left'}'>
70                 {if $params.sortable|default:true}
71                     {if $params.url_sort}
72                         <a href='{$pageData.urls.orderBy}{$params.orderBy|default:$colHeader|lower}' class='listViewThLinkS1'>
73                     {else}
74                         {if $params.orderBy|default:$colHeader|lower == $pageData.ordering.orderBy}
75                             <a href='javascript:sListView.order_checks("{$pageData.ordering.sortOrder|default:ASCerror}", "{$params.orderBy|default:$colHeader|lower}" , "{$pageData.bean.moduleDir}{"2_"}{$pageData.bean.objectName|upper}{"_ORDER_BY"}")' class='listViewThLinkS1'>
76                         {else}
77                             <a href='javascript:sListView.order_checks("ASC", "{$params.orderBy|default:$colHeader|lower}" , "{$pageData.bean.moduleDir}{"2_"}{$pageData.bean.objectName|upper}{"_ORDER_BY"}")' class='listViewThLinkS1'>
78                         {/if}
79                     {/if}
80                     {sugar_translate label=$params.label module=$pageData.bean.moduleDir}
81                                         </a>&nbsp;&nbsp;
82                                         {if $params.orderBy|default:$colHeader|lower == $pageData.ordering.orderBy}
83                                                 {if $pageData.ordering.sortOrder == 'ASC'}
84                                                         {capture assign="imageName"}arrow_down.{$arrowExt}{/capture}
85                                                         <img border='0' src='{sugar_getimagepath file=$imageName}' width='{$arrowWidth}' height='{$arrowHeight}' align='absmiddle' alt='{$arrowAlt}'>
86                                                 {else}
87                                                         {capture assign="imageName"}arrow_up.{$arrowExt}{/capture}
88                                                         <img border='0' src='{sugar_getimagepath file=$imageName}' width='{$arrowWidth}' height='{$arrowHeight}' align='absmiddle' alt='{$arrowAlt}'>
89                                                 {/if}
90                                         {else}
91                                                 {capture assign="imageName"}arrow.{$arrowExt}{/capture}
92                                                 <img border='0' src='{sugar_getimagepath file=$imageName}' width='{$arrowWidth}' height='{$arrowHeight}' align='absmiddle' alt='{$arrowAlt}'>
93                                         {/if}
94                                 {else}
95                     {if !isset($params.noHeader) || $params.noHeader == false} 
96                                           {sugar_translate label=$params.label module=$pageData.bean.moduleDir}
97                     {/if}
98                                 {/if}
99                                 </div>
100                         </th>
101                         {counter name="colCounter"}
102                 {/foreach}
103                 <th scope='col' nowrap="nowrap" width='1%'>&nbsp;</th>
104         </tr>
105                 
106         {counter start=$pageData.offsets.current print=false assign="offset" name="offset"}     
107         {foreach name=rowIteration from=$data key=id item=rowData}
108             {counter name="offset" print=false}
109
110                 {if $smarty.foreach.rowIteration.iteration is odd}
111                         {assign var='_rowColor' value=$rowColor[0]}
112                 {else}
113                         {assign var='_rowColor' value=$rowColor[1]}
114                 {/if}
115                 <tr height='20' class='{$_rowColor}S1'>
116                         {if $prerow}
117                         <td width='1%' class='nowrap'>
118                          {if !$is_admin && is_admin_for_user && $rowData.IS_ADMIN==1}
119                                         <input type='checkbox' disabled="disabled" class='checkbox' value='{$rowData.ID}'>
120                          {else}
121                     <input onclick='sListView.check_item(this, document.MassUpdate)' type='checkbox' class='checkbox' name='mass[]' value='{$rowData.ID}'>               
122                          {/if}
123                         </td>
124                         {/if}
125                         {if !empty($quickViewLinks)}
126             {capture assign=linkModule}{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$pageData.bean.moduleDir}{/if}{/capture}
127             {capture assign=action}{if $act}{$act}{else}EditView{/if}{/capture}
128                         <td width='2%' nowrap>
129                 {if $pageData.rowAccess[$id].edit}
130                 <a title='{$editLinkString}' id="edit-{$rowData.ID}"
131 href="index.php?module={$linkModule}&offset={$offset}&stamp={$pageData.stamp}&return_module={$linkModule}&action={$action}&record={$rowData.ID}"
132                 >
133                 <img border=0 src='{sugar_getimagepath file='edit_inline.gif'}'></a>
134                 {/if}
135             </td>
136                         {/if}
137                         {counter start=0 name="colCounter" print=false assign="colCounter"}
138                         {foreach from=$displayColumns key=col item=params}
139                             {strip}
140                                 <td scope='row' align='{$params.align|default:'left'}' valign="top" class="{if ($params.type == 'teamset')}nowrap{/if}{if preg_match('/PHONE/', $col)} phone{/if}">
141                                         {if $col == 'NAME' || $params.bold}<b>{/if}
142                                     {if $params.link && !$params.customCode}
143 {capture assign=linkModule}{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$params.module|default:$pageData.bean.moduleDir}{/if}{/capture}
144 {capture assign=action}{if $act}{$act}{else}DetailView{/if}{/capture}
145 {capture assign=record}{$rowData[$params.id]|default:$rowData.ID}{/capture}
146 {capture assign=url}index.php?module={$linkModule}&offset={$offset}&stamp={$pageData.stamp}&return_module={$linkModule}&action={$action}&record={$record}{/capture}
147                         <{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN} href="{sugar_ajax_url url=$url}">
148                                         {/if}
149                                         {if $params.customCode} 
150                                                 {sugar_evalcolumn_old var=$params.customCode rowData=$rowData}
151                                         {else}  
152                        {sugar_field parentFieldArray=$rowData vardef=$params displayType=ListView field=$col}
153                        
154                                         {/if}
155                                         {if empty($rowData.$col) && empty($params.customCode)}&nbsp;{/if}
156                                         {if $params.link && !$params.customCode}
157                                                 </{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN}>
158                     {/if}
159                     {if $col == 'NAME' || $params.bold}</b>{/if}
160                                 </td>
161                                 {/strip}
162                                 {counter name="colCounter"}
163                         {/foreach}
164                         <td align='right'>{$pageData.additionalDetails.$id}</td>
165                 </tr>
166         {foreachelse}
167         <tr height='20' class='{$rowColor[0]}S1'>
168             <td colspan="{$colCount}">
169                 <em>{$APP.LBL_NO_DATA}</em>
170             </td>
171         </tr> 
172         {/foreach}
173 {include file='include/ListView/ListViewPagination.tpl'}
174 </table>
175 {if $contextMenus}
176 <script type="text/javascript">
177 {$contextMenuScript}
178 {literal}
179 function lvg_nav(m,id,act,offset,t){
180     if(t.href.search(/#/) < 0){return;}
181     else{
182         if(act=='pte'){
183             act='ProjectTemplatesEditView';
184         }
185         else if(act=='d'){
186             act='DetailView';
187         }else if( act =='ReportsWizard'){
188             act = 'ReportsWizard';
189         }else{
190             act='EditView';
191         }
192     {/literal}
193         url = 'index.php?module='+m+'&offset=' + offset + '&stamp={$pageData.stamp}&return_module='+m+'&action='+act+'&record='+id;
194         t.href=url;
195     {literal}
196     }
197 }{/literal}
198 {literal}
199     function lvg_dtails(id){{/literal}
200         return SUGAR.util.getAdditionalDetails( '{$pageData.bean.moduleDir|default:$params.module}',id, 'adspan_'+id);{literal}}{/literal}
201 </script>
202 {/if}