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.8,1.9


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default app_data.xsl,1.8,1.9
Date: Sun, 27 Apr 2003 15:28:00 -0400

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

Modified Files:
        app_data.xsl 
Log Message:
update

Index: app_data.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/app_data.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** app_data.xsl        27 Apr 2003 13:14:38 -0000      1.8
--- app_data.xsl        27 Apr 2003 19:27:58 -0000      1.9
***************
*** 144,153 ****
                                <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>
                                        <xsl:value-of select="lang_category"/>
                                </td>
--- 144,153 ----
                                <xsl:when test="msgbox_data != ''">
                                        <tr>
!                                               <td align="center" 
colspan="3"><xsl:call-template name="msgbox"/></td>
                                        </tr>
                                </xsl:when>
                        </xsl:choose>
                        <tr class="row_off">
!                               <td colspan="2">
                                        <xsl:value-of select="lang_category"/>
                                </td>
***************
*** 157,161 ****
                        </tr>
                        <tr class="row_on">
!                               <td valign="top">
                                        <xsl:value-of select="lang_content"/>
                                </td>
--- 157,161 ----
                        </tr>
                        <tr class="row_on">
!                               <td valign="top" colspan="2">
                                        <xsl:value-of select="lang_content"/>
                                </td>
***************
*** 172,176 ****
                        </tr>
                        <tr class="row_off">
!                               <td>
                                        <xsl:value-of select="lang_access"/>
                                </td>
--- 172,176 ----
                        </tr>
                        <tr class="row_off">
!                               <td colspan="2">
                                        <xsl:value-of select="lang_access"/>
                                </td>
***************
*** 198,205 ****
                                </td>
                        </tr>
-               </table>
-               <table cellpadding="2" cellspacing="2" width="79%" 
align="center">
                        <tr height="50">
!                               <td width="33%">
                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
                                        <input type="submit" 
name="values[save]" value="{$lang_save}" onMouseout="window.status='';return 
true;">
--- 198,203 ----
                                </td>
                        </tr>
                        <tr height="50">
!                               <td valign="bottom">
                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
                                        <input type="submit" 
name="values[save]" value="{$lang_save}" onMouseout="window.status='';return 
true;">
***************
*** 211,215 ****
                                        </input>
                                </td>
!                               <td width="33%">
                                        <xsl:variable 
name="lang_apply"><xsl:value-of select="lang_apply"/></xsl:variable>
                                        <input type="submit" 
name="values[apply]" value="{$lang_apply}" onMouseout="window.status='';return 
true;">
--- 209,213 ----
                                        </input>
                                </td>
!                               <td valign="bottom">
                                        <xsl:variable 
name="lang_apply"><xsl:value-of select="lang_apply"/></xsl:variable>
                                        <input type="submit" 
name="values[apply]" value="{$lang_apply}" onMouseout="window.status='';return 
true;">
***************
*** 221,225 ****
                                        </input>
                                </td>
!                               <td width="33%" align="right">
                                        <xsl:variable 
name="lang_cancel"><xsl:value-of select="lang_cancel"/></xsl:variable>
                                        <input type="submit" 
name="values[cancel]" value="{$lang_cancel}" 
onMouseout="window.status='';return true;">
--- 219,223 ----
                                        </input>
                                </td>
!                               <td align="right" valign="bottom">
                                        <xsl:variable 
name="lang_cancel"><xsl:value-of select="lang_cancel"/></xsl:variable>
                                        <input type="submit" 
name="values[cancel]" value="{$lang_cancel}" 
onMouseout="window.status='';return true;">
***************
*** 231,235 ****
                                        </input>
                                </td>
- 
                        </tr>
                </table>
--- 229,232 ----





reply via email to

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