<form>
<title>Schools</title>
<width>540</width>
<border>true</border>
<fields>
<_count header="No" suffix="." width="30" align="center" />
<school_name header="Title" align="left" />
</fields>
<header>
<titles>true</titles>
<buttons>
<delete onclick="" button="addnew" >
<location>index.php?sub=schools&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=schools&action=delete&school_id={SCHOOL_ID}&returnURL={CURRENT_PAGE}'</location>
</delete>
<details onclick="" button="edit" >
<location>index.php?sub=schools&action=edit&school_id={SCHOOL_ID}</location>
</details>
</buttons>
<items>20</items>
</form>