forked from extern/egroupware
Add missing template files
This commit is contained in:
parent
85661439f1
commit
a2593672f4
33
timesheet/templates/default/wizard_import_options.xet
Normal file
33
timesheet/templates/default/wizard_import_options.xet
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!-- $Id$ -->
|
||||||
|
<overlay>
|
||||||
|
<template id="timesheet.wizard_import_options" template="" lang="" group="0" version="1.9.001">
|
||||||
|
<grid>
|
||||||
|
<columns>
|
||||||
|
<column/>
|
||||||
|
<column/>
|
||||||
|
</columns>
|
||||||
|
<rows>
|
||||||
|
<row disabled="!@message">
|
||||||
|
<description id="message" span="all" class="message"/>
|
||||||
|
<description/>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<description value="What should be done with unknown values?" span="all"/>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<description value="Status"/>
|
||||||
|
<menulist>
|
||||||
|
<menupopup id="translate_status"/>
|
||||||
|
</menulist>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<description value="Category"/>
|
||||||
|
<menulist>
|
||||||
|
<menupopup id="translate_cat_id"/>
|
||||||
|
</menulist>
|
||||||
|
</row>
|
||||||
|
</rows>
|
||||||
|
</grid>
|
||||||
|
</template>
|
||||||
|
</overlay>
|
Loading…
Reference in New Issue
Block a user