HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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">&nbsp;</span>
				{/if}&nbsp;{$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>