2010-04-15 20:23:02 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2010-05-20 11:19:15 +02:00
|
|
|
<template id="calendar.edit_series" template="" lang="" group="0" version="1.7.003">
|
|
|
|
<vbox rows="1" cols="1" id="edit_series">
|
2014-04-01 11:23:56 +02:00
|
|
|
<hbox id="dialogHeader" class="promptheader">
|
2010-05-20 11:19:15 +02:00
|
|
|
<description value="This event is part of a series"/>
|
2010-04-15 20:23:02 +02:00
|
|
|
</hbox>
|
2010-05-20 11:19:15 +02:00
|
|
|
<vbox class="prompt" id="dialog-content">
|
|
|
|
<description value="Do you want to edit this event as an exception or the whole series?"/>
|
|
|
|
<hbox align="center">
|
2013-11-25 04:19:58 +01:00
|
|
|
<buttononly label="Edit exception" onclick="app.calendar.open_edit(false);" image="edit" background_image="1"/>
|
|
|
|
<buttononly label="Edit series" onclick="app.calendar.open_edit(true);" image="edit" background_image="1"/>
|
|
|
|
<buttononly label="Cancel" onclick="document.getElementById('edit_series').style.display = 'none';" image="cancel" background_image="1"/>
|
2010-05-20 11:19:15 +02:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</vbox>
|
2010-04-15 20:23:02 +02:00
|
|
|
</template>
|
|
|
|
</overlay>
|