mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
Make some dialogs initiation heights slightly bigger to avoid getting scrollbar
This commit is contained in:
parent
48068da833
commit
a6724dc942
@ -380,7 +380,7 @@
|
||||
<et2-description></et2-description>
|
||||
</row>
|
||||
<row>
|
||||
<et2-tabbox id="tabs" span="all" width="100%" tabHeight="320">
|
||||
<et2-tabbox id="tabs" span="all" width="100%" tabHeight="340">
|
||||
<tabs>
|
||||
<tab id="general" label="Organisation"/>
|
||||
<tab id="home" label="Private" statustext="Home address, Birthday, ..."/>
|
||||
|
@ -4280,11 +4280,11 @@ app.classes.mail = AppJS.extend(
|
||||
break;
|
||||
case 'add' :
|
||||
linkData = "mail.mail_sieve.edit";
|
||||
this.egw.open_link(linkData,'_blank',"600x680");
|
||||
this.egw.open_link(linkData,'_blank',"600x690");
|
||||
break;
|
||||
case 'edit' :
|
||||
linkData = "mail.mail_sieve.edit&ruleID="+ruleID;
|
||||
this.egw.open_link(linkData,'_blank',"600x680");
|
||||
this.egw.open_link(linkData,'_blank',"600x690");
|
||||
break;
|
||||
case 'enable':
|
||||
actionData = _type.parent.data.widget.getArrayMgr('content');
|
||||
|
@ -119,7 +119,7 @@
|
||||
</et2-hbox>
|
||||
</row>
|
||||
<row>
|
||||
<et2-tabbox id="tabs" class="et2_nowrap" width="100%" span="all" tabHeight="440">
|
||||
<et2-tabbox id="tabs" class="et2_nowrap" width="100%" span="all" tabHeight="450">
|
||||
<tabs>
|
||||
<tab id="condition" label="Condition"/>
|
||||
<tab id="action" label="Action"/>
|
||||
|
@ -30,7 +30,7 @@
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="nextmatch_header_row">
|
||||
<et2-button class="$cont[hideIfSieveDisabled] et2_toolbar" align="left" id="add" onclick="window.open(egw::link('/index.php','menuaction=mail.mail_sieve.edit'),'_blank','dependent=yes,width=600,height=680,scrollbars=yes,status=yes'); return false;" noSubmit="true"></et2-button>
|
||||
<et2-button class="$cont[hideIfSieveDisabled] et2_toolbar" align="left" id="add" onclick="window.open(egw::link('/index.php','menuaction=mail.mail_sieve.edit'),'_blank','dependent=yes,width=600,height=690,scrollbars=yes,status=yes'); return false;" noSubmit="true"></et2-button>
|
||||
</row>
|
||||
<row>
|
||||
<template id="rows"/>
|
||||
|
Loading…
Reference in New Issue
Block a user