fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16950] error handling


From: sigurdne
Subject: [Fmsystem-commits] [16950] error handling
Date: Thu, 3 Aug 2017 07:15:04 -0400 (EDT)

Revision: 16950
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16950
Author:   sigurdne
Date:     2017-08-03 07:15:04 -0400 (Thu, 03 Aug 2017)
Log Message:
-----------
error handling

Modified Paths:
--------------
    trunk/phpgwapi/templates/base/css/base.css
    trunk/property/inc/class.uigab.inc.php

Modified: trunk/phpgwapi/templates/base/css/base.css
===================================================================
--- trunk/phpgwapi/templates/base/css/base.css  2017-08-02 13:02:00 UTC (rev 
16949)
+++ trunk/phpgwapi/templates/base/css/base.css  2017-08-03 11:15:04 UTC (rev 
16950)
@@ -62,6 +62,9 @@
        color: #f00;
 }
 
+select.error, input.error {
+       margin: 0;
+}
 .msg
 {
        color: #f00;

Modified: trunk/property/inc/class.uigab.inc.php
===================================================================
--- trunk/property/inc/class.uigab.inc.php      2017-08-02 13:02:00 UTC (rev 
16949)
+++ trunk/property/inc/class.uigab.inc.php      2017-08-03 11:15:04 UTC (rev 
16950)
@@ -843,7 +843,7 @@
                                'no_link' => false, // disable lookup links for 
location type less than type_id
                                'tenant' => false,
                                'lookup_type' => $lookup_type,
-                               'required_level' => 3
+                               'required_level' => 2
                        ));
 
                        $link_data = array




reply via email to

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