Modifications for module installer in openemr.
[openemr.git] / interface / modules / zend_modules / module / Acl / view / acl / acl / acltab.phtml
blob5166b54c8b501eea799c3c284b16671e4dbc811f
1 <?php
2 /* +-----------------------------------------------------------------------------+
3 *    OpenEMR - Open Source Electronic Medical Record
4 *    Copyright (C) 2013 Z&H Consultancy Services Private Limited <sam@zhservices.com>
6 *    This program is free software: you can redistribute it and/or modify
7 *    it under the terms of the GNU Affero General Public License as
8 *    published by the Free Software Foundation, either version 3 of the
9 *    License, or (at your option) any later version.
11 *    This program is distributed in the hope that it will be useful,
12 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
13 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 *    GNU Affero General Public License for more details.
16 *    You should have received a copy of the GNU Affero General Public License
17 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 *    @author  Jacob T.Paul <jacob@zhservices.com>
19 *    @author  Basil PT <basil@zhservices.com>  
21 * +------------------------------------------------------------------------------+
22 */ 
24 <div id="tabs-acl-tabs">
25 <div class="easyui-tabs" id="tab" style="width:930px;height:auto;">
26     <div title="General" id="tab_acl" iconCls="icon-acl">
27           <iframe id="general_acl" src="<?php echo $GLOBALS['webroot']; ?>/interface/modules/zend_modules/public/acl/acl?module_id=<?php echo $this->escapeHtml($this->mod_id); ?>" style="width:100%;height: 700px;overflow: hidden;" frameborder="0"></iframe>
28     </div>
29     <div title="Advanced ACL" id="tab_acl2" iconCls="icon-acladvanced">
30           <iframe id="advanced_acl" src="<?php echo $GLOBALS['webroot']; ?>/interface/modules/zend_modules/public/acl/index?module_id=<?php echo $this->escapeHtml($this->mod_id); ?>" style="width:100%;height: 700px;overflow: hidden;" frameborder="0"></iframe>
31     </div>
32 </div>
33 </div>