[ 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 {if $SUCCESS} 13 <script language="Javascript" type="text/javascript"> 14 window.close(); 15 {if $RELATED_LOAD eq true} 16 window.opener.Vtiger_Detail_Js.reloadRelatedList(); 17 {else} 18 window.opener.Vtiger_List_Js.clearList(); 19 {/if} 20 </script> 21 {else} 22 <table border='0' cellpadding='5' cellspacing='0' width='100%' height='600px'> 23 <tr> 24 <td align='center'> 25 <div style='border: 3px solid rgb(153, 153, 153); background-color: rgb(255, 255, 255); width: 75%; position: relative; z-index: 100000020;'> 26 27 <table border='0' cellpadding='5' cellspacing='0' width='98%'> 28 <tr> 29 <td rowspan='2' width='11%'><img src="{vimage_path('denied.gif')}" ></td> 30 <td style='border-bottom: 1px solid rgb(204, 204, 204);' nowrap='nowrap' width='70%'> 31 <span class='genHeaderSmall'>{vtranslate($MESSAGE)}</span></td> 32 </tr> 33 <tr> 34 <td class='small' align='right' nowrap='nowrap'> 35 <a href='javascript:window.history.back();'>{vtranslate('LBL_GO_BACK')}</a><br> 36 </td> 37 </tr> 38 </table> 39 </div> 40 </td> 41 </tr> 42 </table> 43 {/if}
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 |