egroupware/home/templates/default/edit.xet
2023-03-14 09:25:10 -06:00

19 lines
710 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
<overlay>
<template id="home.edit" template="" lang="" group="0" version="1.9.001">
<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>
</grid>
</template>
</overlay>