]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/Popups/tpls/PopupGeneric.tpl
Release 6.4.0beta1
[Github/sugarcrm.git] / include / Popups / tpls / PopupGeneric.tpl
1 {*
2 /*********************************************************************************
3  * SugarCRM Community Edition is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2011 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
39
40 *}
41 {assign var="alt_start" value=$navStrings.start}
42 {assign var="alt_next" value=$navStrings.next}
43 {assign var="alt_prev" value=$navStrings.previous}
44 {assign var="alt_end" value=$navStrings.end}
45
46 {{include file=$headerTpl}}
47 {$jsLang}
48 {$LIST_HEADER}
49 {if $should_process}
50         <table cellpadding='0' cellspacing='0' width='100%' border='0' class='list view'>
51                 <tr class='pagination'>
52                         <td colspan='{$colCount+1}' align='right'>
53                                 <table border='0' cellpadding='0' cellspacing='0' width='100%'>
54                                         <tr>
55                                                 <td align='left' >
56                                                         &nbsp;</td>
57                                                 <td  align='right' nowrap='nowrap'>                                             
58                                                         {if $pageData.urls.startPage}
59                                                                 <button type='button' id='popupViewStartButton' title='{$navStrings.start}' class='button' {if $prerow}onclick='return sListView.save_checks(0, "{$moduleString}");'{else} onClick='location.href="{$pageData.urls.startPage}"' {/if}>
60                                                                         {sugar_getimage name="start" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_start"}
61                                                                 </button>                                               
62                                                                 <!--<a href='{$pageData.urls.startPage}' {if $prerow}onclick="return sListView.save_checks(0, '{$moduleString}')"{/if} >{sugar_getimage name="start" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.start}</a>&nbsp;-->
63                                                         {else}
64                                                                 <button type='button' id='popupViewStartButton' title='{$navStrings.start}' class='button' disabled>
65                                                                         {sugar_getimage name="start_off" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}
66                                                                 </button>
67                                                                 <!--{sugar_getimage name="start_off" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.start}&nbsp;&nbsp;-->
68                                                         {/if}
69                                                         {if $pageData.urls.prevPage}
70                                                                 <button type='button' id='popupViewPrevButton' title='{$navStrings.previous}' class='button' {if $prerow}onclick='return sListView.save_checks({$pageData.offsets.prev}, "{$moduleString}")' {else} onClick='location.href="{$pageData.urls.prevPage}"'{/if}>
71                                                                         {sugar_getimage name="previous" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_prev"}
72                                                                 </button>
73                                                                 <!--<a href='{$pageData.urls.prevPage}' {if $prerow}onclick="return sListView.save_checks({$pageData.offsets.prev}, '{$moduleString}')"{/if} >{sugar_getimage name="previous" ext=".png" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.previous}</a>&nbsp;-->
74                                                         {else}
75                                                                 <button type='button' id='popupViewPrevButton' class='button' disabled title='{$navStrings.previous}'>
76                                                                         {sugar_getimage name="previous_off" ext=".png" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}
77                                                                 </button>
78                                                                 <!--{sugar_getimage name="previous_off" ext=".png" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.previous}&nbsp;-->
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                                                                 <button type='button' id='popupViewNextButton' title='{$navStrings.next}' class='button' {if $prerow}onclick='return sListView.save_checks({$pageData.offsets.next}, "{$moduleString}")' {else} onClick='location.href="{$pageData.urls.nextPage}"'{/if}>
83                                                                         {sugar_getimage name="next" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_next"}
84                                                                 </button>
85                                                                 <!--&nbsp;<a href='{$pageData.urls.nextPage}' {if $prerow}onclick="return sListView.save_checks({$pageData.offsets.next}, '{$moduleString}')"{/if} >{$navStrings.next}&nbsp;{sugar_getimage name="next" ext=".png" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}</a>&nbsp;-->
86                                                         {else}
87                                                                 <button type='button' id='popupViewNextButton' class='button' title='{$navStrings.next}' disabled>
88                                                                         {sugar_getimage name="next_off" ext=".png" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}
89                                                                 </button>
90                                                                 <!--&nbsp;{$navStrings.next}&nbsp;{sugar_getimage name="next_off" ext=".png" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}-->
91                                                         {/if}
92                                                         {if $pageData.urls.endPage  && $pageData.offsets.total != $pageData.offsets.lastOffsetOnPage}
93                                                                 <button type='button' id='popupViewEndButton' title='{$navStrings.end}' class='button' {if $prerow}onclick='return sListView.save_checks({$pageData.offsets.end}, "{$moduleString}")' {else} onClick='location.href="{$pageData.urls.endPage}"'{/if}>
94                                                                         {sugar_getimage name="end" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_end"}
95                                                                 </button>
96                                                                 <!--<a href='{$pageData.urls.endPage}' {if $prerow}onclick="return sListView.save_checks({$pageData.offsets.end}, '{$moduleString}')"{/if} >{$navStrings.end}&nbsp;{sugar_getimage name="end" ext=".png" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}</a></td>-->
97                                                         {elseif !$pageData.offsets.totalCounted || $pageData.offsets.total == $pageData.offsets.lastOffsetOnPage}
98                                                                 <button type='button' id='popupViewEndButton' class='button' disabled title='{$navStrings.end}'>
99                                                                         {sugar_getimage name="end_off" ext=".png" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}
100                                                                 </button>
101                                                                 <!--&nbsp;{$navStrings.end}&nbsp;{sugar_getimage name="end_off" ext=".png" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}-->
102                                                         {/if}
103                                                 </td>
104                                         </tr>
105                                 </table>
106                         </td>
107                 </tr>
108         
109                 <tr height='20'>
110                         {if $prerow}
111                                 <th scope='col' nowrap="nowrap" width='1%' class="selectCol">
112                                 <div>
113                                         <input type='checkbox' class='checkbox' id='massall' name='massall' value='' onclick='sListView.check_all(document.MassUpdate, "mass[]", this.checked);' />
114                                         {$selectLink}
115                                 </div>
116                                 </th>
117                                 <th scope='col' nowrap="nowrap" width='1%'>&nbsp;</th>
118                         {/if}
119                         {counter start=0 name="colCounter" print=false assign="colCounter"}
120                         {foreach from=$displayColumns key=colHeader item=params}
121                                 <th scope='col' width='{$params.width}%' nowrap="nowrap">
122                                         <div style='white-space: normal;'width='100%' align='{$params.align|default:'left'}'>
123                         {if $params.sortable|default:true}
124                                 <a href='#' onclick='location.href="{$pageData.urls.orderBy}{$params.orderBy|default:$colHeader|lower}"; return sListView.save_checks(0, "{$moduleString}");' class='listViewThLinkS1'>{sugar_translate label=$params.label module=$pageData.bean.moduleDir}&nbsp;&nbsp;
125                                                 {if $params.orderBy|default:$colHeader|lower == $pageData.ordering.orderBy}
126                                                         {if $pageData.ordering.sortOrder == 'ASC'}
127                                 {capture assign="arrowAlt"}{sugar_translate label='LBL_ALT_SORT_DESC'}{/capture}
128                                 {capture assign="imageName"}arrow_down.{$arrowExt}{/capture}
129                                                                 {sugar_getimage name="$imageName" ext='gif' width="$arrowWidth" height="$arrowHeight" alt="$arrowAlt" other_attributes='align="absmiddle" border="0"'}
130                                                         {else}
131                                 {capture assign="arrowAlt"}{sugar_translate label='LBL_ALT_SORT_ASC'}{/capture}
132                                 {capture assign="imageName"}arrow_up.{$arrowExt}{/capture}
133                                                                 {sugar_getimage name="$imageName" ext='gif'  width="$arrowWidth" height="$arrowHeight" alt="$arrowAlt" other_attributes='align="absmiddle" border="0"'}
134                                                         {/if}
135                                                 {else}
136                             {capture assign="arrowAlt"}{sugar_translate label='LBL_ALT_SORT'}{/capture}
137                             {capture assign="imageName"}arrow.{$arrowExt}{/capture}
138                                                         {sugar_getimage name="$imageName" ext='gif' width="$arrowWidth" height="$arrowHeight" alt="$arrowAlt" other_attributes='align="absmiddle" border="0"'}
139                                                 {/if}
140                                                 </a>
141                                         {else}
142                                                 {sugar_translate label=$params.label module=$pageData.bean.moduleDir}
143                                         {/if}
144                                         </div>
145                                 </th>
146                                 {counter name="colCounter"}
147                         {/foreach}
148                         {if !empty($quickViewLinks)}
149                         <th scope='col' nowrap="nowrap" width='1%'>&nbsp;</th>
150                         {/if}
151                 </tr>
152                         
153                 {foreach name=rowIteration from=$data key=id item=rowData}
154                         {if $smarty.foreach.rowIteration.iteration is odd}
155                                 {assign var='_rowColor' value=$rowColor[0]}
156                         {else}
157                                 {assign var='_rowColor' value=$rowColor[1]}
158                         {/if}
159                         <tr height='20' class='{$_rowColor}S1'>
160                                 {if $prerow}
161                                 <td width='1%' nowrap='nowrap'>
162                                                 <input onclick='sListView.check_item(this, document.MassUpdate)' type='checkbox' class='checkbox' name='mass[]' value='{$rowData.ID}'>
163                                 </td>
164                                 <td width='1%' nowrap='nowrap'>
165                                                 {$pageData.additionalDetails.$id}
166                                 </td>
167                                 {/if}
168                                 {counter start=0 name="colCounter" print=false assign="colCounter"}
169                                 {foreach from=$displayColumns key=col item=params}
170                                         <td scope='row' align='{$params.align|default:'left'}' valign=top class='{$_rowColor}S1' bgcolor='{$_bgColor}'>
171                                                 {if $params.link && !$params.customCode}
172                                                         
173                                                         <{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN} href='javascript:void(0)' onclick="send_back('{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$params.module|default:$pageData.bean.moduleDir}{/if}','{$rowData[$params.id]|default:$rowData.ID}');">{$rowData.$col}</{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN}>
174         
175                                                 {elseif $params.customCode} 
176                                                         {sugar_evalcolumn_old var=$params.customCode rowData=$rowData}
177                                                 {elseif $params.currency_format} 
178                                                         {sugar_currency_format 
179                                     var=$rowData.$col 
180                                     round=$params.currency_format.round 
181                                     decimals=$params.currency_format.decimals 
182                                     symbol=$params.currency_format.symbol
183                                     convert=$params.currency_format.convert
184                                     currency_symbol=$params.currency_format.currency_symbol
185                                                         }
186                                                 {elseif $params.type == 'bool'}
187                                                                 <input type='checkbox' disabled=disabled class='checkbox'
188                                                                 {if !empty($rowData[$col])}
189                                                                         checked=checked
190                                                                 {/if}
191                                                                 />
192                         {elseif $params.type == 'multienum' } 
193                                                                 {counter name="oCount" assign="oCount" start=0}
194                                                                 {multienum_to_array string=$rowData.$col assign="vals"}
195                                                                 {foreach from=$vals item=item}
196                                                                         {counter name="oCount"}
197                                                                         {sugar_translate label=$params.options select=$item}{if $oCount !=  count($vals)},{/if} 
198                                                                 {/foreach}
199                                                 {else}  
200                                                         {$rowData.$col}
201                                                 {/if}
202                                         </td>
203                                         {counter name="colCounter"}
204                                 {/foreach}
205                         
206                 {/foreach}
207                 <tr class='pagination'>
208                         <td colspan='{$colCount+1}' align='right'>
209                                 <table border='0' cellpadding='0' cellspacing='0' width='100%'>
210                                         <tr>
211                                                 <td align='left' >
212                                                         &nbsp;</td>
213                                                 <td  align='right' nowrap='nowrap'>                                             
214                                                         {if $pageData.urls.startPage}
215                                                                 <button type='button' title='{$navStrings.start}' class='button' {if $prerow}onclick='return sListView.save_checks(0, "{$moduleString}");'{else} onClick='location.href="{$pageData.urls.startPage}"' {/if}>
216                                                                         {sugar_getimage name="start" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_start"}
217                                                                 </button>                                               
218                                                                 <!--<a href='{$pageData.urls.startPage}' {if $prerow}onclick="return sListView.save_checks(0, '{$moduleString}')"{/if} >{sugar_getimage name="start" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.start}</a>&nbsp;-->
219                                                         {else}
220                                                                 <button type='button' title='{$navStrings.start}' class='button' disabled>
221                                                                         {sugar_getimage name="start_off" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}
222                                                                 </button>
223                                                                 <!--{sugar_getimage name="start_off" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.start}&nbsp;&nbsp;-->
224                                                         {/if}
225                                                         {if $pageData.urls.prevPage}
226                                                                 <button type='button' title='{$navStrings.previous}' class='button' {if $prerow}onclick='return sListView.save_checks({$pageData.offsets.prev}, "{$moduleString}")' {else} onClick='location.href="{$pageData.urls.prevPage}"'{/if}>
227                                                                         {sugar_getimage name="previous" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_prev"}
228                                                                 </button>
229                                                                 <!--<a href='{$pageData.urls.prevPage}' {if $prerow}onclick="return sListView.save_checks({$pageData.offsets.prev}, '{$moduleString}')"{/if} >{sugar_getimage name="previous" ext=".png" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.previous}</a>&nbsp;-->
230                                                         {else}
231                                                                 <button type='button' class='button' disabled title='{$navStrings.previous}'>
232                                                                         {sugar_getimage name="previous_off" ext=".png" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}
233                                                                 </button>
234                                                                 <!--{sugar_getimage name="previous_off" ext=".png" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.previous}&nbsp;-->
235                                                         {/if}
236                                                                 <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>
237                                                         {if $pageData.urls.nextPage}
238                                                                 <button type='button' title='{$navStrings.next}' class='button' {if $prerow}onclick='return sListView.save_checks({$pageData.offsets.next}, "{$moduleString}")' {else} onClick='location.href="{$pageData.urls.nextPage}"'{/if}>
239                                                                         {sugar_getimage name="next" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_next"}
240                                                                 </button>
241                                                                 <!--&nbsp;<a href='{$pageData.urls.nextPage}' {if $prerow}onclick="return sListView.save_checks({$pageData.offsets.next}, '{$moduleString}')"{/if} >{$navStrings.next}&nbsp;{sugar_getimage name="next" ext=".png" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}</a>&nbsp;-->
242                                                         {else}
243                                                                 <button type='button' class='button' title='{$navStrings.next}' disabled>
244                                                                         {sugar_getimage name="next_off" ext=".png" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}
245                                                                 </button>
246                                                                 <!--&nbsp;{$navStrings.next}&nbsp;{sugar_getimage name="next_off" ext=".png" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}-->
247                                                         {/if}
248                                                         {if $pageData.urls.endPage  && $pageData.offsets.total != $pageData.offsets.lastOffsetOnPage}
249                                                                 <button type='button' title='{$navStrings.end}' class='button' {if $prerow}onclick='return sListView.save_checks({$pageData.offsets.end}, "{$moduleString}")' {else} onClick='location.href="{$pageData.urls.endPage}"'{/if}>
250                                                                         {sugar_getimage name="end" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_end"}
251                                                                 </button>
252                                                                 <!--<a href='{$pageData.urls.endPage}' {if $prerow}onclick="return sListView.save_checks({$pageData.offsets.end}, '{$moduleString}')"{/if} >{$navStrings.end}&nbsp;{sugar_getimage name="end" ext=".png" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}</a></td>-->
253                                                         {elseif !$pageData.offsets.totalCounted || $pageData.offsets.total == $pageData.offsets.lastOffsetOnPage}
254                                                                 <button type='button' class='button' disabled title='{$navStrings.end}'>
255                                                                         {sugar_getimage name="end_off" ext=".png" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}
256                                                                 </button>
257                                                                 <!--&nbsp;{$navStrings.end}&nbsp;{sugar_getimage name="end_off" ext=".png" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}-->
258                                                         {/if}
259                                                 </td>
260                                         </tr>
261                                 </table>
262                         </td>
263                 </tr>
264         </table>
265         {if $prerow}
266         <script>
267         {literal}function lvg_dtails(id){return SUGAR.util.getAdditionalDetails( '{/literal}{$module}{literal}',id, 'adspan_'+id);}{/literal}
268         </script>
269         {/if}
270 {else}
271         {$APP.LBL_SEARCH_POPULATE_ONLY}
272 {/if}
273 {{include file=$footerTpl}}