forked from extern/egroupware
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)
|
if(this.egw.user('apps').policy)
|
||||||
{
|
{
|
||||||
dialog_options['width'] = 550;
|
dialog_options['width'] = 550;
|
||||||
dialog_options['height'] = 350,
|
dialog_options['height'] = 450,
|
||||||
modifications.tabs = {
|
modifications.tabs = {
|
||||||
add_tabs: true,
|
add_tabs: true,
|
||||||
tabs: [{
|
tabs: [{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="admin.acl.edit.acl" template="" lang="" group="0" version="1.9.001">
|
<template id="admin.acl.edit.acl" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid>
|
<grid width="100%" resize_ratio="0">
|
||||||
<columns>
|
<columns>
|
||||||
<column/>
|
<column/>
|
||||||
<column/>
|
<column/>
|
||||||
|
Loading…
Reference in New Issue
Block a user