Use dialogFooterToolbar class for home.note dialog

This commit is contained in:
Hadi Nategh 2015-03-18 17:47:33 +00:00
parent 0db176f0b2
commit 0e4e557850

View File

@ -4,7 +4,7 @@
<overlay> <overlay>
<template id="home.note" template="" lang="" group="0" version="1.9.001"> <template id="home.note" template="" lang="" group="0" version="1.9.001">
<htmlarea id="note"/> <htmlarea id="note"/>
<hbox id="button"> <hbox id="button" class="dialogFooterToolbar">
<button statustext="Saves this entry" label="Save" id="save" image="save" background_image="1"/> <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="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"/> <button statustext="leave without saveing the entry" label="Cancel" id="cancel" onclick="window.close();" image="cancel" background_image="1"/>
@ -13,6 +13,9 @@
.home_note_portlet .et2_container > div { .home_note_portlet .et2_container > div {
overflow: auto; overflow: auto;
} }
.home_note_portlet .et2_container div.dialogFooterToolbar {
display:none;
}
</styles> </styles>
</template> </template>
</overlay> </overlay>