Align custom fields to top

This commit is contained in:
Nathan Gray 2013-11-29 18:04:21 +00:00
parent c97d99d8e9
commit 8f4fd55313

View File

@ -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>