mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:18 +01:00
24 lines
1.0 KiB
XML
24 lines
1.0 KiB
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="nm_print_dialog" template="" lang="" group="0" version="22.1">
|
|
<et2-vbox>
|
|
<et2-textbox id="name" label="Name" class="et2-label-fixed"/>
|
|
<et2-select-account id="group" label="Groups" class="et2-label-fixed" emptyLabel="Just me" accountType="groups"/>
|
|
<et2-details summary="Details">
|
|
<grid id="current_filters">
|
|
<columns>
|
|
<column/>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<et2-description id="${row}[label]"/>
|
|
<et2-description id="${row}[value]"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</et2-details>
|
|
</et2-vbox>
|
|
</template>
|
|
</overlay> |