fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13298] uiorganization conversion


From: Alejandro
Subject: [Fmsystem-commits] [13298] uiorganization conversion
Date: Wed, 27 May 2015 22:48:22 +0000

Revision: 13298
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13298
Author:   nudrick
Date:     2015-05-27 22:48:22 +0000 (Wed, 27 May 2015)
Log Message:
-----------
uiorganization conversion

Modified Paths:
--------------
    branches/dev-syncromind/booking/templates/base/organization.xsl

Modified: branches/dev-syncromind/booking/templates/base/organization.xsl
===================================================================
--- branches/dev-syncromind/booking/templates/base/organization.xsl     
2015-05-27 22:44:24 UTC (rev 13297)
+++ branches/dev-syncromind/booking/templates/base/organization.xsl     
2015-05-27 22:48:22 UTC (rev 13298)
@@ -12,7 +12,10 @@
                     <xsl:value-of select="organization/name"/>
             </li>
         </ul-->
-               <form class= "pure-form pure-form-aligned">
+               <xsl:variable name="edit_action">
+                       <xsl:value-of select="organization/edit_link"/>
+               </xsl:variable>
+               <form class= "pure-form pure-form-aligned" 
action="{$edit_action}" method="post" id="form" name="form">
                        <input type="hidden" name="tab" value=""/>
                        <div id="tab-content">
                                <xsl:value-of disable-output-escaping="yes" 
select="organization/tabs"/>




reply via email to

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