phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default app_data.xsl,1.6,1.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default app_data.xsl,1.6,1.7
Date: Sun, 27 Apr 2003 07:49:37 -0400

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

Modified Files:
        app_data.xsl 
Log Message:
update add/edit

Index: app_data.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/app_data.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** app_data.xsl        23 Apr 2003 01:09:15 -0000      1.6
--- app_data.xsl        27 Apr 2003 11:49:34 -0000      1.7
***************
*** 144,149 ****
                                </td>
                        </tr>
!                       <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
!                       <form method="post" action="{$form_action}">
                        <tr>
                                <td>
--- 144,149 ----
                                </td>
                        </tr>
!                       <xsl:variable name="edit_url"><xsl:value-of 
select="edit_url"/></xsl:variable>
!                       <form method="post" action="{$edit_url}">
                        <tr>
                                <td>
***************
*** 211,221 ****
                        <tr>
                                <td>
!                                       <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
!                                       <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
!                                       <form method="post" 
action="{$done_action}">
!                                               <input type="submit" 
name="done" value="{$lang_done}" onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_done_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
--- 211,221 ----
                        <tr>
                                <td>
!                                       <xsl:variable 
name="cancel_url"><xsl:value-of select="cancel_url"/></xsl:variable>
!                                       <xsl:variable 
name="lang_cancel"><xsl:value-of select="lang_cancel"/></xsl:variable>
!                                       <form method="post" 
action="{$cancel_url}">
!                                               <input type="submit" 
name="cancel" value="{$lang_cancel}" onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_cancel_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
***************
*** 231,234 ****
--- 231,241 ----
        <xsl:template match="view">
                <table cellpadding="2" cellspacing="2" width="79%" 
align="center">
+                       <xsl:choose>
+                               <xsl:when test="msgbox_data != ''">
+                                       <tr>
+                                               <td align="center" 
colspan="2"><xsl:call-template name="msgbox"/></td>
+                                       </tr>
+                               </xsl:when>
+                       </xsl:choose>
                        <tr class="row_off">
                                <td width="19%">





reply via email to

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