phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/templates/default groups.xsl,1.3,1.4 user


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

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

Modified Files:
        groups.xsl users.xsl 
Log Message:
update

Index: groups.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/groups.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** groups.xsl  27 Apr 2003 00:47:33 -0000      1.3
--- groups.xsl  27 Apr 2003 19:28:13 -0000      1.4
***************
*** 84,120 ****
  
        <xsl:template match="group_add">
!                       <tr>
!                               <td height="50" valign="bottom">
                                        <xsl:choose>
                                                <xsl:when test="add_access = 
'yes'">
!                                                       <xsl:variable 
name="add_url"><xsl:value-of select="add_url"/></xsl:variable>
!                                                       <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
!                                                       <form method="post" 
action="{$add_url}">
!                                                               <input 
type="submit" name="add" value="{$lang_add}" 
onMouseout="window.status='';return true;">
!                                                                       
<xsl:attribute name="onMouseover">
!                                                                               
<xsl:text>window.status='</xsl:text>
!                                                                               
<xsl:value-of select="lang_add_statustext"/>
!                                                                               
<xsl:text>'; return true;</xsl:text>
!                                                                       
</xsl:attribute>
!                                                               </input>
!                                                       </form>
                                                </xsl:when>
                                        </xsl:choose>
                                </td>
!                       </tr>
!                       <tr>
!                               <td height="50" valign="bottom">
!                                       <xsl:variable 
name="done_url"><xsl:value-of select="done_url"/></xsl:variable>
!                                       <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
!                                       <form method="post" 
action="{$done_url}">
!                                               <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>
!                                               </input>
!                                       </form>
                                </td>
                        </tr>
        </xsl:template>
--- 84,115 ----
  
        <xsl:template match="group_add">
!                       <tr height="50">
!                       <xsl:variable name="action_url"><xsl:value-of 
select="action_url"/></xsl:variable>
!                       <form method="post" action="{$action_url}">
!                               <td valign="bottom">
                                        <xsl:choose>
                                                <xsl:when test="add_access = 
'yes'">
!                                               <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
!                                                       <input type="submit" 
name="add" value="{$lang_add}" onMouseout="window.status='';return true;">
!                                                               <xsl:attribute 
name="onMouseover">
!                                                                       
<xsl:text>window.status='</xsl:text>
!                                                                       
<xsl:value-of select="lang_add_statustext"/>
!                                                                       
<xsl:text>'; return true;</xsl:text>
!                                                               </xsl:attribute>
!                                                       </input>
                                                </xsl:when>
                                        </xsl:choose>
                                </td>
!                               <td align="right" valign="bottom" colspan="2">
!                               <xsl:variable name="lang_done"><xsl:value-of 
select="lang_done"/></xsl:variable>
!                                       <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>
!                                       </input>
                                </td>
+                       </form>
                        </tr>
        </xsl:template>
***************
*** 177,195 ****
                                                </tr>
                                                <tr>
!                                                       <td colspan="2" 
align="left">
                                                        <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_cancel"><xsl:value-of select="lang_cancel"/></xsl:variable>
!                                               <form method="POST" 
action="{$cancel_url}">
!                                                       <td align="left">
!                                                               <input 
type="submit" name="cancel" value="{$lang_cancel}"/>
                                                        </td>
-                                               </form>
                                                </tr>
                                        </table>
                                </td>
--- 172,185 ----
                                                </tr>
                                                <tr>
!                                                       <td>
                                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
                                                                <input 
type="submit" name="values[save]" value="{$lang_save}"/>
                                                        </td>
!                                                       <td 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>
+                                               </form>
                                        </table>
                                </td>

Index: users.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/users.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** users.xsl   27 Apr 2003 00:47:33 -0000      1.3
--- users.xsl   27 Apr 2003 19:28:13 -0000      1.4
***************
*** 96,133 ****
  
        <xsl:template match="user_add">
!                       <tr>
!                               <td height="50" valign="bottom">
!                                       <xsl:choose>
!                                               <xsl:when test="add_access = 
'yes'">
!                                                       <xsl:variable 
name="add_url"><xsl:value-of select="add_url"/></xsl:variable>
!                                                       <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
!                                                       <form method="post" 
action="{$add_url}">
!                                                               <input 
type="submit" name="add" value="{$lang_add}" 
onMouseout="window.status='';return true;">
!                                                                       
<xsl:attribute name="onMouseover">
!                                                                               
<xsl:text>window.status='</xsl:text>
!                                                                               
<xsl:value-of select="lang_add_statustext"/>
!                                                                               
<xsl:text>'; return true;</xsl:text>
!                                                                       
</xsl:attribute>
!                                                               </input>
!                                                       </form>
!                                               </xsl:when>
!                                       </xsl:choose>
!                               </td>
!                       </tr>
!                       <tr>
!                               <td height="50" valign="bottom">
!                                       <xsl:variable 
name="done_url"><xsl:value-of select="done_url"/></xsl:variable>
!                                       <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
!                                       <form method="post" 
action="{$done_url}">
!                                               <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>
                                                </input>
!                                       </form>
!                               </td>
!                       </tr>
        </xsl:template>
  
--- 96,128 ----
  
        <xsl:template match="user_add">
!               <tr height="50">
!                       <xsl:variable name="action_url"><xsl:value-of 
select="action_url"/></xsl:variable>
!                       <form method="post" action="{$action_url}">
!                       <td valign="bottom" colspan="3">
!                               <xsl:choose>
!                                       <xsl:when test="add_access = 'yes'">
!                                       <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
!                                               <input type="submit" name="add" 
value="{$lang_add}" onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_add_statustext"/>
                                                                <xsl:text>'; 
return true;</xsl:text>
                                                        </xsl:attribute>
                                                </input>
!                                       </xsl:when>
!                               </xsl:choose>
!                       </td>
!                       <td align="right" valign="bottom" colspan="3">
!                       <xsl:variable name="lang_done"><xsl:value-of 
select="lang_done"/></xsl:variable>
!                               <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>
!                               </input>
!                       </td>
!               </form>
!               </tr>
        </xsl:template>
  





reply via email to

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