File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/admin/templates/form.imagedir.tpl
<tr id="{$FieldName}_row">
<td class="FieldLabel">
{if $showName && $Name}
{if $required}
<span style="color:red;">*</span>
{else}
<span class="AsteriskPlaceholder"> </span>
{/if} {$Name}{if right($Name, 1) != '?'}:{/if}
{/if}
</td>
<td>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>{$inputField}</td>
<td valign="top"><img onMouseOut="HideHelp('{$helpid}')" onMouseOver="ShowHelp('{$helpid}', '{$Name}', '{$HelpText}')" src='images/help.gif' width='24' height='16' border='0' /><div style='display:none' id='{$helpid}'></div></td>
</tr>
</table>
</td>
</tr>