fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16112] adjust column selector


From: sigurdne
Subject: [Fmsystem-commits] [16112] adjust column selector
Date: Fri, 23 Dec 2016 12:35:03 +0000 (UTC)

Revision: 16112
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16112
Author:   sigurdne
Date:     2016-12-23 12:35:03 +0000 (Fri, 23 Dec 2016)
Log Message:
-----------
adjust column selector

Modified Paths:
--------------
    trunk/property/inc/class.uitts.inc.php
    trunk/property/templates/base/columns.xsl

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2016-12-23 10:16:45 UTC (rev 
16111)
+++ trunk/property/inc/class.uitts.inc.php      2016-12-23 12:35:03 UTC (rev 
16112)
@@ -998,7 +998,7 @@
                                                                'value' => 
lang('columns'),
                                                                'href' => '#',
                                                                'class' => '',
-                                                               'onclick' => 
"JqueryPortico.openPopup({menuaction:'property.uitts.columns'}, 
{closeAction:'reload'})"
+                                                               'onclick' => 
"JqueryPortico.openPopup({menuaction:'property.uitts.columns'}, 
{closeAction:'reload', height: 500})"
                                                        ),
                                                )
                                        )

Modified: trunk/property/templates/base/columns.xsl
===================================================================
--- trunk/property/templates/base/columns.xsl   2016-12-23 10:16:45 UTC (rev 
16111)
+++ trunk/property/templates/base/columns.xsl   2016-12-23 12:35:03 UTC (rev 
16112)
@@ -10,7 +10,7 @@
 
 <!-- New template-->
 <xsl:template match="columns">
-       <div align="left">
+       <div class='body'>
                <form method="post" name="form" action="{form_action}" class= 
"pure-form pure-form-aligned">
                        <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                                <xsl:choose>
@@ -23,6 +23,13 @@
                                        </xsl:when>
                                </xsl:choose>
                        </table>
+                       <div class="proplist-col">
+                               <input type="submit" class="pure-button 
pure-button-primary" name="values[save]">
+                                       <xsl:attribute name="value">
+                                               <xsl:value-of 
select="php:function('lang', 'save')"/>
+                                       </xsl:attribute>
+                               </input>
+                       </div>
 
                        <fieldset>
                                <legend>
@@ -32,19 +39,6 @@
                                        <xsl:apply-templates 
select="column_list"/>
                                </div>
                        </fieldset>
-
-                       <tr height="50">
-                               <td>
-                                       <xsl:variable name="lang_save">
-                                               <xsl:value-of 
select="lang_save"/>
-                                       </xsl:variable>
-                                       <input type="submit" 
name="values[save]" value="{$lang_save}">
-                                               <xsl:attribute name="title">
-                                                       <xsl:value-of 
select="lang_save_statustext"/>
-                                               </xsl:attribute>
-                                       </input>
-                               </td>
-                       </tr>
                </form>
        </div>
 </xsl:template>




reply via email to

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