{* /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ********************************************************************************/ *} {assign var="currentModule" value = $pageData.bean.moduleDir} {assign var="singularModule" value = $moduleListSingular.$currentModule} {assign var="moduleName" value = $moduleList.$currentModule} {assign var="hideTable" value=false} {if count($data) == 0} {assign var="hideTable" value=true}
{if $displayEmptyDataMesssages} {if strlen($query) == 0} {capture assign="createLink"}{$APP.LBL_CREATE_BUTTON_LABEL}{/capture} {capture assign="importLink"}{$APP.LBL_IMPORT}{/capture} {capture assign="helpLink"}{$APP.LBL_CLICK_HERE}{/capture}

{$APP.MSG_EMPTY_LIST_VIEW_NO_RESULTS|replace:"":$createLink|replace:"":$importLink}

{$APP.MSG_EMPTY_LIST_VIEW_NO_RESULTS_SUBMSG|replace:"":$moduleName|replace:"":$helpLink}

{elseif $query == "-advanced_search"}

{$APP.MSG_LIST_VIEW_NO_RESULTS_BASIC}

{else}

{capture assign="quotedQuery"}"{$query}"{/capture} {$APP.MSG_LIST_VIEW_NO_RESULTS|replace:"":$quotedQuery}

{$APP.MSG_LIST_VIEW_NO_RESULTS_SUBMSG|replace:"":$quotedQuery|replace:"":$singularModule}

{/if} {else}

{$APP.LBL_NO_DATA}

{/if}
{/if} {$multiSelectData} {if $hideTable == false} {assign var="link_select_id" value="selectLinkTop"} {assign var="link_action_id" value="actionLinkTop"} {assign var="actionsLink" value=$actionsLinkTop} {assign var="selectLink" value=$selectLinkTop} {assign var="action_menu_location" value="top"} {include file='include/ListView/ListViewPagination.tpl'} {if $prerow} {/if} {if !empty($quickViewLinks)} {/if} {counter start=0 name="colCounter" print=false assign="colCounter"} {foreach from=$displayColumns key=colHeader item=params} {counter name="colCounter"} {/foreach} {counter start=$pageData.offsets.current print=false assign="offset" name="offset"} {foreach name=rowIteration from=$data key=id item=rowData} {counter name="offset" print=false} {assign var='scope_row' value=true} {if $smarty.foreach.rowIteration.iteration is odd} {assign var='_rowColor' value=$rowColor[0]} {else} {assign var='_rowColor' value=$rowColor[1]} {/if} {if $prerow} {/if} {if !empty($quickViewLinks)} {capture assign=linkModule}{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$pageData.bean.moduleDir}{/if}{/capture} {capture assign=action}{if $act}{$act}{else}EditView{/if}{/capture} {/if} {counter start=0 name="colCounter" print=false assign="colCounter"} {foreach from=$displayColumns key=col item=params} {strip} {/strip} {assign var='scope_row' value=false} {counter name="colCounter"} {/foreach} {foreachelse} {/foreach} {assign var="link_select_id" value="selectLinkBottom"} {assign var="link_action_id" value="actionLinkBottom"} {assign var="selectLink" value=$selectLinkBottom} {assign var="actionsLink" value=$actionsLinkBottom} {assign var="action_menu_location" value="bottom"} {include file='include/ListView/ListViewPagination.tpl'}
   
{if $params.sortable|default:true} {if $params.url_sort} {else} {if $params.orderBy|default:$colHeader|lower == $pageData.ordering.orderBy} {else} {/if} {/if} {sugar_translate label=$params.label module=$pageData.bean.moduleDir}    {if $params.orderBy|default:$colHeader|lower == $pageData.ordering.orderBy} {if $pageData.ordering.sortOrder == 'ASC'} {capture assign="imageName"}arrow_down.{$arrowExt}{/capture} {capture assign="alt_sort"}{sugar_translate label='LBL_ALT_SORT_DESC'}{/capture} {sugar_getimage name=$imageName attr='align="absmiddle" border="0" ' alt="$alt_sort"} {else} {capture assign="imageName"}arrow_up.{$arrowExt}{/capture} {capture assign="alt_sort"}{sugar_translate label='LBL_ALT_SORT_ASC'}{/capture} {sugar_getimage name=$imageName attr='align="absmiddle" border="0" ' alt="$alt_sort"} {/if} {else} {capture assign="imageName"}arrow.{$arrowExt}{/capture} {capture assign="alt_sort"}{sugar_translate label='LBL_ALT_SORT'}{/capture} {sugar_getimage name=$imageName attr='align="absmiddle" border="0" ' alt="$alt_sort"} {/if} {else} {if !isset($params.noHeader) || $params.noHeader == false} {sugar_translate label=$params.label module=$pageData.bean.moduleDir} {/if} {/if}
 
{if !$is_admin && is_admin_for_user && $rowData.IS_ADMIN==1} {else} {/if} {if $pageData.rowAccess[$id].edit} {capture name='tmp1' assign='alt_edit'}{sugar_translate label="LNK_EDIT"}{/capture} {sugar_getimage name="edit_inline.gif" attr='border="0" ' alt="$alt_edit"} {/if} {if $col == 'NAME' || $params.bold}{/if} {if $params.link && !$params.customCode} {capture assign=linkModule}{if $params.dynamic_module}{$rowData[$params.dynamic_module]}{else}{$params.module|default:$pageData.bean.moduleDir}{/if}{/capture} {capture assign=action}{if $act}{$act}{else}DetailView{/if}{/capture} {capture assign=record}{$rowData[$params.id]|default:$rowData.ID}{/capture} {capture assign=url}index.php?module={$linkModule}&offset={$offset}&stamp={$pageData.stamp}&return_module={$linkModule}&action={$action}&record={$record}{/capture} <{$pageData.tag.$id[$params.ACLTag]|default:$pageData.tag.$id.MAIN} href="{sugar_ajax_url url=$url}"> {/if} {if $params.customCode} {sugar_evalcolumn_old var=$params.customCode rowData=$rowData} {else} {sugar_field parentFieldArray=$rowData vardef=$params displayType=ListView field=$col} {/if} {if empty($rowData.$col) && empty($params.customCode)} {/if} {if $params.link && !$params.customCode} {/if} {if $col == 'NAME' || $params.bold}{/if} {$pageData.additionalDetails.$id}
{$APP.LBL_NO_DATA}
{/if} {if $contextMenus} {/if}