Revision 315d94d6
Added by Frédéric Péters over 18 years ago
| extra/modules/events_ui.ptl | ||
|---|---|---|
|
def delete [html] (self):
|
||
|
form = Form(enctype='multipart/form-data')
|
||
|
form.widgets.append(HtmlWidget('<p>%s</p>' % _(
|
||
|
'You are about to irrevocably delete this remote event source.')))
|
||
|
'You are about to irrevocably delete this remote calendar.')))
|
||
|
form.add_submit('submit', _('Submit'))
|
||
|
form.add_submit('cancel', _('Cancel'))
|
||
|
if form.get_submit() == 'cancel':
|
||
Also available in: Unified diff
another remaining "event source" bites the dust