0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
Smarty
/
templates
/
[
Home
]
File: ListViewEntries.tpl
{*<!-- /********************************************************************************* ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. * ********************************************************************************/ -->*} {if $smarty.request.ajax neq ''} &#&#&#{$ERROR}&#&#&# {/if} <form name="massdelete" method="POST" id="massdelete"> <input name='search_url' id="search_url" type='hidden' value='{$SEARCH_URL}'> <input name="idlist" id="idlist" type="hidden"> <input name="change_owner" type="hidden"> <input name="change_status" type="hidden"> <input name="action" type="hidden"> <input name="where_export" type="hidden" value="{php} echo to_html($_SESSION['export_where']);{/php}"> <input name="step" type="hidden"> <input name="allids" type="hidden" id="allids" value="{$ALLIDS}"> <input name="selectedboxes" id="selectedboxes" type="hidden" value="{$SELECTEDIDS}"> <input name="allselectedboxes" id="allselectedboxes" type="hidden" value="{$ALLSELECTEDIDS}"> <input name="current_page_boxes" id="current_page_boxes" type="hidden" value="{$CURRENT_PAGE_BOXES}"> <!-- List View Master Holder starts --> <table border=0 cellspacing=1 cellpadding=0 width=100% class="lvtBg"> <tr> <td> <!-- List View's Buttons and Filters starts --> <table border=0 cellspacing=0 cellpadding=2 width=100% class="small"> <tr> <!-- Buttons --> <td style="padding-right:20px" nowrap> {foreach key=button_check item=button_label from=$BUTTONS} {if $button_check eq 'del'} <input class="crmbutton small delete" type="button" value="{$button_label}" onclick="return massDelete('{$MODULE}')"/> {elseif $button_check eq 's_mail'} <input class="crmbutton small edit" type="button" value="{$button_label}" onclick="return eMail('{$MODULE}',this);"/> {elseif $button_check eq 's_cmail'} <input class="crmbutton small edit" type="submit" value="{$button_label}" onclick="return massMail('{$MODULE}')"/> {elseif $button_check eq 'c_status'} <input class="crmbutton small edit" type="button" value="{$button_label}" onclick="return change(this,'changestatus')"/> {elseif $button_check eq 'mailer_exp'} <input class="crmbutton small edit" type="submit" value="{$button_label}" onclick="return mailer_export()"/> {elseif $button_check eq 'c_owner'} {if $MODULE neq 'Notes' && $MODULE neq 'Products' && $MODULE neq 'Faq' && $MODULE neq 'Vendors' && $MODULE neq 'PriceBooks'} <input class="crmbutton small edit" type="button" value="{$button_label}" onclick="return change(this,'changeowner')"/> {/if} {/if} {/foreach} </td> <!-- Record Counts --> <td style="padding-right:20px" class="small" nowrap>{$RECORD_COUNTS}</td> <!-- Page Navigation --> <td nowrap > <table border=0 cellspacing=0 cellpadding=0 class="small"> <tr>{$NAVIGATION}</tr> </table> </td> <td width=100% align="right"> <!-- Filters --> {if $HIDE_CUSTOM_LINKS neq '1'} <table border=0 cellspacing=0 cellpadding=0 class="small"> <tr> <td>{$APP.LBL_VIEW}</td> <td style="padding-left:5px;padding-right:5px"> <SELECT NAME="viewname" id="viewname" class="small" onchange="showDefaultCustomView(this,'{$MODULE}','{$CATEGORY}')">{$CUSTOMVIEW_OPTION}</SELECT></td> {if $ALL eq 'All'} <td><a href="index.php?module={$MODULE}&action=CustomView&parenttab={$CATEGORY}">{$APP.LNK_CV_CREATEVIEW}</a> <span class="small">|</span> <span class="small" disabled>{$APP.LNK_CV_EDIT}</span> <span class="small">|</span> <span class="small" disabled>{$APP.LNK_CV_DELETE}</span></td> {else} <td><a href="index.php?module={$MODULE}&action=CustomView&parenttab={$CATEGORY}">{$APP.LNK_CV_CREATEVIEW}</a> <span class="small">|</span> <a href="index.php?module={$MODULE}&action=CustomView&record={$VIEWID}&parenttab={$CATEGORY}">{$APP.LNK_CV_EDIT}</a> <span class="small">|</span> <a href="javascript:confirmdelete('index.php?module=CustomView&action=Delete&dmodule={$MODULE}&record={$VIEWID}&parenttab={$CATEGORY}')">{$APP.LNK_CV_DELETE}</a></td> {/if} </tr> </table> <!-- Filters END--> {/if} </td> </tr> </table> <!-- List View's Buttons and Filters ends --> <div > <table border=0 cellspacing=1 cellpadding=3 width=100% class="lvt small"> <!-- Table Headers --> <tr> <td class="lvtCol"><input type="checkbox" name="selectall" onClick=toggleSelect_ListView(this.checked,"selected_id")></td> {foreach name="listviewforeach" item=header from=$LISTHEADER} <td class="lvtCol">{$header}</td> {/foreach} </tr> <!-- Table Contents --> {foreach item=entity key=entity_id from=$LISTENTITY} <tr bgcolor=white onMouseOver="this.className='lvtColDataHover'" onMouseOut="this.className='lvtColData'" id="row_{$entity_id}"> <td width="2%"><input type="checkbox" NAME="selected_id" id="{$entity_id}" value= '{$entity_id}' onClick="check_object(this)"></td> {foreach item=data from=$entity} <td>{$data}</td> {/foreach} </tr> {foreachelse} <tr><td style="background-color:#efefef;height:340px" align="center" colspan="{$smarty.foreach.listviewforeach.iteration+1}"> <div style="border: 3px solid rgb(153, 153, 153); background-color: rgb(255, 255, 255); width: 45%; position: relative; z-index: 10000000;"> {assign var=vowel_conf value='LBL_A'} {if $MODULE eq 'Accounts' || $MODULE eq 'Invoice'} {assign var=vowel_conf value='LBL_AN'} {/if} {assign var=MODULE_CREATE value=$SINGLE_MOD} {if $MODULE eq 'HelpDesk'} {assign var=MODULE_CREATE value='Ticket'} {/if} {if $CHECK.EditView eq 'yes' && $MODULE neq 'Emails' && $MODULE neq 'Webmails'} <table border="0" cellpadding="5" cellspacing="0" width="98%"> <tr> <td rowspan="2" width="25%"><img src="{$IMAGE_PATH}empty.jpg" height="60" width="61"></td> <td style="border-bottom: 1px solid rgb(204, 204, 204);" nowrap="nowrap" width="75%"><span class="genHeaderSmall"> {if $MODULE_CREATE eq 'SalesOrder' || $MODULE_CREATE eq 'PurchaseOrder' || $MODULE_CREATE eq 'Invoice' || $MODULE_CREATE eq 'Quotes'} {$APP.LBL_NO} {$APP.$MODULE_CREATE} {$APP.LBL_FOUND} ! {elseif $MODULE eq 'Calendar'} {$APP.LBL_NO} {$APP.ACTIVITIES} {$APP.LBL_FOUND} ! {else} {$APP.LBL_NO} {$APP.$MODULE_CREATE}s {$APP.LBL_FOUND} ! {/if} </span></td> </tr> <tr> <td class="small" align="left" nowrap="nowrap">{$APP.LBL_YOU_CAN_CREATE} {$APP.$vowel_conf} {if $MODULE_CREATE eq 'SalesOrder' || $MODULE_CREATE eq 'PurchaseOrder' || $MODULE_CREATE eq 'Invoice' || $MODULE_CREATE eq 'Quotes'} {$MOD.$MODULE_CREATE} {else} {$APP.$MODULE_CREATE} {/if} {$APP.LBL_NOW}. {$APP.LBL_CLICK_THE_LINK}:<br> {if $MODULE neq 'Calendar'} -<a href="index.php?module={$MODULE}&action=EditView&return_action=DetailView&parenttab={$CATEGORY}">{$APP.LBL_CREATE} {$APP.$vowel_conf} {if $MODULE_CREATE eq 'SalesOrder' || $MODULE_CREATE eq 'PurchaseOrder' || $MODULE_CREATE eq 'Invoice' || $MODULE_CREATE eq 'Quotes'} {$MOD.$MODULE_CREATE} {else} {$APP.$MODULE_CREATE} {/if} </a><br> {else} -<a href="index.php?module={$MODULE}&action=EditView&return_module=Calendar&activity_mode=Events&return_action=DetailView&parenttab={$CATEGORY}">{$APP.LBL_CREATE} {$APP.LBL_AN} {$APP.Event}</a><br> -<a href="index.php?module={$MODULE}&action=EditView&return_module=Calendar&activity_mode=Task&return_action=DetailView&parenttab={$CATEGORY}">{$APP.LBL_CREATE} {$APP.LBL_A} {$APP.Task}</a> {/if} </td> </tr> </table> {else} <table border="0" cellpadding="5" cellspacing="0" width="98%"> <tr> <td rowspan="2" width="25%"><img src="{$IMAGE_PATH}denied.gif"></td> <td style="border-bottom: 1px solid rgb(204, 204, 204);" nowrap="nowrap" width="75%"><span class="genHeaderSmall"> {if $MODULE_CREATE eq 'SalesOrder' || $MODULE_CREATE eq 'PurchaseOrder' || $MODULE_CREATE eq 'Invoice' || $MODULE_CREATE eq 'Quotes'} {$APP.LBL_NO} {$APP.$MODULE_CREATE} {$APP.LBL_FOUND} !</span></td> {else} {$APP.LBL_NO} {$APP.$MODULE_CREATE}s {$APP.LBL_FOUND} !</span></td> {/if} </tr> <tr> <td class="small" align="left" nowrap="nowrap">{$APP.LBL_YOU_ARE_NOT_ALLOWED_TO_CREATE} {$APP.$vowel_conf} {if $MODULE_CREATE eq 'SalesOrder' || $MODULE_CREATE eq 'PurchaseOrder' || $MODULE_CREATE eq 'Invoice' || $MODULE_CREATE eq 'Quotes'} {$MOD.$MODULE_CREATE} {else} {$APP.$MODULE_CREATE} {/if} <br> </td> </tr> </table> {/if} </div> </td></tr> {/foreach} </table> </div> <table border=0 cellspacing=0 cellpadding=2 width=100%> <tr> <td style="padding-right:20px" nowrap> {foreach key=button_check item=button_label from=$BUTTONS} {if $button_check eq 'del'} <input class="crmbutton small delete" type="button" value="{$button_label}" onclick="return massDelete('{$MODULE}')"/> {elseif $button_check eq 's_mail'} <input class="crmbutton small edit" type="button" value="{$button_label}" onclick="return eMail('{$MODULE}',this)"/> {elseif $button_check eq 's_cmail'} <input class="crmbutton small edit" type="submit" value="{$button_label}" onclick="return massMail('{$MODULE}')"/> {elseif $button_check eq 'c_status'} <input class="crmbutton small edit" type="button" value="{$button_label}" onclick="return change(this,'changestatus')"/> {elseif $button_check eq 'mailer_exp'} <input class="crmbutton small edit" type="submit" value="{$button_label}" onclick="return mailer_export()"/> {elseif $button_check eq 'c_owner'} {if $MODULE neq 'Notes' && $MODULE neq 'Products' && $MODULE neq 'Faq' && $MODULE neq 'Vendors' && $MODULE neq 'PriceBooks'} <input class="crmbutton small edit" type="button" value="{$button_label}" onclick="return change(this,'changeowner')"/> {/if} {/if} {/foreach} </td> <td style="padding-right:20px" class="small" nowrap>{$RECORD_COUNTS}</td> <td nowrap > <table border=0 cellspacing=0 cellpadding=0 class="small"> <tr>{$NAVIGATION}</tr> </table> </td> <td align="right" width=100%> <table border=0 cellspacing=0 cellpadding=0 class="small"> <tr> {$WORDTEMPLATEOPTIONS}{$MERGEBUTTON} </tr> </table> </td> </tr> </table> </td> </tr> </table> </form> {$SELECT_SCRIPT} <div id="basicsearchcolumns" style="display:none;"><select name="search_field" id="bas_searchfield" class="txtBox" style="width:150px">{html_options options=$SEARCHLISTHEADER}</select></div>