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.4 he


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

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

Modified Files:
        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.4
diff -C2 -r1.3 -r1.4
*** footer.tpl  7 Sep 2001 16:55:19 -0000       1.3
--- footer.tpl  25 Aug 2002 04:07:21 -0000      1.4
***************
*** 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.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** header.inc.php      17 Aug 2002 15:36:10 -0000      1.20
--- header.inc.php      25 Aug 2002 04:07:21 -0000      1.21
***************
*** 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]