egroupware_official/home/templates/default/note.xet
Nathan Gray 57d802eeb5 Home progress:
- Fix changing position
- Added a quick HTML note-to-self portlet
2014-11-12 21:33:42 +00:00

11 lines
553 B
XML

<?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>