fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11753] property: link to ticket in html-order


From: Sigurd Nes
Subject: [Fmsystem-commits] [11753] property: link to ticket in html-order
Date: Wed, 26 Feb 2014 08:46:06 +0000

Revision: 11753
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11753
Author:   sigurdne
Date:     2014-02-26 08:46:05 +0000 (Wed, 26 Feb 2014)
Log Message:
-----------
property: link to ticket in html-order

Modified Paths:
--------------
    trunk/property/inc/class.uitts.inc.php

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2014-02-26 08:03:45 UTC (rev 
11752)
+++ trunk/property/inc/class.uitts.inc.php      2014-02-26 08:46:05 UTC (rev 
11753)
@@ -2892,7 +2892,11 @@
                                                '</b>'
                                        ),$order_email_template));
 
-                                       $html = 
"<html><head><title>{$subject}</title></head>";
+                                       $html = "<html><head><meta 
http-equiv=\"Content-Type\" content=\"text/html; 
charset=utf-8\"><title>{$subject}</title></head>";
+
+                                       $body .='</br>';
+                                       $body .='</br>';
+                                       $body .= '<a href ="' . 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uitts.view', 'id' => $id),false,true).'">' . lang('Ticket').' #' .$id 
.'</a>';
                                        $html .= "<body>{$body}</body></html>";
 
 




reply via email to

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