Add type template - admin uses existance of template to turn on types

This commit is contained in:
Nathan Gray 2013-06-25 15:04:24 +00:00
parent e0b576e822
commit 8b912c6308

View File

@ -0,0 +1,35 @@
<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<template id="addressbook.admin.types" template="" lang="" group="0" version="">
<grid>
<columns>
<column/>
<column/>
<column/>
</columns>
<rows>
<row>
<hbox span="all">
<description value="Options for type " class="header"/>
<description id="type" no_lang="1" font_style="b"/>
<description/>
</hbox>
</row>
<row>
<description value="Icon"/>
<textbox id="icon" size="40"/>
<description value="Choose an icon for this contact type"/>
</row>
<row>
<description value="Template"/>
<textbox id="template" size="40"/>
<description value="Chosse an eTemplate for this contact type"/>
</row>
</rows>
</grid>
<styles>.header{
font-weight: bold;
}</styles>
</template>
</overlay>