I have a query type field which was running on 1.9 and its presentation (redendered) pretty nicely or beautiful with shades of grey and each row lits up when there's a mouse over.
After the upgrade, somehow the table generated by the query looks cramped. Did I miss anything during the upgrade?
Type: Query
Parameter > Display > Output: Multiple Rows
Parameter > Display > Header:
Code:
<table border="0">
<tbody>
<tr>
<td style="text-align: center;"><strong>Date</strong></td>
<td style="text-align: left;"><strong>Name</strong></td>
<td style="text-align: left;"><strong>Type</strong></td>
<td style="text-align: center;"><strong>Status</strong></td></tr>
Parameter > Display > Row:
Code:
<tr>
<td style="text-align: center;">[column_date]</td>
<td style="text-align: left;">[column_name]</br>[column_surname]</td>
<td style="text-align: left;">[column_type]</br>[column_justification]</td>
<td style="text-align: center;">Your status is[column_status]</td>
</tr>
Parameter > Display > Footer:
Am I missing something? Does it have to do with the Parameter > Layout > Profile Value Layout, Profile Edit Value Layout, etc?
If yes, do you have examples which I can follow?