mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Use dialogFooterToolbar class for home.note dialog
This commit is contained in:
parent
0db176f0b2
commit
0e4e557850
@ -4,7 +4,7 @@
|
||||
<overlay>
|
||||
<template id="home.note" template="" lang="" group="0" version="1.9.001">
|
||||
<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="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"/>
|
||||
@ -13,6 +13,9 @@
|
||||
.home_note_portlet .et2_container > div {
|
||||
overflow: auto;
|
||||
}
|
||||
.home_note_portlet .et2_container div.dialogFooterToolbar {
|
||||
display:none;
|
||||
}
|
||||
</styles>
|
||||
</template>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user