phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default account_mgr.xsl, 1.1.2.18, 1.1.2.19


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default account_mgr.xsl, 1.1.2.18, 1.1.2.19 widgets.xsl, 1.1.1.1.2.12, 1.1.1.1.2.13
Date: Wed, 19 Nov 2003 18:34:08 +0000

Update of /cvsroot/phpgroupware/api/skins/default
In directory subversions:/tmp/cvs-serv4089

Modified Files:
      Tag: proposal-branch
        account_mgr.xsl widgets.xsl 
Log Message:
Added title option


Index: widgets.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/widgets.xsl,v
retrieving revision 1.1.1.1.2.12
retrieving revision 1.1.1.1.2.13
diff -C2 -d -r1.1.1.1.2.12 -r1.1.1.1.2.13
*** widgets.xsl 13 Nov 2003 20:18:21 -0000      1.1.1.1.2.12
--- widgets.xsl 19 Nov 2003 18:34:05 -0000      1.1.1.1.2.13
***************
*** 310,313 ****
--- 310,320 ----
  <xsl:template name="record_history">
        <xsl:param name="history_data" />
+       <xsl:param name="title" select="'History'" />
+ 
+       <table border="0" width="95%">
+               <tr>
+                       <td><font color="#000000"><b><xsl:value-of 
select="$title" /></b></font></td>
+               </tr>
+       </table>
  
        <table class="normalbox" cellSpacing="1" cellPadding="0" width="95%" 
border="0">

Index: account_mgr.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/Attic/account_mgr.xsl,v
retrieving revision 1.1.2.18
retrieving revision 1.1.2.19
diff -C2 -d -r1.1.2.18 -r1.1.2.19
*** account_mgr.xsl     18 Nov 2003 16:19:48 -0000      1.1.2.18
--- account_mgr.xsl     19 Nov 2003 18:34:05 -0000      1.1.2.19
***************
*** 343,346 ****
--- 343,347 ----
        <xsl:call-template name="record_history">
                <xsl:with-param name="history_data" select="history_data" />
+               <xsl:with-param name="title" select="'Account history'" />
        </xsl:call-template>
  </xsl:template>





reply via email to

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