mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Add type template - admin uses existance of template to turn on types
This commit is contained in:
parent
e0b576e822
commit
8b912c6308
35
addressbook/templates/default/admin.types.xet
Normal file
35
addressbook/templates/default/admin.types.xet
Normal 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>
|
Loading…
Reference in New Issue
Block a user