mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Give columns some width in order to cope better with category-tree
This commit is contained in:
parent
f94610e6df
commit
7166e09491
@ -165,9 +165,9 @@
|
|||||||
<template id="addressbook.edit.details" template="" lang="" group="0" version="1.9.002">
|
<template id="addressbook.edit.details" template="" lang="" group="0" version="1.9.002">
|
||||||
<grid width="100%" overflow="auto">
|
<grid width="100%" overflow="auto">
|
||||||
<columns>
|
<columns>
|
||||||
<column disabled="!@cat_tab=Tree"/>
|
<column disabled="!@cat_tab=Tree" width="40%"/>
|
||||||
<column disabled="@cat_tab=Tree"/>
|
<column disabled="@cat_tab=Tree" width="40%"/>
|
||||||
<column/>
|
<column width="60%"/>
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
|
Loading…
Reference in New Issue
Block a user