]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/ListView/ListViewGeneric.tpl
Release 6.1.4
[Github/sugarcrm.git] / include / ListView / ListViewGeneric.tpl
1 {*
2
3 /*********************************************************************************
4  * SugarCRM 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 {if $prerow}
50         {$multiSelectData}
51 {/if}
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' nowrap="nowrap" 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}%' nowrap="nowrap">
69                                 <div style='white-space: nowrap;'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                                         {sugar_translate label=$params.label module=$pageData.bean.moduleDir}
96                                 {/if}
97                                 </div>
98                         </th>
99                         {counter name="colCounter"}
100                 {/foreach}
101                 <th scope='col' nowrap="nowrap" width='1%'>&nbsp;</th>
102         </tr>
103                 
104         {counter start=$pageData.offsets.current print=false assign="offset" name="offset"}     
105         {foreach name=rowIteration from=$data key=id item=rowData}
106             {counter name="offset" print=false}
107
108                 {if $smarty.foreach.rowIteration.iteration is odd}
109                         {assign var='_rowColor' value=$rowColor[0]}
110                 {else}
111                         {assign var='_rowColor' value=$rowColor[1]}
112                 {/if}
113                 <tr height='20' class='{$_rowColor}S1'>
114                         {if $prerow}
115                         <td width='1%' class='nowrap'>
116                          {if !$is_admin && is_admin_for_user && $rowData.IS_ADMIN==1}
117                                         <input type='checkbox' disabled="disabled" class='checkbox' value='{$rowData.ID}'>
118                          {else}
119                     <input onclick='sListView.check_item(this, document.MassUpdate)' type='checkbox' class='checkbox' name='mass[]' value='{$rowData.ID}'>               
120                          {/if}
121                         </td>
122                         {/if}
123                         {if !empty($quickViewLinks)}
124                         <td width='2%' nowrap>{if $pageData.access.edit}<a title='{$editLinkString}' href="#" onMouseOver="javascript:lvg_nav('{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$pageData.bean.moduleDir}{/if}', '{$rowData.ID}', {if $act}'{$act}'{else}'e'{/if}, {$offset}, this)" onFocus="javascript:lvg_nav('{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$pageData.bean.moduleDir}{/if}', '{$rowData.ID}', {if $act}'{$act}'{else}'e'{/if}, {$offset}, this)"><img border=0 src='{sugar_getimagepath file='edit_inline.gif'}'></a>{/if}</td>
125                         {/if}
126                         {counter start=0 name="colCounter" print=false assign="colCounter"}
127                         {foreach from=$displayColumns key=col item=params}
128                             {strip}
129                                 <td scope='row' align='{$params.align|default:'left'}' valign="top" {if ($params.type == 'teamset')}class="nowrap"{/if}>
130                                         {if $col == 'NAME' || $params.bold}<b>{/if}
131                                     {if $params.link && !$params.customCode}
132                                                 <{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN} href="#" onMouseOver="javascript:lvg_nav('{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$params.module|default:$pageData.bean.moduleDir}{/if}', '{$rowData[$params.id]|default:$rowData.ID}', 'd', {$offset}, this)"  onFocus="javascript:lvg_nav('{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$params.module|default:$pageData.bean.moduleDir}{/if}', '{$rowData[$params.id]|default:$rowData.ID}', 'd', {$offset}, this)">
133                                                 {/if}
134                                         {if $params.customCode} 
135                                                 {sugar_evalcolumn_old var=$params.customCode rowData=$rowData}
136                                         {else}  
137                        {sugar_field parentFieldArray=$rowData vardef=$params displayType=ListView field=$col}
138                                         {/if}
139                                         {if empty($rowData.$col) && empty($params.customCode)}&nbsp;{/if}
140                                         {if $params.link && !$params.customCode}
141                                                 </{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN}>
142                     {/if}
143                     {if $col == 'NAME' || $params.bold}</b>{/if}
144                                 </td>
145                                 {/strip}
146                                 {counter name="colCounter"}
147                         {/foreach}
148                         <td align='right'>{$pageData.additionalDetails.$id}</td>
149                 </tr>
150         {foreachelse}
151         <tr height='20' class='{$rowColor[0]}S1'>
152             <td colspan="{$colCount}">
153                 <em>{$APP.LBL_NO_DATA}</em>
154             </td>
155         </tr> 
156         {/foreach}
157 {include file='include/ListView/ListViewPagination.tpl'}
158 </table>
159 {if $contextMenus}
160 <script type="text/javascript">
161 {$contextMenuScript}
162 {literal}function lvg_nav(m,id,act,offset,t){if(t.href.search(/#/) < 0){return;}else{if(act=='pte'){act='ProjectTemplatesEditView';}else if(act=='d'){ act='DetailView';}else if( act =='ReportsWizard'){act = 'ReportsWizard';}else{ act='EditView';}{/literal}url = 'index.php?module='+m+'&offset=' + offset + '&stamp={$pageData.stamp}&return_module='+m+'&action='+act+'&record='+id;t.href=url;{literal}}}{/literal}
163 {literal}function lvg_dtails(id){{/literal}return SUGAR.util.getAdditionalDetails( '{$pageData.bean.moduleDir|default:$params.module}',id, 'adspan_'+id);{literal}}{/literal}
164 </script>
165 {/if}