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.5,1.6 list.xs


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.5,1.6 list.xsl,1.7,1.8
Date: Thu, 26 Sep 2002 21:08:47 -0400

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

Modified Files:
        form.xsl list.xsl 
Log Message:
update xsl functions

Index: form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/form.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** form.xsl    26 Sep 2002 01:49:46 -0000      1.5
--- form.xsl    27 Sep 2002 01:08:44 -0000      1.6
***************
*** 3,7 ****
        <xsl:template match="form_data">
                <xsl:call-template name="app_header"/>
!               <table border="0" cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <tr>
                                <td colspan="2" align="center">
--- 3,7 ----
        <xsl:template match="form_data">
                <xsl:call-template name="app_header"/>
!               <table cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <tr>
                                <td colspan="2" align="center">
***************
*** 16,20 ****
                                </td>
                                <td>
!                                       <select name="values[cat]">
                                                <xsl:call-template 
name="cat_select"/>
                                        </select>
--- 16,20 ----
                                </td>
                                <td>
!                                       <select name="values[cat]" 
class="forms">
                                                <xsl:call-template 
name="cat_select"/>
                                        </select>
***************
*** 47,51 ****
                                <td>
                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
!                                       <input type="submit" 
name="values[save]" value="{$lang_save}"/>
                                </td>
                        </tr>
--- 47,51 ----
                                <td>
                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
!                                       <input type="submit" class="forms" 
name="values[save]" value="{$lang_save}"/>
                                </td>
                        </tr>
***************
*** 56,60 ****
                                        <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}"/>
                                        </form>
                                </td>
--- 56,60 ----
                                        <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
                                        <form method="post" 
action="{$done_action}">
!                                       <input type="submit" class="forms" 
name="done" value="{$lang_done}"/>
                                        </form>
                                </td>

Index: list.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/list.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** list.xsl    27 Sep 2002 00:15:39 -0000      1.7
--- list.xsl    27 Sep 2002 01:08:44 -0000      1.8
***************
*** 3,7 ****
        <xsl:template match="list">
                <xsl:call-template name="app_header"/>
!               <table border="0" cellpadding="2" cellspacing="4" width="80%" 
align="center">
                        <tr>
                                <td>
--- 3,7 ----
        <xsl:template match="list">
                <xsl:call-template name="app_header"/>
!               <table width="80%" cellpadding="2" cellspacing="2" 
align="center">
                        <tr>
                                <td>
***************
*** 16,20 ****
                        </tr>
                </table>
!               <table border="0" cellpadding="2" cellspacing="2" width="80%" 
align="center">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>
--- 16,20 ----
                        </tr>
                </table>
!               <table width="80%" cellpadding="2" cellspacing="2" 
align="center">
                                <xsl:apply-templates select="table_header"/>
                                <xsl:apply-templates select="values"/>





reply via email to

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