mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix the tab_height and historylog resize
This commit is contained in:
parent
a27d5963c5
commit
b0a4822a5b
@ -124,7 +124,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="resources.edit_tabs.history" template="" lang="" group="0" version="">
|
<template id="resources.edit_tabs.history" template="" lang="" group="0" version="">
|
||||||
<historylog cols="1" id="history" rows="1" width="100%"/>
|
<historylog id="history" width="100%"/>
|
||||||
</template>
|
</template>
|
||||||
<template id="resources.edit" template="" lang="" group="0" version="1.9.002">
|
<template id="resources.edit" template="" lang="" group="0" version="1.9.002">
|
||||||
<grid width="100%">
|
<grid width="100%">
|
||||||
@ -165,7 +165,7 @@
|
|||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<tabbox id="tabs" span="all" width="100%">
|
<tabbox id="tabs" span="all" width="100%" tab_height="250">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="page" label="Description" statustext="Informations about the location of resource"/>
|
<tab id="page" label="Description" statustext="Informations about the location of resource"/>
|
||||||
<tab id="general" label="Details" statustext="General informations about resource"/>
|
<tab id="general" label="Details" statustext="General informations about resource"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user