phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/viewticket_details.php, 1.42.2.6.4.7


From: nomail
Subject: [Phpgroupware-cvs] tts/viewticket_details.php, 1.42.2.6.4.7
Date: Sat, 6 Nov 2004 17:13:48 +0100

Update of /tts
Modified Files:
        Branch: Version-0_9_16-branch
          viewticket_details.php

date: 2004/11/06 16:13:48;  author: powerstat;  state: Exp;  lines: +4 -4

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: tts/viewticket_details.php
diff -u tts/viewticket_details.php:1.42.2.6.4.6 
tts/viewticket_details.php:1.42.2.6.4.7
--- tts/viewticket_details.php:1.42.2.6.4.6     Thu Sep 30 13:27:27 2004
+++ tts/viewticket_details.php  Sat Nov  6 16:13:48 2004
@@ -390,7 +390,7 @@
                                                                                
                                        'menuaction' => 
'tts.attachedFiles.show_file',
                                                                                
                                        'file' => $ticket['attachment'][$i]
                                                                                
                                        ));                                     
                                                                                
                                                            
-               $attLink .= "<a href=\"" . $file . "\" target=\"_NEW\">" . 
basename($ticket['attachment'][$i]) . " </a><br>";
+               $attLink .= "<a href=\"" . $file . "\" target=\"_NEW\">" . 
basename($ticket['attachment'][$i]) . " </a><br />";
                }
                
$GLOBALS['phpgw']->template->set_var('lang_attachment',lang('Attachment'));
                
$GLOBALS['phpgw']->template->set_var('value_attachment',$attLink);
@@ -618,7 +618,7 @@
                        }
                        else
                        {
-                               $messages .= '<br>You can only close a ticket 
if it is assigned to you.';
+                               $messages .= '<br />You can only close a ticket 
if it is assigned to you.';
                                
$GLOBALS['phpgw']->session->appsession('messages','tts',lang($messages));
                        }
                }




reply via email to

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