REPORT_IMG
SOLVED_SET_IMG / SOLVED_UNSET_IMG (From the Topic Solved MOD)
INFO_IMG
WARN_IMG
DELETE_IMG
I'm using fsubice2 and this code just doesn't work:
{NOTE the bottom valign on the tr}
Code: Selecteer alles
<table width="100%" cellspacing="0">
<tr valign="bottom">
<td class="gensmall" align="{S_CONTENT_FLOW_END}">
<!-- IF not S_IS_BOT -->
<!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_SET_SOLVED -->
<a href="{postrow.U_SET_SOLVED}">
<!-- IF postrow.S_TOPIC_SOLVED -->
{SOLVED_UNSET_IMG}
<!-- ELSE -->
{SOLVED_SET_IMG}
<!-- ENDIF -->
</a>
<!-- ENDIF -->
<!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
<!-- ENDIF -->
</td>
</tr>
</table>
And I want it to look like this:
{Note that the extra images with the checks are from the Topic Solved MOD}
Any ideas on how to do that correctly?
English replies, please...
I have solved this already!