mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $Id$ -->
|
|
<overlay>
|
|
<template id="nm_print_dialog" template="" lang="" group="0" version="22.1">
|
|
<vbox>
|
|
<et2-textbox id="name" label="Name" class="et2-label-fixed"/>
|
|
<et2-select-account id="group" label="Groups" empty_label="Just me" account_type="groups"
|
|
class="et2-label-fixed"/>
|
|
<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>
|
|
</vbox>
|
|
</template>
|
|
</overlay> |