phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default cat_filter.xsl,NONE,1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default cat_filter.xsl,NONE,1.1 app_delete.xsl,1.1,1.2 app_header.xsl,1.2,1.3 cat_select.xsl,1.3,1.4
Date: Thu, 26 Sep 2002 21:09:40 -0400

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

Modified Files:
        app_delete.xsl app_header.xsl cat_select.xsl 
Added Files:
        cat_filter.xsl 
Log Message:
added xsl tpl

***** Error reading new file: [Errno 2] No such file or directory: 
'cat_filter.xsl'
Index: app_delete.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/app_delete.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** app_delete.xsl      26 Sep 2002 01:49:15 -0000      1.1
--- app_delete.xsl      27 Sep 2002 01:09:36 -0000      1.2
***************
*** 3,7 ****
        <xsl:template match="delete">
                <xsl:call-template name="app_header"/>
!                       <table border="0" cellpadding="2" cellspacing="4" 
align="center">
                                <tr>
                                        <td align="center" 
colspan="2"><xsl:value-of select="lang_confirm_msg"/></td>
--- 3,7 ----
        <xsl:template match="delete">
                <xsl:call-template name="app_header"/>
!                       <table cellpadding="2" cellspacing="2" align="center">
                                <tr>
                                        <td align="center" 
colspan="2"><xsl:value-of select="lang_confirm_msg"/></td>
***************
*** 12,16 ****
                                                <xsl:variable 
name="lang_yes"><xsl:value-of select="lang_yes"/></xsl:variable>
                                                <form method="POST" 
action="{$delete_action}">
!                                                       <input type="submit" 
name="confirm" value="{$lang_yes}"/>
                                                </form>
                                        </td>
--- 12,16 ----
                                                <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}"/>
                                                </form>
                                        </td>

Index: app_header.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/app_header.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** app_header.xsl      27 Sep 2002 00:15:09 -0000      1.2
--- app_header.xsl      27 Sep 2002 01:09:36 -0000      1.3
***************
*** 2,6 ****
  
        <xsl:template name="app_header">
!               <table border="0" cellpadding="2" cellspacing="4" width="98%" 
align="center">
                        <tr>
                                <td class="appheader"><xsl:value-of 
select="appname"/></td>
--- 2,6 ----
  
        <xsl:template name="app_header">
!               <table cellpadding="2" cellspacing="2" width="98%" 
align="center">
                        <tr>
                                <td class="appheader"><xsl:value-of 
select="appname"/></td>

Index: cat_select.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/cat_select.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** cat_select.xsl      27 Sep 2002 00:15:09 -0000      1.3
--- cat_select.xsl      27 Sep 2002 01:09:37 -0000      1.4
***************
*** 2,17 ****
  
        <xsl:template name="cat_select">
!               <xsl:variable name="select_action"><xsl:value-of 
select="select_action"/></xsl:variable>
!               <xsl:variable name="lang_submit"><xsl:value-of 
select="lang_submit"/></xsl:variable>
!               <form method="post" action="{$select_action}">
!                       <select name="cat_id" class="forms" 
onChange="this.form.submit();">
!                               <option value=""><xsl:value-of 
select="lang_select_category"/></option>
!                                       <xsl:apply-templates select="cat_list"/>
!                       </select>
!                       <noscript>
!                               <xsl:text> </xsl:text>
!                               <input type="submit" class="forms" 
name="submit" value="{$lang_submit}"/> 
!                       </noscript>
!               </form>
        </xsl:template>
  
--- 2,7 ----
  
        <xsl:template name="cat_select">
!               <option value=""><xsl:value-of 
select="lang_select_category"/></option>
!                       <xsl:apply-templates select="cat_list"/>
        </xsl:template>
  





reply via email to

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