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.field.tpl
	<tr id="{$FieldName}_row" class="FieldRow FieldRow_type_{$fieldType}">
		<td class="FieldLabel">
			{if $showName}
				{if $required}
					<span style="color:red;">*</span>
				{else}
					<span class="AsteriskPlaceholder">&nbsp;</span>
				{/if}&nbsp;{$Name|sprintf,$ContentType.name_singular}{if right($Name, 1) != '?'}:{/if}
			{/if}
		</td>
		<td>
			{if $showHelpTip}
				<table border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td>{$inputField}{if $showLabel && $Label}<label for="{$FieldName}" style="margin-right:5px;">{$Label|sprintf,$ContentType.name_singular}</label>{/if}</td>
						<td valign="top" class="FieldHelpTip">
							{if $HelpText}
								<img onMouseOut="HideHelp('{$helpid}')" onMouseOver="ShowHelp('{$helpid}', '{$Name|sprintf,$ContentType.name_singular|iwp_js}', '{$HelpText|sprintf,$ContentType.name_singular|iwp_js}')" src='images/help.gif' width='24' height='16' border='0' /><div style='display:none; z-index: 1000;' id='{$helpid}'></div>
							{/if}
						</td>
					</tr>
				</table>
			{else}
				{$inputField}{if $showLabel && $Label}<label for="{$FieldName}">{$Label|sprintf,$ContentType.name_singular}</label>{/if}
			{/if}
		</td>
	</tr>