[ 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 <table border='0' cellpadding='5' cellspacing='0' width='100%' height='450px'> 13 <tr> 14 <td align='center'> 15 <div style='border: 3px solid rgb(153, 153, 153); background-color: rgb(255, 255, 255); width: 55%; position: relative; z-index: 10000000;'> 16 <table border='0' cellpadding='5' cellspacing='0' width='98%'> 17 <tbody> 18 <tr> 19 <td rowspan='2' width='11%'><img src="{vimage_path('denied.gif')}" ></td> 20 <td style='border-bottom: 1px solid rgb(204, 204, 204);' nowrap='nowrap' width='70%'> 21 <span class='genHeaderSmall'> 22 {assign var=SINGLE_MODULE value="SINGLE_$MODULE"} 23 <span class='genHeaderSmall'>{vtranslate($SINGLE_MODULE, $MODULE)} {vtranslate('CANNOT_CONVERT', $MODULE)} 24 <br> 25 <ul> {vtranslate('LBL_FOLLOWING_ARE_POSSIBLE_REASONS', $MODULE)} : 26 <li>{vtranslate('LBL_LEADS_FIELD_MAPPING_INCOMPLETE', $MODULE)}</li> 27 <li>{vtranslate('LBL_MANDATORY_FIELDS_ARE_EMPTY', $MODULE)}</li> 28 {if $EXCEPTION} 29 <li>{$EXCEPTION}</li> 30 {/if} 31 </ul> 32 </span> 33 </span> 34 </td> 35 </tr> 36 <tr> 37 <td class='small' align='right' nowrap='nowrap'> 38 {if $CURRENT_USER->isAdminUser()} 39 <a href='index.php?parent=Settings&module=Leads&view=MappingDetail'>{vtranslate('LBL_LEADS_FIELD_MAPPING', $MODULE)}</a><br> 40 {/if} 41 <a href='javascript:window.history.back();'>{vtranslate('LBL_GO_BACK', $MODULE)}</a><br> 42 </td> 43 </tr> 44 </tbody> 45 </table> 46 </div> 47 </td> 48 </tr> 49 </td> 50 </tr> 51 </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 |