fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14357]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14357]
Date: Sat, 14 Nov 2015 00:12:56 +0000

Revision: 14357
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14357
Author:   nelson224
Date:     2015-11-14 00:12:55 +0000 (Sat, 14 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/frontend/templates/base/refurbishment.xsl

Modified: branches/dev-syncromind/frontend/templates/base/refurbishment.xsl
===================================================================
--- branches/dev-syncromind/frontend/templates/base/refurbishment.xsl   
2015-11-14 00:12:33 UTC (rev 14356)
+++ branches/dev-syncromind/frontend/templates/base/refurbishment.xsl   
2015-11-14 00:12:55 UTC (rev 14357)
@@ -1,8 +1,11 @@
 <xsl:template match="contract" xmlns:php="http://php.net/xsl";>
-    <div class="yui-navset" id="ticket_tabview">
-        <div class="yui-content">
-            Kontraktsinformasjon
-        </div>
-    </div>
-</xsl:template>
-
+       <xsl:variable name="location_id"><xsl:value-of 
select="location_id"/></xsl:variable>
+       <div class="pure-form pure-form-aligned">
+               <div id="tab-content">
+                       <xsl:value-of disable-output-escaping="yes" 
select="tabs" />
+                       <div id="{$location_id}">
+                               <em style="margin-left: 1em; float: 
left;"><xsl:value-of select="php:function('lang', 'not_implemented')"/></em>
+                       </div>
+               </div>
+       </div>
+</xsl:template>
\ No newline at end of file




reply via email to

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