forked from extern/egroupware
Remove fixed height from grid inside tabs as the tab should only get tab_height not the children
This commit is contained in:
parent
029ec9dcb5
commit
92f37ad21c
@ -3,7 +3,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="emailadmin.account.identity" template="" lang="" group="0" version="1.9.001">
|
<template id="emailadmin.account.identity" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" height="300">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="113"/>
|
<column width="113"/>
|
||||||
<column width="300"/>
|
<column width="300"/>
|
||||||
@ -37,13 +37,13 @@
|
|||||||
<url-email id="ident_email" options="80,128" span="all"/>
|
<url-email id="ident_email" options="80,128" span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<htmlarea expand_toolbar="false" height="125px" id="ident_signature" span="all"/>
|
<htmlarea expand_toolbar="false" height="125px" id="ident_signature" span="all" width="100%"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="emailadmin.account.imap" template="" lang="" group="0" version="1.9.001">
|
<template id="emailadmin.account.imap" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" height="300">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="115"/>
|
<column width="115"/>
|
||||||
<column width="200"/>
|
<column width="200"/>
|
||||||
@ -119,7 +119,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="emailadmin.account.folder" template="" lang="" group="0" version="1.9.001">
|
<template id="emailadmin.account.folder" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" height="300">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="115"/>
|
<column width="115"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -157,7 +157,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="emailadmin.account.sieve" template="" lang="" group="0" version="1.9.001">
|
<template id="emailadmin.account.sieve" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" height="300">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="120"/>
|
<column width="120"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -191,7 +191,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="emailadmin.account.smtp" template="" lang="" group="0" version="1.9.001">
|
<template id="emailadmin.account.smtp" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" height="300">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="115"/>
|
<column width="115"/>
|
||||||
<column/>
|
<column/>
|
||||||
@ -239,7 +239,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="emailadmin.account.aliases" template="" lang="" group="0" version="1.9.001">
|
<template id="emailadmin.account.aliases" template="" lang="" group="0" version="1.9.001">
|
||||||
<grid width="100%" height="300">
|
<grid width="100%">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="113"/>
|
<column width="113"/>
|
||||||
<column width="400"/>
|
<column width="400"/>
|
||||||
@ -308,7 +308,7 @@
|
|||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<tabbox id="tabs" span="all">
|
<tabbox id="tabs" span="all" tab_height="320">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="emailadmin.account.identity" label="Identity+Signature" statustext="Identity&Signature"/>
|
<tab id="emailadmin.account.identity" label="Identity+Signature" statustext="Identity&Signature"/>
|
||||||
<tab id="emailadmin.account.imap" label="IMAP" statustext="incoming mail"/>
|
<tab id="emailadmin.account.imap" label="IMAP" statustext="incoming mail"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user