phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/templates/default users.xsl,1.4,1.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/templates/default users.xsl,1.4,1.5
Date: Sun, 27 Apr 2003 16:28:36 -0400

Update of /cvsroot/phpgroupware/admin/templates/default
In directory subversions:/tmp/cvs-serv22483/templates/default

Modified Files:
        users.xsl 
Log Message:
update

Index: users.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/users.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** users.xsl   27 Apr 2003 19:28:13 -0000      1.4
--- users.xsl   27 Apr 2003 20:28:34 -0000      1.5
***************
*** 141,146 ****
                                </td>
                                <td valign="top">
                                        <table border="0" width="100%">
-                                               <xsl:variable 
name="edit_url"><xsl:value-of select="edit_url"/></xsl:variable>
                                                <xsl:variable name="account_id" 
select="account_id"/>
                                                <xsl:variable 
name="account_lid" select="account_lid"/>
--- 141,147 ----
                                </td>
                                <td valign="top">
+                               <xsl:variable name="edit_url"><xsl:value-of 
select="edit_url"/></xsl:variable>
+                               <form method="POST" action="{$edit_url}">
                                        <table border="0" width="100%">
                                                <xsl:variable name="account_id" 
select="account_id"/>
                                                <xsl:variable 
name="account_lid" select="account_lid"/>
***************
*** 149,153 ****
                                                <xsl:variable 
name="account_passwd" select="account_passwd"/>
                                                <xsl:variable 
name="account_passwd_2" select="account_passwd_2"/>
-                                               <form action="{$edit_url}" 
method="POST">
                                                <input type="hidden" 
name="values[account_id]" value="{$account_id}"/>
                                                <tr class="row_on">
--- 150,153 ----
***************
*** 222,243 ****
                                                        </td>
                                                </tr>
! 
!                                               <tr>
!                                                       <td colspan="2">
                                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
                                                                <input 
type="submit" name="values[save]" value="{$lang_save}"/>
                                                        </td>
!                                               </tr>
!                                               </form>
!                                               <tr>
!                                               <xsl:variable 
name="cancel_url"><xsl:value-of select="cancel_url"/></xsl:variable>
!                                               <xsl:variable 
name="lang_done"><xsl:value-of select="lang_cancel"/></xsl:variable>
!                                               <form method="POST" 
action="{$cancel_url}">
!                                                       <td>
!                                                               <input 
type="submit" name="cancel" value="{$lang_cancel}"/>
                                                        </td>
-                                               </form>
                                                </tr>
                                        </table>
                                </td>
                        </tr>
--- 222,237 ----
                                                        </td>
                                                </tr>
!                                               <tr height="50" valign="bottom">
!                                                       <td colspan="3">
                                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
                                                                <input 
type="submit" name="values[save]" value="{$lang_save}"/>
                                                        </td>
!                                                       <td colspan="3" 
align="right">
!                                                               <xsl:variable 
name="lang_cancel"><xsl:value-of select="lang_cancel"/></xsl:variable>
!                                                               <input 
type="submit" name="values[cancel]" value="{$lang_cancel}"/>
                                                        </td>
                                                </tr>
                                        </table>
+                               </form>
                                </td>
                        </tr>





reply via email to

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