[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 {*<!-- 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 -->*} 12 {strip} 13 <div id="toggleButton" class="toggleButton" title="{vtranslate('LBL_LEFT_PANEL_SHOW_HIDE', 'Vtiger')}"> 14 <i id="tButtonImage" class="{if $LEFTPANELHIDE neq '1'}icon-chevron-left{else}icon-chevron-right{/if}"></i> 15 </div>  16 <div style="padding-left: 15px;"> 17 <input type="hidden" name="module" value="{$FOR_MODULE}" /> 18 <table style=" width:90%;margin-left: 5% " cellpadding="10" cellspacing="10" class="searchUIBasic well"> 19 <tr> 20 <td class="font-x-large" align="left"> 21 <strong>{'LBL_IMPORT'|@vtranslate:$MODULE} - {'LBL_ERROR'|@vtranslate:$MODULE}</strong> 22 </td> 23 </tr> 24 <tr> 25 <td valign="top"> 26 <table cellpadding="10" cellspacing="0" align="center" class="dvtSelectedCell thickBorder importContents redColor"> 27 <tr> 28 <td class="style1" align="left" colspan="2"> 29 {$ERROR_MESSAGE} 30 </td> 31 </tr> 32 {if $ERROR_DETAILS neq ''} 33 <tr> 34 <td class="errorMessage" align="left" colspan="2"> 35 {'ERR_DETAILS_BELOW'|@vtranslate:$MODULE} 36 <table cellpadding="5" cellspacing="0"> 37 {foreach key=_TITLE item=_VALUE from=$ERROR_DETAILS} 38 <tr> 39 <td>{$_TITLE}</td> 40 <td>-</td> 41 <td>{$_VALUE}</td> 42 </tr> 43 {/foreach} 44 </table> 45 </td> 46 </tr> 47 {/if} 48 </table> 49 </td> 50 </tr> 51 <tr> 52 <td align="right"> 53 {if $CUSTOM_ACTIONS neq ''} 54 {foreach key=_LABEL item=_ACTION from=$CUSTOM_ACTIONS} 55 <button name="{$_LABEL}" onclick="{$_ACTION}" class="create btn "><strong>{$_LABEL|@vtranslate:$MODULE}</strong></button> 56 {/foreach} 57 {/if} 58 <button name="goback" onclick="window.history.back()" class="edit btn btn-danger"><strong>{'LBL_GO_BACK'|@vtranslate:$MODULE}</strong></button> 59 </td> 60 </tr> 61 </table> 62 </div> 63 {/strip}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |