mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
19 lines
483 B
XML
19 lines
483 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//Stylite AG//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
|
<!-- $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>
|
|
</overlay>
|