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.3,1.4


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.3,1.4
Date: Wed, 25 Sep 2002 00:05:11 -0400

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

Modified Files:
        form.xsl 
Log Message:
update xsl version

Index: form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/form.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** form.xsl    23 Sep 2002 17:02:59 -0000      1.3
--- form.xsl    25 Sep 2002 04:05:06 -0000      1.4
***************
*** 8,12 ****
  
        <xsl:template match="form_data">
!               <table border="0" cellpadding="2" cellspacing="2" width="50%" 
align="center">
                        <tr>
                                <td colspan="2" align="center">
--- 8,12 ----
  
        <xsl:template match="form_data">
!               <table border="0" cellpadding="2" cellspacing="2" width="80%" 
align="center">
                        <tr>
                                <td colspan="2" align="center">
***************
*** 16,19 ****
--- 16,29 ----
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                        <form method="post" action="{$form_action}">
+                       <tr>
+                               <td>
+                                       <xsl:value-of select="lang_category"/>
+                               </td>
+                               <td>
+                                       <select name="values[cat]">
+                                               <xsl:call-template 
name="cat_select"/>
+                                       </select>
+                               </td>
+                       </tr>
                        <tr>
                                <td valign="top">





reply via email to

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