2020-05-22 19:58:27 +02: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">
|
2020-05-22 19:58:27 +02:00
|
|
|
<overlay>
|
|
|
|
<template id="addressbook.add_list_dialog" template="" lang="" group="0" version="">
|
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description value="Name for the distribution list"></et2-description>
|
|
|
|
<et2-textbox id="name"></et2-textbox>
|
2020-05-22 19:58:27 +02:00
|
|
|
</row>
|
|
|
|
<row>
|
2023-01-04 18:28:10 +01:00
|
|
|
<et2-description value="Addressbook"></et2-description>
|
|
|
|
<et2-select id="owner"></et2-select>
|
2020-05-22 19:58:27 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|