forked from extern/egroupware
Change content of label of "notification" checkbox in calendar edit popup toolbar, to get fit
This commit is contained in:
parent
db1244dc50
commit
b57aba0d23
@ -355,7 +355,7 @@
|
|||||||
<menulist>
|
<menulist>
|
||||||
<menupopup statustext="Execute a further action for this entry" id="action" onchange="app.calendar.actions_change" options="Actions..."/>
|
<menupopup statustext="Execute a further action for this entry" id="action" onchange="app.calendar.actions_change" options="Actions..."/>
|
||||||
</menulist>
|
</menulist>
|
||||||
<checkbox label="Do not notify of these changes" id="no_notifications"/>
|
<checkbox label="Do not notify" id="no_notifications"/>
|
||||||
<button align="right" statustext="Delete this event" label="Delete" id="button[delete]" onclick="app.calendar.delete_btn(widget,$cont[query_delete_exceptions]);" image="delete" background_image="1"/>
|
<button align="right" statustext="Delete this event" label="Delete" id="button[delete]" onclick="app.calendar.delete_btn(widget,$cont[query_delete_exceptions]);" image="delete" background_image="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user