mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix double scrollbar in edit acl dialog
This commit is contained in:
parent
0f3a1660ff
commit
77dba49f9e
@ -731,7 +731,7 @@ app.classes.admin = AppJS.extend(
|
||||
if(this.egw.user('apps').policy)
|
||||
{
|
||||
dialog_options['width'] = 550;
|
||||
dialog_options['height'] = 350,
|
||||
dialog_options['height'] = 450,
|
||||
modifications.tabs = {
|
||||
add_tabs: true,
|
||||
tabs: [{
|
||||
|
@ -3,7 +3,7 @@
|
||||
<!-- $Id$ -->
|
||||
<overlay>
|
||||
<template id="admin.acl.edit.acl" template="" lang="" group="0" version="1.9.001">
|
||||
<grid>
|
||||
<grid width="100%" resize_ratio="0">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
@ -54,7 +54,7 @@
|
||||
<tabs>
|
||||
<tab id="acl" label="Access" statustext="Access"/>
|
||||
</tabs>
|
||||
<tabpanels>
|
||||
<tabpanels>
|
||||
<template id="admin.acl.edit.acl"/>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
|
Loading…
Reference in New Issue
Block a user