mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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">
|
||||
<description value="Custom fields"/>
|
||||
</row>
|
||||
<row height="100%">
|
||||
<row valign="top" height="100%">
|
||||
<customfields options="$cont[tid],$cont[no_private_cfs]"/>
|
||||
</row>
|
||||
</rows>
|
||||
@ -384,7 +384,7 @@
|
||||
<row class="th" height="20">
|
||||
<description value="Custom fields"/>
|
||||
</row>
|
||||
<row height="100%">
|
||||
<row valign="top" height="100%">
|
||||
<customfields id="private_cfs" options="$cont[tid],1"/>
|
||||
</row>
|
||||
</rows>
|
||||
|
Loading…
Reference in New Issue
Block a user