<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
<!-- $Id$ -->
<overlay>
	<template id="addressbook.index.cat_add" template="" lang="" group="0" version="1.5.001">
		<grid width="100%" height="300" overflow="auto">
			<columns>
				<column/>
				<column/>
				<column disabled="@cat_tab=Tree"/>
				<column disabled="!@cat_tab=Tree"/>
			</columns>
			<rows>
				<row valign="top">
					<image src="folder"/>
					<description value="Categories"/>
					<listbox type="select-cat" id="cat_id" rows="013" options=",width:99%"/>
					<tree-cat id="cat_id" options="13,,width:99%"/>
				</row>
				<row>
					<hbox span="all">
						<button label="add" id="cat_add"/ image="add" background_image="1">
						<button label="delete" id="cat_delete" image="delete" background_image="1"/>
						<button label="cancel" id="cat_cancel" onclick="window.close();" image="cancel" background_image="1"/>
					</hbox>
				</row>
			</rows>
		</grid>
	</template>
</overlay>