2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2015-02-11 16:17:10 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="etemplate.dtd" template="" lang="" group="0" version="1.9.001">
|
|
|
|
<vbox>
|
|
|
|
<label id="message"/>
|
|
|
|
<textbox multiline="true" id="value" rows="20" class="dtdContent"/>
|
|
|
|
</vbox>
|
|
|
|
<styles>
|
|
|
|
.dtdContent {
|
|
|
|
width: 550px;
|
|
|
|
height: 400px;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
</styles>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|