2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-01-04 18:28:10 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
|
2010-04-15 20:23:02 +02:00
|
|
|
<overlay>
|
2010-05-20 11:19:15 +02:00
|
|
|
<template id="calendar.edit_series" template="" lang="" group="0" version="1.7.003">
|
2023-01-04 18:28:10 +01:00
|
|
|
<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>
|
2010-04-15 20:23:02 +02:00
|
|
|
</template>
|
2023-01-04 18:28:10 +01:00
|
|
|
</overlay>
|