fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12943] validation for entity class


From: Alejandro
Subject: [Fmsystem-commits] [12943] validation for entity class
Date: Thu, 02 Apr 2015 00:45:53 +0000

Revision: 12943
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12943
Author:   nudrick
Date:     2015-04-02 00:45:52 +0000 (Thu, 02 Apr 2015)
Log Message:
-----------
validation for entity class

Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/entity.xsl

Modified: branches/dev-syncromind/property/templates/base/entity.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/entity.xsl  2015-04-01 
23:16:02 UTC (rev 12942)
+++ branches/dev-syncromind/property/templates/base/entity.xsl  2015-04-02 
00:45:52 UTC (rev 12943)
@@ -45,7 +45,7 @@
                                                <xsl:value-of 
select="php:function('lang', 'edit inventory')" />
                                        </legend>
 
-                                       <xsl:call-template 
name="location_view"/>
+                                       <xsl:call-template 
name="location_view2"/>
 
                                        <xsl:choose>
                                                <xsl:when test="msgbox_data != 
''">
@@ -178,7 +178,7 @@
                                        </xsl:choose>
                                </dl>
                                <fieldset>
-                                       <xsl:call-template 
name="location_form"/>
+                                       <xsl:call-template 
name="location_form2"/>
                                        <div class="pure-control-group">
                                                <label><xsl:value-of 
select="php:function('lang', 'id')" /></label>
                                                <xsl:value-of select="item_id"/>
@@ -449,7 +449,7 @@
                                <div id="tab-content">
                                        <xsl:value-of 
disable-output-escaping="yes" select="tabs"/>
                                        <xsl:choose>
-                                               <xsl:when 
test="location_data!=''">
+                                               <xsl:when 
test="location_data2!=''">
                                                        <div id="location">
                                                                <fieldset>
                                                                        
<xsl:choose>
@@ -479,10 +479,10 @@
                                                                                
                        </div>
                                                                                
                </xsl:when>
                                                                                
        </xsl:choose>
-                                                                               
        <xsl:call-template name="location_form"/>
+                                                                               
        <xsl:call-template name="location_form2"/>
                                                                                
</xsl:when>
                                                                                
<xsl:otherwise>
-                                                                               
        <xsl:call-template name="location_view"/>
+                                                                               
        <xsl:call-template name="location_view2"/>
                                                                                
</xsl:otherwise>
                                                                        
</xsl:choose>
                                                                        
<xsl:apply-templates select="attributes_general/attributes"/>




reply via email to

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