mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +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">
|
||||
<grid width="100%" overflow="auto">
|
||||
<columns>
|
||||
<column disabled="!@cat_tab=Tree"/>
|
||||
<column disabled="@cat_tab=Tree"/>
|
||||
<column/>
|
||||
<column disabled="!@cat_tab=Tree" width="40%"/>
|
||||
<column disabled="@cat_tab=Tree" width="40%"/>
|
||||
<column width="60%"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row valign="top">
|
||||
|
Loading…
Reference in New Issue
Block a user