phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default standard_entity.xsl,


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default standard_entity.xsl,1.1,1.2
Date: Sat, 14 Dec 2002 04:00:19 -0500

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv24839/templates/default

Modified Files:
        standard_entity.xsl 
Log Message:
no message

Index: standard_entity.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/standard_entity.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** standard_entity.xsl 13 Dec 2002 18:13:34 -0000      1.1
--- standard_entity.xsl 14 Dec 2002 09:00:16 -0000      1.2
***************
*** 334,337 ****
--- 334,346 ----
                                </td>
                        </tr>
+ 
+                       <xsl:for-each select="error" >
+                       <tr>
+                               <td colspan="2" align="center">
+                                       <xsl:value-of select="msg"/>
+                               </td>
+                       </tr>
+                       </xsl:for-each>
+                       
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                        <form method="post" action="{$form_action}">




reply via email to

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