mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
13 lines
613 B
XML
13 lines
613 B
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="16.1">
|
|
<vbox>
|
|
<description value="Columns to print"/>
|
|
<et2-nextmatch-columnselection id="columns"></et2-nextmatch-columnselection>
|
|
<integer id="row_count" label="How many rows to print"/>
|
|
<checkbox id="orientation" toggle_on="Portrait" toggle_off="Landscape" selected_value="portrait" unselected_value="landscape"/>
|
|
</vbox>
|
|
</template>
|
|
</overlay> |