mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
19 lines
1.1 KiB
XML
19 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
|
<overlay>
|
|
<template id="calendar.edit_series" template="" lang="" group="0" version="1.7.003">
|
|
<et2-vbox rows="1" cols="1" id="edit_series">
|
|
<et2-hbox id="dialogHeader" class="promptheader">
|
|
<et2-description value="This event is part of a series"></et2-description>
|
|
</et2-hbox>
|
|
<et2-vbox class="prompt" id="dialog-content">
|
|
<et2-description value="Do you want to edit this event as an exception or the whole series?"></et2-description>
|
|
<et2-hbox align="center">
|
|
<et2-button label="Edit exception" onclick="app.calendar.open_edit(false);" image="edit" noSubmit="true"></et2-button>
|
|
<et2-button label="Edit series" onclick="app.calendar.open_edit(true);" image="edit" noSubmit="true"></et2-button>
|
|
<et2-button label="Cancel" onclick="document.getElementById('edit_series').style.display = 'none';" image="cancel" noSubmit="true"></et2-button>
|
|
</et2-hbox>
|
|
</et2-vbox>
|
|
</et2-vbox>
|
|
</template>
|
|
</overlay> |