egroupware/home/templates/default/note.xet

11 lines
553 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<overlay>
<template id="home.note" template="" lang="" group="0" version="1.9.001">
<htmlarea id="note"/>
<hbox id="button">
<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>
</template>
</overlay>