mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:27 +01:00
Align custom fields to top
This commit is contained in:
parent
c97d99d8e9
commit
8f4fd55313
@ -369,7 +369,7 @@
|
|||||||
<row class="th" height="20">
|
<row class="th" height="20">
|
||||||
<description value="Custom fields"/>
|
<description value="Custom fields"/>
|
||||||
</row>
|
</row>
|
||||||
<row height="100%">
|
<row valign="top" height="100%">
|
||||||
<customfields options="$cont[tid],$cont[no_private_cfs]"/>
|
<customfields options="$cont[tid],$cont[no_private_cfs]"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
@ -384,7 +384,7 @@
|
|||||||
<row class="th" height="20">
|
<row class="th" height="20">
|
||||||
<description value="Custom fields"/>
|
<description value="Custom fields"/>
|
||||||
</row>
|
</row>
|
||||||
<row height="100%">
|
<row valign="top" height="100%">
|
||||||
<customfields id="private_cfs" options="$cont[tid],1"/>
|
<customfields id="private_cfs" options="$cont[tid],1"/>
|
||||||
</row>
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
|
Loading…
Reference in New Issue
Block a user