From 1376b657e912aa58df061c3ed9b13ac6383d1ac6 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sun, 1 Jan 2017 14:49:53 +0100 Subject: [PATCH] replace table by divs in form --- views/bootstrap/class.EditEvent.php | 71 +++++++++++++++-------------- 1 file changed, 37 insertions(+), 34 deletions(-) diff --git a/views/bootstrap/class.EditEvent.php b/views/bootstrap/class.EditEvent.php index c6e14f0c5..229526cbc 100644 --- a/views/bootstrap/class.EditEvent.php +++ b/views/bootstrap/class.EditEvent.php @@ -84,43 +84,46 @@ $(document).ready(function() { $this->contentContainerStart(); ?> -
+ - "> + "> - - - - - - - - - - - - - - - - - - - - - -
:printDateChooser($event["start"], "from");?> - " data-date-format="yyyy-mm-dd"> - "> - - -
:printDateChooser($event["stop"], "to");?> - " data-date-format="yyyy-mm-dd"> - "> - - -
:" size="60">
:
+
+ +
+ printDateChooser($event["start"], "from");?> + " data-date-format="yyyy-mm-dd"> + "> + + +
+
+
+ +
+ printDateChooser($event["stop"], "to");?> + " data-date-format="yyyy-mm-dd"> + "> + + +
+
+
+ +
+ " size="60"> +
+
+
+ +
+ +
+
+
+ +
contentContainerEnd();