phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/skins/default/select_permission.xsl, 1.1.1.3


From: nomail
Subject: [Phpgroupware-cvs] property/skins/default/select_permission.xsl, 1.1.1.3
Date: Fri, 21 May 2004 16:58:29 -0000

Update of /property/skins/default
Modified Files:
        Branch: 
          select_permission.xsl

date: 2004/04/23 21:26:43;  author: sigurdne;  state: Exp;  lines: +30 -30

Log Message:
no message
=====================================================================
Index: property/skins/default/select_permission.xsl
diff -u property/skins/default/select_permission.xsl:1.1.1.2 
property/skins/default/select_permission.xsl:1.1.1.3
--- property/skins/default/select_permission.xsl:1.1.1.2        Fri Apr 23 
20:31:15 2004
+++ property/skins/default/select_permission.xsl        Fri Apr 23 21:26:43 2004
@@ -1,30 +1,30 @@
-<?xml version="1.0"?>  
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
-<xsl:output indent="yes"/>
-<!-- $Id$ -->
-
-       <xsl:template name="select_permission">
-               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
-               <xsl:variable name="select_name_permission"><xsl:value-of 
select="select_name_permission"/></xsl:variable>
-                       <select name="{$select_name_permission}" 
onMouseout="window.status='';return true;">
-                               <xsl:attribute name="onMouseover">
-                                       <xsl:text>window.status='</xsl:text>
-                                               <xsl:value-of 
select="lang_permission_statustext"/>
-                                       <xsl:text>'; return true;</xsl:text>
-                               </xsl:attribute>
-                               <option value=""><xsl:value-of 
select="lang_no_permission"/></option>
-                                       <xsl:for-each 
select="permission_list/permission_list_item">
-                                               <xsl:variable name="id" 
select="id" />
-                                               <xsl:choose>
-                                                       <xsl:when 
test="selected">
-                                                               <option 
value="{$id}" selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="descr"/></option>
-                                                       </xsl:when>
-                                                       <xsl:otherwise>
-                                                               <option 
value="{$id}"><xsl:value-of disable-output-escaping="yes" 
select="descr"/></option>
-                                                       </xsl:otherwise>
-                                               </xsl:choose>
-                                       </xsl:for-each> 
-
-                       </select>
-       </xsl:template>
-</xsl:stylesheet>
+<?xml version="1.0"?>  
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
+<xsl:output indent="yes"/>
+<!-- $Id$ -->
+
+       <xsl:template name="select_permission">
+               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
+               <xsl:variable name="select_name_permission"><xsl:value-of 
select="select_name_permission"/></xsl:variable>
+                       <select name="{$select_name_permission}" 
onMouseout="window.status='';return true;">
+                               <xsl:attribute name="onMouseover">
+                                       <xsl:text>window.status='</xsl:text>
+                                               <xsl:value-of 
select="lang_permission_statustext"/>
+                                       <xsl:text>'; return true;</xsl:text>
+                               </xsl:attribute>
+                               <option value=""><xsl:value-of 
select="lang_no_permission"/></option>
+                                       <xsl:for-each 
select="permission_list/permission_list_item">
+                                               <xsl:variable name="id" 
select="id" />
+                                               <xsl:choose>
+                                                       <xsl:when 
test="selected">
+                                                               <option 
value="{$id}" selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="descr"/></option>
+                                                       </xsl:when>
+                                                       <xsl:otherwise>
+                                                               <option 
value="{$id}"><xsl:value-of disable-output-escaping="yes" 
select="descr"/></option>
+                                                       </xsl:otherwise>
+                                               </xsl:choose>
+                                       </xsl:for-each> 
+
+                       </select>
+       </xsl:template>
+</xsl:stylesheet>




reply via email to

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