fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14842] booking date handling


From: Sigurd Nes
Subject: [Fmsystem-commits] [14842] booking date handling
Date: Wed, 16 Mar 2016 10:07:32 +0000

Revision: 14842
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14842
Author:   sigurdne
Date:     2016-03-16 10:07:32 +0000 (Wed, 16 Mar 2016)
Log Message:
-----------
booking date handling

Modified Paths:
--------------
    trunk/booking/inc/class.uiapplication.inc.php
    trunk/booking/templates/base/css/base.css

Modified: trunk/booking/inc/class.uiapplication.inc.php
===================================================================
--- trunk/booking/inc/class.uiapplication.inc.php       2016-03-16 08:52:43 UTC 
(rev 14841)
+++ trunk/booking/inc/class.uiapplication.inc.php       2016-03-16 10:07:32 UTC 
(rev 14842)
@@ -962,8 +962,6 @@
                                        
unset($application['frontend_modified']);
                                }
 
-                               $errors = $this->validate($application);
-
                                foreach ($_POST['from_'] as &$from)
                                {
                                        $from = date("Y-m-d H:i:s", 
phpgwapi_datetime::date_to_timestamp($from));
@@ -975,6 +973,7 @@
 
                                $application['dates'] = array_map(array(self, 
'_combine_dates'), $_POST['from_'], $_POST['to_']);
 
+                               $errors = $this->validate($application);
 
                                if (!$errors)
                                {

Modified: trunk/booking/templates/base/css/base.css
===================================================================
--- trunk/booking/templates/base/css/base.css   2016-03-16 08:52:43 UTC (rev 
14841)
+++ trunk/booking/templates/base/css/base.css   2016-03-16 10:07:32 UTC (rev 
14842)
@@ -262,7 +262,9 @@
     width: 25px;
     height: 15px;
     cursor: pointer;
-    color: white;
+    color: black;
+    font-weight: normal;
+    font-size: 400%;
 }
 
 #agegroup {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]