mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix mail account dialog always gets scrollbar
This commit is contained in:
parent
80431051e4
commit
0fdd3da429
@ -39,7 +39,7 @@
|
||||
<select id="ident_email_alias" span="all" class="et2_fullWidth"/>
|
||||
</row>
|
||||
<row>
|
||||
<htmlarea expand_toolbar="false" height="125px" id="ident_signature" span="all" width="100%"/>
|
||||
<htmlarea expand_toolbar="false" height="200px" id="ident_signature" span="all" width="100%"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
@ -317,7 +317,7 @@
|
||||
<description/>
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" span="all" tab_height="320">
|
||||
<tabbox id="tabs" span="all" tab_height="420">
|
||||
<tabs>
|
||||
<tab id="admin.mailaccount.identity" label="Identity+Signature" statustext="Identity&Signature"/>
|
||||
<tab id="admin.mailaccount.imap" label="IMAP" statustext="incoming mail"/>
|
||||
|
Loading…
Reference in New Issue
Block a user