]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/Dashlets/DashletGenericDisplay.tpl
Release 6.4.0
[Github/sugarcrm.git] / include / Dashlets / DashletGenericDisplay.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 {assign var="alt_start" value=$navStrings.start}
44 {assign var="alt_next" value=$navStrings.next}
45 {assign var="alt_prev" value=$navStrings.previous}
46 {assign var="alt_end" value=$navStrings.end}
47
48 <table cellpadding='0' cellspacing='0' width='100%' border='0' class='list view'>
49     <tr class="pagination" role=”presentation”>
50         <td colspan='{$colCount+1}' align='right'>
51             <table border='0' cellpadding='0' cellspacing='0' width='100%'>
52                 <tr>
53                     <td align='left'>&nbsp;</td>
54                     <td align='right' nowrap='nowrap'>
55                         {if $pageData.urls.startPage}
56                             <!--<a href='#' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.startPage}")' >{sugar_getimage name="start" ext=".png" width="14" height="13" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.start}</a>&nbsp;-->
57                                                         <button title='{$navStrings.start}' class='button' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.startPage}")'>
58                                                                 {sugar_getimage name="start.png" attr='align="absmiddle" border="0" ' alt="$alt_start"}
59                                                         </button>
60
61                         {else}
62                             <!--{sugar_getimage name="start_off" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.start}&nbsp;&nbsp;-->
63                                                         <button title='{$navStrings.start}' class='button' disabled>
64                                                                 {sugar_getimage name="start_off.png" attr='align="absmiddle" border="0" '}
65                                                         </button>
66
67                         {/if}
68                         {if $pageData.urls.prevPage}
69                             <!--<a href='#' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.prevPage}")' >{sugar_getimage name="previous" ext=".png" width="8" height="13" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.previous}</a>&nbsp;-->
70                                                         <button title='{$navStrings.previous}' class='button' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.prevPage}")'>
71                                                                 {sugar_getimage name="previous.png" attr='align="absmiddle" border="0" ' alt="$alt_prev"}
72                                                         </button>
73
74                         {else}
75                             <!--{sugar_getimage name="previous_off" ext=".png" width="8" height="13" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.previous}&nbsp;-->
76                                                         <button class='button' disabled title='{$navStrings.previous}'>
77                                                                 {sugar_getimage name="previous_off.png" attr='align="absmiddle" border="0" '}
78                                                         </button>
79                         {/if}
80                             <span class='pageNumbers'>({if $pageData.offsets.lastOffsetOnPage == 0}0{else}{$pageData.offsets.current+1}{/if} - {$pageData.offsets.lastOffsetOnPage} {$navStrings.of} {if $pageData.offsets.totalCounted}{$pageData.offsets.total}{else}{$pageData.offsets.total}{if $pageData.offsets.lastOffsetOnPage != $pageData.offsets.total}+{/if}{/if})</span>
81                         {if $pageData.urls.nextPage}
82                             <!--&nbsp;<a href='#' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.nextPage}")' >{$navStrings.next}&nbsp;{sugar_getimage name="next" ext=".png" width="8" height="13" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}</a>&nbsp;-->
83                                                         <button title='{$navStrings.next}' class='button' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.nextPage}")'>
84                                                                 {sugar_getimage name="next.png" attr='align="absmiddle" border="0" ' alt="$alt_next"}
85                                                         </button>
86
87                         {else}
88                            <!-- &nbsp;{$navStrings.next}&nbsp;{sugar_getimage name="next_off" ext=".png" width="8" height="13" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}-->
89                                                         <button class='button' title='{$navStrings.next}' disabled>
90                                                                 {sugar_getimage name="next_off.png" attr='align="absmiddle" border="0" '}
91                                                         </button>
92
93                         {/if}
94                                                 {if $pageData.urls.endPage  && $pageData.offsets.total != $pageData.offsets.lastOffsetOnPage}
95                             <!--<a href='#' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.endPage}")' >{$navStrings.end}&nbsp;{sugar_getimage name="end" ext=".png" width="14" height="13" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}</a></td>-->
96                                                         <button title='{$navStrings.end}' class='button' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.endPage}")'>
97                                                                 {sugar_getimage name="end.png" attr='align="absmiddle" border="0" ' alt="$alt_end"}                                                     
98                                                         </button>
99
100                                                 {elseif !$pageData.offsets.totalCounted || $pageData.offsets.total == $pageData.offsets.lastOffsetOnPage}
101                             <!--&nbsp;{$navStrings.end}&nbsp;{sugar_getimage name="end_off" ext=".png" width="14" height="13" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}-->
102                                                         <button class='button' disabled title='{$navStrings.end}'>
103                                                                 {sugar_getimage name="end_off.png" attr='align="absmiddle" border="0" '}
104                                                         </button>
105
106                         {/if}
107                     </td>
108                 </tr>
109             </table>
110         </td>
111     </tr>
112     <tr height='20'>
113         {foreach from=$displayColumns key=colHeader item=params}
114                 <th scope='col' width='{$params.width}%'>
115                                 <div style='white-space: normal;'width='100%' align='{$params.align|default:'left'}'>
116                 {if $params.sortable|default:true} 
117                         <a href='#' onclick='return SUGAR.mySugar.retrieveDashlet("{$dashletId}", "{$pageData.urls.orderBy}{$params.orderBy|default:$colHeader|lower}&sugar_body_only=1&id={$dashletId}")' class='listViewThLinkS1' title="{$arrowAlt}">{sugar_translate label=$params.label module=$pageData.bean.moduleDir}</a>&nbsp;&nbsp;
118                         {if $params.orderBy|default:$colHeader|lower == $pageData.ordering.orderBy}
119                             {if $pageData.ordering.sortOrder == 'ASC'}
120                             {capture assign="imageName"}arrow_down.{$arrowExt}{/capture}
121                             {capture assign="alt_sort"}{sugar_translate label='LBL_ALT_SORT_DESC'}{/capture}
122                                 {sugar_getimage name=$imageName width=$arrowWidth height=$arrowHeight attr='align="absmiddle" border="0" ' alt="$alt_sort"}
123                             {else}
124                             {capture assign="imageName"}arrow_up.{$arrowExt}{/capture}
125                             {capture assign="alt_sort"}{sugar_translate label='LBL_ALT_SORT_ASC'}{/capture}
126                                 {sugar_getimage name=$imageName width=$arrowWidth height=$arrowHeight attr='align="absmiddle" border="0" ' alt="$alt_sort"}
127                             {/if}
128                         {else}
129                         {capture assign="imageName"}arrow.{$arrowExt}{/capture}
130                         {capture assign="alt_sort"}{sugar_translate label='LBL_ALT_SORT'}{/capture}
131                             {sugar_getimage name=$imageName width=$arrowWidth height=$arrowHeight attr='align="absmiddle" border="0" ' alt="$alt_sort"}
132                         {/if}
133                    {else}
134                     {if !isset($params.noHeader) || $params.noHeader == false}
135                                   {sugar_translate label=$params.label module=$pageData.bean.moduleDir}
136                     {/if}
137                    {/if}
138                            </div>
139             </th>
140         {/foreach}
141                 {if !empty($quickViewLinks)}
142                 <td  class='td_alt' nowrap="nowrap" width='1%'>&nbsp;</td>
143                 {/if}
144     </tr>
145         
146         {foreach name=rowIteration from=$data key=id item=rowData}
147                 {if $smarty.foreach.rowIteration.iteration is odd}
148                         {assign var='_rowColor' value=$rowColor[0]}
149                 {else}
150                         {assign var='_rowColor' value=$rowColor[1]}
151                 {/if}
152                 <tr height='20' class='{$_rowColor}S1'>
153                         {if $prerow}
154                         <td width='1%' nowrap='nowrap'>
155                                         <input onclick='sListView.check_item(this, document.MassUpdate)' type='checkbox' class='checkbox' name='mass[]' value='{$rowData[$params.id]|default:$rowData.ID}'>
156                         </td>
157                         {/if}
158                         {counter start=0 name="colCounter" print=false assign="colCounter"}
159                         {foreach from=$displayColumns key=col item=params}
160                             {strip}
161                                 <td scope='row' align='{$params.align|default:'left'}' valign="top" {if ($params.type == 'teamset')}class="nowrap"{/if}>
162                                         {if $col == 'NAME' || $params.bold}<b>{/if}
163                                     {if $params.link && !$params.customCode}
164                                                 <{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN} href='index.php?action={$params.action|default:'DetailView'}&module={if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$params.module|default:$pageData.bean.moduleDir}{/if}&record={$rowData[$params.id]|default:$rowData.ID}&offset={$pageData.offsets.current+$smarty.foreach.rowIteration.iteration}&stamp={$pageData.stamp}'>
165                                         {/if}
166                                         {if $params.customCode}
167                                                 {sugar_evalcolumn_old var=$params.customCode rowData=$rowData}
168                                         {else}
169                        {sugar_field parentFieldArray=$rowData vardef=$params displayType=ListView field=$col}
170                                         {/if}
171                                         {if empty($rowData.$col) && empty($params.customCode)}&nbsp;{/if}
172                                         {if $params.link && !$params.customCode}
173                                                 </{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN}>
174                     {/if}
175                     {if $col == 'NAME' || $params.bold}</b>{/if}
176                                 </td>
177                                 {/strip}
178                                 {counter name="colCounter"}
179                         {/foreach}
180                         {if !empty($quickViewLinks)}
181                         <td width='1%' class='{$_rowColor}S1' bgcolor='{$_bgColor}' nowrap>
182                                 {if $pageData.access.edit}
183                     {capture name='tmp1' assign='alt_edit'}{sugar_translate label="LNK_EDIT"}{/capture}
184                     {capture name='tmp1' assign='alt_view'}{sugar_translate label="LBL_VIEWINLINE"}{/capture}
185                                         <a
186                         title='{$editLinkString}' href='index.php?action=EditView&module={$pageData.bean.moduleDir}&record={$rowData.ID}&offset={$pageData.offsets.current+$smarty.foreach.rowIteration.iteration}&stamp={$pageData.stamp}&return_module=Home&return_action=index'>{sugar_getimage name="edit_inline.png" attr='border="0" ' alt="$alt_edit"}</a>
187                                 {/if}
188                                 {if $pageData.access.view}
189                                         <a title='{$viewLinkString}' href='index.php?action=DetailView&module={$params.module|default:$pageData.bean.moduleDir}&record={$rowData[$params.parent_id]|default:$rowData.ID}&offset={$pageData.offsets.current+$smarty.foreach.rowIteration.iteration}&stamp={$pageData.stamp}&return_module=Home&return_action=index' title="{sugar_translate label="LBL_VIEW_INLINE"}>{sugar_getimage name="view_inline.png" attr='border="0" ' alt="$alt_view"}</a>
190                                 {/if}
191                         </td>
192                         {/if}
193                 </tr>
194         {foreachelse}
195         <tr height='20' class='{$rowColor[0]}S1'>
196             <td colspan="{$colCount}">
197                 <em>{$APP.LBL_NO_DATA}</em>
198             </td>
199         </tr>
200         {/foreach}
201 </table>