[ 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 13 <table cellpadding="5" cellspacing="0" align="center" width="100%" class="dvtSelectedCell thickBorder importContents"> 14 <tr> 15 <td>{'LBL_TOTAL_RECORDS_IMPORTED'|@vtranslate:$MODULE}</td> 16 <td width="10%">:</td> 17 <td width="30%">{$IMPORT_RESULT.IMPORTED} / {$IMPORT_RESULT.TOTAL}</td> 18 </tr> 19 <tr> 20 <td>{'LBL_NUMBER_OF_RECORDS_CREATED'|@vtranslate:$MODULE}</td> 21 <td width="10%">:</td> 22 <td width="30%">{$IMPORT_RESULT.CREATED}</td> 23 </tr> 24 {if in_array($FOR_MODULE, $INVENTORY_MODULES) eq FALSE} 25 <tr> 26 <td>{'LBL_NUMBER_OF_RECORDS_UPDATED'|@vtranslate:$MODULE}</td> 27 <td width="10%">:</td> 28 <td width="30%">{$IMPORT_RESULT.UPDATED}</td> 29 </tr> 30 <tr> 31 <td>{'LBL_NUMBER_OF_RECORDS_SKIPPED'|@vtranslate:$MODULE}</td> 32 <td width="10%">:</td> 33 <td width="30%">{$IMPORT_RESULT.SKIPPED} 34 {if $IMPORT_RESULT['SKIPPED'] neq '0'} 35 <a class="cursorPointer" 36 onclick="return window.open('index.php?module={$MODULE}&view=List&mode=getImportDetails&type=skipped&start=1&foruser={$OWNER_ID}','skipped','width=700,height=650,resizable=no,scrollbars=yes,top=150,left=200');"> 37 {'LBL_DETAILS'|@vtranslate:$MODULE}</a> 38 {/if} 39 </td> 40 </tr> 41 <tr> 42 <td>{'LBL_NUMBER_OF_RECORDS_MERGED'|@vtranslate:$MODULE}</td> 43 <td width="10%">:</td> 44 <td width="10%">{$IMPORT_RESULT.MERGED}</td> 45 </tr> 46 {/if} 47 <tr> 48 <td>{'LBL_TOTAL_RECORDS_FAILED'|@vtranslate:$MODULE}</td> 49 <td width="10%">:</td> 50 <td width="30%">{$IMPORT_RESULT.FAILED} / {$IMPORT_RESULT.TOTAL} 51 {if $IMPORT_RESULT['FAILED'] neq '0'} 52 <a class="cursorPointer" onclick="return window.open('index.php?module={$MODULE}&view=List&mode=getImportDetails&type=failed&start=1&foruser={$OWNER_ID}','failed','width=700,height=650,resizable=no,scrollbars=yes,top=150,left=200');">{'LBL_DETAILS'|@vtranslate:$MODULE}</a> 53 {/if} 54 </td> 55 </tr> 56 </table>
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 |