phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/templates/default footer.tpl,1.3,1.3.2.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/templates/default footer.tpl,1.3,1.3.2.1 header.inc.php,1.18.2.4,1.18.2.5
Date: Sun, 25 Aug 2002 00:07:50 -0400

Update of /cvsroot/phpgroupware/calendar/templates/default
In directory subversions:/tmp/cvs-serv26872/templates/default

Modified Files:
      Tag: Version-0_9_14-branch
        footer.tpl header.inc.php 
Log Message:
Updating some of the files to include Ralf Beckers fixes.  Still Need to talk 
with him in regards to a few he has submited.

Index: footer.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/templates/default/footer.tpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** footer.tpl  7 Sep 2001 16:55:19 -0000       1.3
--- footer.tpl  25 Aug 2002 04:07:48 -0000      1.3.2.1
***************
*** 15,18 ****
--- 15,19 ----
             <form action="{action_url}" method="post" name="{form_name}">
              <B>{label}:</B>
+                       {hidden_vars}
              <select name="{form_label}" onchange="{form_onchange}">
             {row}

Index: header.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/templates/default/header.inc.php,v
retrieving revision 1.18.2.4
retrieving revision 1.18.2.5
diff -C2 -r1.18.2.4 -r1.18.2.5
*** header.inc.php      17 Aug 2002 15:23:31 -0000      1.18.2.4
--- header.inc.php      25 Aug 2002 04:07:48 -0000      1.18.2.5
***************
*** 20,24 ****
        function add_image_ahref($link,$image,$alt)
        {
!               return '<a href="'.$link.'"><img 
src="'.$GLOBALS['phpgw']->common->image('calendar',$image).'" alt="'.$alt.'" 
border="0"></a>';
        }
  
--- 20,24 ----
        function add_image_ahref($link,$image,$alt)
        {
!               return '<a href="'.$link.'"><img 
src="'.$GLOBALS['phpgw']->common->image('calendar',$image).'" alt="'.$alt.'" 
title="'.$alt.'" border="0"></a>';
        }
  





reply via email to

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