fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13166] alarm.xsl


From: Saul
Subject: [Fmsystem-commits] [13166] alarm.xsl
Date: Thu, 07 May 2015 23:13:22 +0000

Revision: 13166
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13166
Author:   psaul
Date:     2015-05-07 23:13:21 +0000 (Thu, 07 May 2015)
Log Message:
-----------
alarm.xsl

Modified Paths:
--------------
    branches/dev-syncromind/property/templates/base/alarm.xsl

Modified: branches/dev-syncromind/property/templates/base/alarm.xsl
===================================================================
--- branches/dev-syncromind/property/templates/base/alarm.xsl   2015-05-07 
23:13:04 UTC (rev 13165)
+++ branches/dev-syncromind/property/templates/base/alarm.xsl   2015-05-07 
23:13:21 UTC (rev 13166)
@@ -252,15 +252,15 @@
                     <div id="general">
                             <form name="form" class="pure-form 
pure-form-aligned" method="post" action="{$edit_url}">
                                     <table cellpadding="2" cellspacing="2" 
width="79%" align="center">
+                                        <dl>
                                             <xsl:choose>
                                                     <xsl:when 
test="msgbox_data != ''">
-                                                            <tr>
-                                                                    <td 
align="left" colspan="3">
+                                                            <dt>
                                                                             
<xsl:call-template name="msgbox"/>
-                                                                    </td>
-                                                            </tr>
+                                                            </dt>
                                                     </xsl:when>
                                             </xsl:choose>
+                                        </dl>
                                             <xsl:choose>
                                                     <xsl:when 
test="value_async_id!=''">
                                                             <tr>
@@ -274,20 +274,20 @@
                                                     </xsl:when>
                                             </xsl:choose>
                                             <tr>
-                                                    <td align="left">
-                                                            <xsl:value-of 
select="lang_method"/>
-                                                    </td>
-                                                    <td align="left">
-                                                            <xsl:variable 
name="lang_method_statustext">
-                                                                    
<xsl:value-of select="lang_method_statustext"/>
-                                                            </xsl:variable>
-                                                            <select 
name="values[method_id]" class="forms" 
onMouseover="window.status='{$lang_method_statustext}'; return true;" 
onMouseout="window.status='';return true;">
-                                                                    <option 
value="">
-                                                                            
<xsl:value-of select="lang_no_method"/>
-                                                                    </option>
-                                                                    
<xsl:apply-templates select="method_list"/>
-                                                            </select>
-                                                    </td>
+                                                <td align="left">
+                                                        <xsl:value-of 
select="lang_method"/>
+                                                </td>
+                                                <td align="left">
+                                                    <xsl:variable 
name="lang_method_statustext">
+                                                            <xsl:value-of 
select="lang_method_statustext"/>
+                                                    </xsl:variable>
+                                                    <select 
name="values[method_id]" class="forms" 
onMouseover="window.status='{$lang_method_statustext}'; return true;" 
onMouseout="window.status='';return true;">
+                                                            <option value="">
+                                                                    
<xsl:value-of select="lang_no_method"/>
+                                                            </option>
+                                                            
<xsl:apply-templates select="method_list"/>
+                                                    </select>
+                                                </td>
                                             </tr>
                                             <tr>
                                                     <td align="left" 
valign="top">




reply via email to

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