forked from extern/egroupware
57d802eeb5
- Fix changing position - Added a quick HTML note-to-self portlet
11 lines
553 B
XML
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> |