mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
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.editor.styles" template="" lang="" group="0" version="1.0.1.001">
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
</columns>
|
|
<rows>
|
|
<row disabled="!@msg">
|
|
<description id="msg" class="redItalic" no_lang="1"/>
|
|
</row>
|
|
<row>
|
|
<menulist>
|
|
<menupopup label="CSS-Styles" id="from" onchange="1" no_lang="1" statustext=" edit embeded CSS styles or of the applications app.css file"/>
|
|
</menulist>
|
|
</row>
|
|
<row>
|
|
<textbox multiline="true" rows="20" cols="65" id="styles"/>
|
|
</row>
|
|
<row>
|
|
<hbox>
|
|
<button label="Save" id="save" statustext="save the changes made and close the window"/>
|
|
<button label="Apply" id="apply" statustext="applies the changes made"/>
|
|
<button label="Cancel" id="cancel" statustext="closes the window without saving the changes" onclick="window.close();"/>
|
|
<html id="java_script"/>
|
|
</hbox>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</template>
|
|
</overlay>
|