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