fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16665] formatting


From: sigurdne
Subject: [Fmsystem-commits] [16665] formatting
Date: Tue, 2 May 2017 04:12:24 -0400 (EDT)

Revision: 16665
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16665
Author:   sigurdne
Date:     2017-05-02 04:12:23 -0400 (Tue, 02 May 2017)
Log Message:
-----------
formatting

Modified Paths:
--------------
    trunk/phpgwapi/templates/pure/js/mmenu.js
    trunk/property/inc/class.bolocation.inc.php
    trunk/property/templates/base/location_form.xsl
    trunk/property/templates/base/location_form2.xsl

Modified: trunk/phpgwapi/templates/pure/js/mmenu.js
===================================================================
--- trunk/phpgwapi/templates/pure/js/mmenu.js   2017-05-02 07:54:59 UTC (rev 
16664)
+++ trunk/phpgwapi/templates/pure/js/mmenu.js   2017-05-02 08:12:23 UTC (rev 
16665)
@@ -139,9 +139,9 @@
                {
                        
$(this).removeClass('pure-input-1-2').addClass('pure-input-1');
                });
-               $('.pure-u-3-5').each(function (i, obj)
+               $('.pure-u-3-4').each(function (i, obj)
                {
-                       
$(this).removeClass('pure-u-3-5').addClass('pure-u-5-6');
+                       
$(this).removeClass('pure-u-3-4').addClass('pure-u-5-6');
                });
 
        })

Modified: trunk/property/inc/class.bolocation.inc.php
===================================================================
--- trunk/property/inc/class.bolocation.inc.php 2017-05-02 07:54:59 UTC (rev 
16664)
+++ trunk/property/inc/class.bolocation.inc.php 2017-05-02 08:12:23 UTC (rev 
16665)
@@ -452,7 +452,7 @@
                                                
$location['location'][$i]['extra'][0]['readonly'] = true;
                                                $input_name[] = 
$location['location'][$i]['extra'][0]['input_name'];
                                                
$location['location'][$i]['extra'][0]['size'] = 30;
-                                               
$location['location'][$i]['extra'][0]['class'] = 'pure-u-3-5';
+                                               
$location['location'][$i]['extra'][0]['class'] = 'pure-u-3-4';
                                                
$location['location'][$i]['extra'][0]['lookup_function_call'] = $_lookup_link ? 
"lookup_loc{$config[$j]['location_type']}()" : '';
                                                
$location['location'][$i]['extra'][0]['value'] = 
(isset($data['values']['street_name']) ? $data['values']['street_name'] : '');
 
@@ -601,7 +601,7 @@
                                        $input_name_entity[] = 
$location['location'][$i]['extra'][0]['input_name'];
                                        
$location['location'][$i]['extra'][0]['input_type'] = 'text';
                                        
$location['location'][$i]['extra'][0]['size'] = 30;
-                                       
$location['location'][$i]['extra'][0]['class'] = 'pure-u-3-5';
+                                       
$location['location'][$i]['extra'][0]['class'] = 'pure-u-3-4';
                                        
$location['location'][$i]['extra'][0]['lookup_function_call'] = 
'lookup_entity_' . $entity['id'] . '()';
                                        
$location['location'][$i]['extra'][0]['is_entity'] = true;
 

Modified: trunk/property/templates/base/location_form.xsl
===================================================================
--- trunk/property/templates/base/location_form.xsl     2017-05-02 07:54:59 UTC 
(rev 16664)
+++ trunk/property/templates/base/location_form.xsl     2017-05-02 08:12:23 UTC 
(rev 16665)
@@ -60,7 +60,7 @@
                                        <div>
                                                <xsl:if test="input_type != 
'hidden'">
                                                        <xsl:attribute 
name="class">
-                                                               
<xsl:text>pure-u-3-5</xsl:text>
+                                                               
<xsl:text>pure-u-3-4</xsl:text>
                                                        </xsl:attribute>
                                                </xsl:if>
                                                <xsl:if test="class != ''">

Modified: trunk/property/templates/base/location_form2.xsl
===================================================================
--- trunk/property/templates/base/location_form2.xsl    2017-05-02 07:54:59 UTC 
(rev 16664)
+++ trunk/property/templates/base/location_form2.xsl    2017-05-02 08:12:23 UTC 
(rev 16665)
@@ -60,7 +60,7 @@
                                        <div>
                                                <xsl:if test="input_type != 
'hidden'">
                                                        <xsl:attribute 
name="class">
-                                                               
<xsl:text>pure-u-3-5</xsl:text>
+                                                               
<xsl:text>pure-u-3-4</xsl:text>
                                                        </xsl:attribute>
                                                </xsl:if>
                                                <xsl:if test="class != ''">




reply via email to

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