fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12514]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12514]
Date: Mon, 29 Dec 2014 23:32:43 +0000

Revision: 12514
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12514
Author:   nelson224
Date:     2014-12-29 23:32:42 +0000 (Mon, 29 Dec 2014)
Log Message:
-----------


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  2014-12-29 
23:32:25 UTC (rev 12513)
+++ branches/dev-syncromind/property/templates/base/entity.xsl  2014-12-29 
23:32:42 UTC (rev 12514)
@@ -20,17 +20,6 @@
 
        <!-- edit inventory -->
        <xsl:template xmlns:php="http://php.net/xsl"; match="edit_inventory">
-               <script type="text/javascript">
-                       function edit_inventory()
-                       {
-                               var location_id = '<xsl:value-of 
select="location_id"/>';
-                               var item_id = '<xsl:value-of 
select="item_id"/>';
-                               document.form.submit();
-               //              parent.refresh_inventory(location_id, item_id);
-                               parent.TINY.box.hide();
-                       }
-               </script>
-
                <fieldset>
                        <xsl:variable name="action_url">
                                <xsl:value-of 
select="php:function('get_phpgw_link', '/index.php', 
'menuaction:property.uientity.edit_inventory')" />
@@ -300,9 +289,6 @@
                                </script>
                        </xsl:when>
                </xsl:choose>
-               <script type="text/javascript">
-                       var base_java_url = <xsl:value-of 
select="base_java_url"/>;
-               </script>
                
                <div id="entity_edit_tabview">
                        
@@ -554,8 +540,8 @@
                                                                        
#treeDiv1 { background: #fff; padding:1em; margin-top:1em; }
                                                                </style>
                                                                <script 
type="text/javascript">
-                                                                       var 
documents = <xsl:value-of select="documents"/>;
-                                                                       var 
requestUrlDoc = <xsl:value-of select="requestUrlDoc"/>;
+                                                                       
documents = <xsl:value-of select="documents"/>;
+                                                                       
requestUrlDoc = <xsl:value-of select="requestUrlDoc"/>;
                                                                </script>
                                                                <fieldset>
                                                                <!-- markup for 
expand/contract links -->




reply via email to

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