[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Users/ -> OperationNotPermitted.tpl (source)

   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  <div style="margin:0 auto;width: 50em;">
  13      <table border='0' cellpadding='5' cellspacing='0' height='600px' width="700px">
  14      <tr><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: 100000020;'>
  16  
  17          <table border='0' cellpadding='5' cellspacing='0' width='98%'>
  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'>{vtranslate($MESSAGE)}</span></td>
  22          </tr>
  23          <tr>
  24              <td class='small' align='right' nowrap='nowrap'>
  25                  <a {if $REQUEST->isAjax()} href="#" onclick='closeWindow()' {else} href='javascript:window.history.back();' {/if}>{vtranslate('LBL_GO_BACK')}</a><br>
  26              </td>
  27          </tr>
  28          </table>
  29          </div>
  30      </td></tr>
  31      </table>
  32  </div>
  33  {literal}
  34  <script type="text/javascript">
  35  	function closeWindow() {
  36          app.hideModalWindow();
  37      }
  38  </script>
  39  {/literal}


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1