<?xml version="1.0" encoding="UTF-8"?>
<form	xmlns="http://www.todoyu.com/schema/form"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://www.todoyu.com/schema/form ../../../../core/config/form.xsd">
	<attributes>
		<attribute name="name">ext</attribute>
	</attributes>

	<fieldsets>

		<fieldset name="buttons">
			<legend>Actions</legend>
			<class>buttons</class>
			<elements>

				<field type="cancelButton" name="cancel">
					<onclick>Todoyu.Ext.sysmanager.Records.closeForm('#record-extkey#','#record-type#')</onclick>
				</field>

				<field type="saveButton" name="save">
					<onclick>Todoyu.Ext.sysmanager.Records.save(this.form, '#record-extkey#','#record-type#')</onclick>
				</field>

			</elements>
		</fieldset>

	</fieldsets>
</form>