<form>
	
	<title>Списък на производителите</title>
	<width>540</width>
	<border>true</border>
	
	<fields>
		<_count header="No" width="30" align="center" suffix="."/>
		<vendor_name header="Име" align="left" />
	</fields>

	<header>
		<titles>true</titles>
		<buttons>
			<delete onclick="" button="addnew" >
				<location>index.php?sub=vendors&action=add</location>
			</delete>
		</buttons>
	</header>

	<buttons>

		<delete onclick="" button="delete" >
			<location><![CDATA[javascript:if(confirm('Сигурни ли сте, че искате да изтриете записа?')) window.location='index.php?sub=vendors&action=delete&vendor_id={VENDOR_ID}&returnURL={CURRENT_PAGE}']]></location>
		</delete>

		<details onclick="" button="edit" >
			<location>index.php?sub=vendors&action=edit&vendor_id={VENDOR_ID}</location>
		</details>

	</buttons>

	<items>10</items>

</form>