From 520491b6339b323263cb3439324ba4c140051cbc Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 27 May 2004 05:45:30 +0000 Subject: [PATCH] FIxed line feeds --- calendar/event_edit.html | 73 +++++++++++++++++++++++++++- calendar/event_new.html | 100 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 171 insertions(+), 2 deletions(-) diff --git a/calendar/event_edit.html b/calendar/event_edit.html index 6c2ba0413b..18c036b6ba 100644 --- a/calendar/event_edit.html +++ b/calendar/event_edit.html @@ -1 +1,72 @@ -
:
: description); if (isset($err['description'])) formerr($err['description']); ?>
: timestart);?> timestart) ?>
:
duration == 0) echo 'checked="checked"'; ?>/>
duration == 1) echo 'checked="checked"'; ?>/> timestart + $form->timeduration);?> timestart + $form->timeduration) ?>
duration == 2) echo 'checked="checked"'; ?>/>

\ No newline at end of file +
+ + + + + + + + + + + + + + + + + + + + +
+ : + + + +
+ : + + description); + if (isset($err['description'])) formerr($err['description']); + ?> +
: + timestart);?> + + timestart) ?> + +
+ : + +
+ duration == 0) echo 'checked="checked"'; ?>/> + +
+
+ duration == 1) echo 'checked="checked"'; ?>/> + + timestart + $form->timeduration);?> + + timestart + $form->timeduration) ?> + +
+
+ duration == 2) echo 'checked="checked"'; ?>/> + + + +
+

+

+ + + + +

+
+ diff --git a/calendar/event_new.html b/calendar/event_new.html index a4072ec8ae..7fec77dcda 100644 --- a/calendar/event_new.html +++ b/calendar/event_new.html @@ -1 +1,99 @@ -
:
: description); if (isset($err['description'])) formerr($err['description']); ?>
: timestart);?> timestart) ?>
:
duration == 0) echo 'checked="checked"'; ?>/>
duration == 1) echo 'checked="checked"'; ?>/> timestart + $form->timeduration);?> timestart + $form->timeduration) ?>
duration == 2) echo 'checked="checked"'; ?>/>
:
repeat == 0) echo 'checked="checked"'; ?>/>
repeat == 1) echo 'checked="checked"'; ?>/>

\ No newline at end of file +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ : + + + +
+ : + + description); + if (isset($err['description'])) formerr($err['description']); + ?> +
+ : + + timestart);?> + + timestart) ?> + +
+ : + +
+ duration == 0) echo 'checked="checked"'; ?>/> + +
+
+ duration == 1) echo 'checked="checked"'; ?>/> + + timestart + $form->timeduration);?> + + timestart + $form->timeduration) ?> + +
+
+ duration == 2) echo 'checked="checked"'; ?>/> + + + +
+
+ : + +
+ repeat == 0) echo 'checked="checked"'; ?>/> + +
+
+ repeat == 1) echo 'checked="checked"'; ?>/> + + + + +
+

+

+ + + + + + + + + +

+
+ -- 2.39.5