<form>
<title>Areas</title>
<width>540</width>
<border>true</border>
<fields>
<_count header="No" suffix="." width="30" align="center" />
<area_name header="Title" align="left" />
</fields>
<header>
<titles>true</titles>
<buttons>
<delete onclick="" button="addnew" >
<location>index.php?sub=areas&action=add</location>
</delete>
</buttons>
</header>
<buttons>
<delete onclick="" button="delete" >
<location>javascript:if(confirm('Are you sure you want to delete this record ?')) window.location='index.php?sub=areas&action=delete&area_id={AREA_ID}&returnURL={CURRENT_PAGE}'</location>
</delete>
<details onclick="" button="edit" >
<location>index.php?sub=areas&action=edit&area_id={AREA_ID}</location>
</details>
</buttons>
<items>20</items>
</form>