2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-01-04 18:28:10 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
2013-05-22 22:13:12 +02:00
|
|
|
<overlay>
|
|
|
|
<template id="home.edit" template="" lang="" group="0" version="1.9.001">
|
2023-03-14 16:25:10 +01:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<et2-label for="@${row}[name]" value="@${row}[label]"></et2-label>
|
|
|
|
<widget type="@${row}[type]" id="@${row}[name]" no_lang="1"
|
|
|
|
select_options="@${row}[select_options]"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
2013-05-22 22:13:12 +02:00
|
|
|
</grid>
|
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|