phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default app_delete.xsl,1.5,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default app_delete.xsl,1.5,1.6 cat_select.xsl,1.8,1.9
Date: Sun, 20 Apr 2003 10:15:03 -0400

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv14338

Modified Files:
        app_delete.xsl cat_select.xsl 
Log Message:
update cats

Index: app_delete.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/app_delete.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** app_delete.xsl      2 Nov 2002 22:25:14 -0000       1.5
--- app_delete.xsl      20 Apr 2003 14:15:01 -0000      1.6
***************
*** 6,10 ****
  
        <xsl:template match="delete">
-               <xsl:call-template name="app_header"/>
                        <table cellpadding="2" cellspacing="2" align="center">
                                <tr>
--- 6,9 ----
***************
*** 13,19 ****
                                <tr>
                                        <td>
!                                               <xsl:variable 
name="delete_action"><xsl:value-of select="delete_action"/></xsl:variable>
                                                <xsl:variable 
name="lang_yes"><xsl:value-of select="lang_yes"/></xsl:variable>
!                                               <form method="POST" 
action="{$delete_action}">
                                                        <input type="submit" 
class="forms" name="confirm" value="{$lang_yes}" 
onMouseout="window.status='';return true;">
                                                                <xsl:attribute 
name="onMouseover">
--- 12,18 ----
                                <tr>
                                        <td>
!                                               <xsl:variable 
name="delete_url"><xsl:value-of select="delete_url"/></xsl:variable>
                                                <xsl:variable 
name="lang_yes"><xsl:value-of select="lang_yes"/></xsl:variable>
!                                               <form method="POST" 
action="{$delete_url}">
                                                        <input type="submit" 
class="forms" name="confirm" value="{$lang_yes}" 
onMouseout="window.status='';return true;">
                                                                <xsl:attribute 
name="onMouseover">
***************
*** 26,31 ****
                                        </td>
                                        <td align="right">
!                                               <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
!                                               <a href="{$done_action}" 
onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>
--- 25,30 ----
                                        </td>
                                        <td align="right">
!                                               <xsl:variable 
name="done_url"><xsl:value-of select="done_url"/></xsl:variable>
!                                               <a href="{$done_url}" 
onMouseout="window.status='';return true;">
                                                        <xsl:attribute 
name="onMouseover">
                                                                
<xsl:text>window.status='</xsl:text>

Index: cat_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/cat_select.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** cat_select.xsl      20 Oct 2002 22:01:21 -0000      1.8
--- cat_select.xsl      20 Apr 2003 14:15:01 -0000      1.9
***************
*** 11,21 ****
  
        <xsl:template match="cat_list">
!       <xsl:variable name="id"><xsl:value-of select="id"/></xsl:variable>
                <xsl:choose>
!                       <xsl:when test="selected">
!                               <option value="{$id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
                        </xsl:when>
                        <xsl:otherwise>
!                               <option value="{$id}"><xsl:value-of 
disable-output-escaping="yes" select="name"/></option>
                        </xsl:otherwise>
                </xsl:choose>
--- 11,21 ----
  
        <xsl:template match="cat_list">
!       <xsl:variable name="cat_id"><xsl:value-of 
select="cat_id"/></xsl:variable>
                <xsl:choose>
!                       <xsl:when test="selected != ''">
!                               <option value="{$cat_id}" 
selected="selected"><xsl:value-of disable-output-escaping="yes" 
select="name"/></option>
                        </xsl:when>
                        <xsl:otherwise>
!                               <option value="{$cat_id}"><xsl:value-of 
disable-output-escaping="yes" select="name"/></option>
                        </xsl:otherwise>
                </xsl:choose>





reply via email to

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