]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/Popups/tpls/PopupGeneric.tpl
Release 6.4.0
[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'  role='presentation'>
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                                 <td nowrap="nowrap" width='1%' class="selectCol td_alt">
112                                 <div>
113                                         <input type='checkbox' class='checkbox' title="{sugar_translate label='LBL_SELECT_ALL_TITLE'}" id='massall' name='massall' value='' onclick='sListView.check_all(document.MassUpdate, "mass[]", this.checked);' />
114                                         {$selectLink}
115                                 </div>
116                                 </td>
117                                 <td class='td_alt' nowrap="nowrap" width='1%'>&nbsp;</td>
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="{$pageData.urls.orderBy}{$params.orderBy|default:$colHeader|lower}" onclick='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                                         {else}
141                                                 {sugar_translate label=$params.label module=$pageData.bean.moduleDir}
142                                         {/if}
143                                         </div>
144                                 </th>
145                                 {counter name="colCounter"}
146                         {/foreach}
147                         {if !empty($quickViewLinks)}
148                         <td class='td_alt' nowrap="nowrap" width='1%'>&nbsp;</td>
149                         {/if}
150                 </tr>
151                         
152                 {foreach name=rowIteration from=$data key=id item=rowData}
153                         {if $smarty.foreach.rowIteration.iteration is odd}
154                                 {assign var='_rowColor' value=$rowColor[0]}
155                         {else}
156                                 {assign var='_rowColor' value=$rowColor[1]}
157                         {/if}
158                         <tr height='20' class='{$_rowColor}S1'>
159                                 {if $prerow}
160                                 <td width='1%' nowrap='nowrap'>
161                                                 <input onclick='sListView.check_item(this, document.MassUpdate)' type='checkbox' class='checkbox' name='mass[]' value='{$rowData.ID}'>
162                                 </td>
163                                 <td width='1%' nowrap='nowrap'>
164                                                 {$pageData.additionalDetails.$id}
165                                 </td>
166                                 {/if}
167                                 {counter start=0 name="colCounter" print=false assign="colCounter"}
168                                 {foreach from=$displayColumns key=col item=params}
169                                         <td scope='row' align='{$params.align|default:'left'}' valign=top class='{$_rowColor}S1' bgcolor='{$_bgColor}'>
170                                                 {if $params.link && !$params.customCode}
171                                                         
172                                                         <{$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}>
173         
174                                                 {elseif $params.customCode} 
175                                                         {sugar_evalcolumn_old var=$params.customCode rowData=$rowData}
176                                                 {elseif $params.currency_format} 
177                                                         {sugar_currency_format 
178                                     var=$rowData.$col 
179                                     round=$params.currency_format.round 
180                                     decimals=$params.currency_format.decimals 
181                                     symbol=$params.currency_format.symbol
182                                     convert=$params.currency_format.convert
183                                     currency_symbol=$params.currency_format.currency_symbol
184                                                         }
185                                                 {elseif $params.type == 'bool'}
186                                                                 <input type='checkbox' disabled=disabled class='checkbox'
187                                                                 {if !empty($rowData[$col])}
188                                                                         checked=checked
189                                                                 {/if}
190                                                                 />
191                         {elseif $params.type == 'multienum' } 
192                                                                 {counter name="oCount" assign="oCount" start=0}
193                                                                 {multienum_to_array string=$rowData.$col assign="vals"}
194                                                                 {foreach from=$vals item=item}
195                                                                         {counter name="oCount"}
196                                                                         {sugar_translate label=$params.options select=$item}{if $oCount !=  count($vals)},{/if} 
197                                                                 {/foreach}
198                                                 {else}  
199                                                         {$rowData.$col}
200                                                 {/if}
201                                         </td>
202                                         {counter name="colCounter"}
203                                 {/foreach}
204                         
205                 {/foreach}
206                 <tr class='pagination' role='presentation'>
207                         <td colspan='{$colCount+1}' align='right'>
208                                 <table border='0' cellpadding='0' cellspacing='0' width='100%'>
209                                         <tr>
210                                                 <td align='left' >
211                                                         &nbsp;</td>
212                                                 <td  align='right' nowrap='nowrap'>                                             
213                                                         {if $pageData.urls.startPage}
214                                                                 <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}>
215                                                                         {sugar_getimage name="start" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_start"}
216                                                                 </button>                                               
217                                                                 <!--<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;-->
218                                                         {else}
219                                                                 <button type='button' title='{$navStrings.start}' class='button' disabled>
220                                                                         {sugar_getimage name="start_off" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}
221                                                                 </button>
222                                                                 <!--{sugar_getimage name="start_off" ext=".png" alt=$navStrings.start other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.start}&nbsp;&nbsp;-->
223                                                         {/if}
224                                                         {if $pageData.urls.prevPage}
225                                                                 <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}>
226                                                                         {sugar_getimage name="previous" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_prev"}
227                                                                 </button>
228                                                                 <!--<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;-->
229                                                         {else}
230                                                                 <button type='button' class='button' disabled title='{$navStrings.previous}'>
231                                                                         {sugar_getimage name="previous_off" ext=".png" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}
232                                                                 </button>
233                                                                 <!--{sugar_getimage name="previous_off" ext=".png" alt=$navStrings.previous other_attributes='align="absmiddle" border="0" '}&nbsp;{$navStrings.previous}&nbsp;-->
234                                                         {/if}
235                                                                 <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>
236                                                         {if $pageData.urls.nextPage}
237                                                                 <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}>
238                                                                         {sugar_getimage name="next" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_next"}
239                                                                 </button>
240                                                                 <!--&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;-->
241                                                         {else}
242                                                                 <button type='button' class='button' title='{$navStrings.next}' disabled>
243                                                                         {sugar_getimage name="next_off" ext=".png" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}
244                                                                 </button>
245                                                                 <!--&nbsp;{$navStrings.next}&nbsp;{sugar_getimage name="next_off" ext=".png" alt=$navStrings.next other_attributes='align="absmiddle" border="0" '}-->
246                                                         {/if}
247                                                         {if $pageData.urls.endPage  && $pageData.offsets.total != $pageData.offsets.lastOffsetOnPage}
248                                                                 <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}>
249                                                                         {sugar_getimage name="end" ext=".png" other_attributes='align="absmiddle" border="0" ' alt="$alt_end"}
250                                                                 </button>
251                                                                 <!--<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>-->
252                                                         {elseif !$pageData.offsets.totalCounted || $pageData.offsets.total == $pageData.offsets.lastOffsetOnPage}
253                                                                 <button type='button' class='button' disabled title='{$navStrings.end}'>
254                                                                         {sugar_getimage name="end_off" ext=".png" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}
255                                                                 </button>
256                                                                 <!--&nbsp;{$navStrings.end}&nbsp;{sugar_getimage name="end_off" ext=".png" alt=$navStrings.end other_attributes='align="absmiddle" border="0" '}-->
257                                                         {/if}
258                                                 </td>
259                                         </tr>
260                                 </table>
261                         </td>
262                 </tr>
263         </table>
264         {if $prerow}
265         <script>
266         {literal}function lvg_dtails(id){return SUGAR.util.getAdditionalDetails( '{/literal}{$module}{literal}',id, 'adspan_'+id);}{/literal}
267         </script>
268         {/if}
269 {else}
270         {$APP.LBL_SEARCH_POPULATE_ONLY}
271 {/if}
272 {{include file=$footerTpl}}