forked from extern/egroupware
22 lines
882 B
XML
22 lines
882 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="home.note" template="" lang="" group="0" version="1.9.001">
|
|
<htmlarea id="note"/>
|
|
<hbox id="button" class="dialogFooterToolbar">
|
|
<button statustext="Saves this entry" label="Save" id="save" image="save" background_image="1"/>
|
|
<button statustext="Apply the changes" label="Apply" id="apply" image="apply" background_image="1"/>
|
|
<button statustext="leave without saveing the entry" label="Cancel" id="cancel" onclick="window.close();" image="cancel" background_image="1"/>
|
|
</hbox>
|
|
<styles>
|
|
.home_note_portlet .et2_container > div {
|
|
overflow: auto;
|
|
}
|
|
.home_note_portlet .et2_container div.dialogFooterToolbar {
|
|
display:none;
|
|
}
|
|
</styles>
|
|
</template>
|
|
</overlay>
|