fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14442]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14442]
Date: Fri, 20 Nov 2015 20:39:02 +0000

Revision: 14442
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14442
Author:   nelson224
Date:     2015-11-20 20:39:02 +0000 (Fri, 20 Nov 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/frontend/templates/base/helpdesk.xsl
===================================================================
--- branches/dev-syncromind/frontend/templates/base/helpdesk.xsl        
2015-11-20 20:38:47 UTC (rev 14441)
+++ branches/dev-syncromind/frontend/templates/base/helpdesk.xsl        
2015-11-20 20:39:02 UTC (rev 14442)
@@ -102,14 +102,14 @@
 </xsl:template>
 
 <xsl:template match="add_ticket" xmlns:php="http://php.net/xsl";>
+
+       <xsl:choose>
+               <xsl:when test="msgbox_data != ''">
+                       <xsl:call-template name="msgbox"/>
+               </xsl:when>
+       </xsl:choose>
+               
     <form ENCTYPE="multipart/form-data" name="form" method="post" 
action="{form_action}">
-               
-               <xsl:choose>
-                       <xsl:when test="msgbox_data != ''">
-                               <xsl:call-template name="msgbox"/>
-                       </xsl:when>
-           </xsl:choose>
-   
         <div id="tab-content">
                        <xsl:value-of disable-output-escaping="yes" 
select="tabs" />
                        <div id="details">
@@ -142,7 +142,7 @@
                                                        <label>
                                                                <xsl:value-of 
select="php:function('lang', 'description')" />
                                                        </label>
-                                                       <textarea cols="60" 
rows="10" name="values[description]" wrap="virtual" 
onMouseout="window.status='';return true;">
+                                                       <textarea cols="50" 
rows="10" name="values[description]" wrap="virtual" 
onMouseout="window.status='';return true;">
                                                                <xsl:value-of 
select="description"/>
                                                        </textarea>
                                                </div>
@@ -163,7 +163,7 @@
                                                        </label>
                                                </div>
                                        </div>
-                                       <div class="attributes">
+                                       <div class="ticket_content attributes">
                                                <xsl:apply-templates 
select="custom_attributes/attributes"/>
                                        </div>
                                </xsl:if>




reply via email to

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