fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14322]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14322]
Date: Wed, 11 Nov 2015 00:23:21 +0000

Revision: 14322
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14322
Author:   nelson224
Date:     2015-11-11 00:23:21 +0000 (Wed, 11 Nov 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/frontend/templates/base/ticketview.xsl
===================================================================
--- branches/dev-syncromind/frontend/templates/base/ticketview.xsl      
2015-11-10 22:50:48 UTC (rev 14321)
+++ branches/dev-syncromind/frontend/templates/base/ticketview.xsl      
2015-11-11 00:23:21 UTC (rev 14322)
@@ -12,12 +12,16 @@
         </xsl:choose>
     </table>
 
-    <div class="yui-navset" id="ticket_tabview">
-        <div class="yui-content">
-               <div id="ticketinfo">
+    <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
+       <xsl:variable name="location_id"><xsl:value-of 
select="location_id"/></xsl:variable>
+       
+       <form id="form" name="form" method="post" action="{$form_action}" 
class="pure-form pure-form-aligned">
+               <div id="tab-content">
+                       <xsl:value-of disable-output-escaping="yes" 
select="tabs" />
+                       <div id="{$location_id}">
                        <ul style="margin: 2em;">
                                <li style="margin-bottom: 1em;">
-                                       <a 
href="?menuaction=frontend.uihelpdesk.index"> &lt;&lt; <xsl:value-of 
select="php:function('lang', 'show_all_tickets')"/></a>
+                                       <a href="{helpdesklist}"> &lt;&lt; 
<xsl:value-of select="php:function('lang', 'show_all_tickets')"/></a>
                                </li>
                                <li>
                                        <ul>
@@ -78,7 +82,7 @@
                        </ul>
                </div>
         </div>
-    </div>
+    </form>
 </xsl:template>
 
 




reply via email to

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