phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.1,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.1,1.2
Date: Sun, 22 Sep 2002 20:37:17 -0400

Update of /cvsroot/phpgroupware/notes/templates/default
In directory subversions:/tmp/cvs-serv8424/templates/default

Modified Files:
        form.xsl 
Log Message:
update

Index: form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/form.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** form.xsl    22 Sep 2002 23:04:12 -0000      1.1
--- form.xsl    23 Sep 2002 00:37:14 -0000      1.2
***************
*** 9,12 ****
--- 9,17 ----
        <xsl:template match="form_data">
                <table border="0" cellpadding="2" cellspacing="2" width="50%" 
align="center">
+                       <tr>
+                               <td colspan="2" align="center">
+                                       <xsl:value-of select="message"/>
+                               </td>
+                       </tr>
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                        <form method="post" action="{$form_action}">
***************
*** 33,36 ****
--- 38,44 ----
                                        <input type="submit" 
name="values[save]" value="{$lang_save}"/>
                                </td>
+                       </tr>
+                       </form>
+                       <tr>
                                <td>
                                        <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
***************
*** 41,45 ****
                                </td>
                        </tr>
-                       </form>
                </table>
        </xsl:template>
--- 49,52 ----





reply via email to

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