fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6498] Property: preserve linebreak in tickets


From: Sigurd Nes
Subject: [Fmsystem-commits] [6498] Property: preserve linebreak in tickets
Date: Tue, 19 Oct 2010 10:17:04 +0000

Revision: 6498
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6498
Author:   sigurdne
Date:     2010-10-19 10:17:04 +0000 (Tue, 19 Oct 2010)
Log Message:
-----------
Property: preserve linebreak in tickets

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

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2010-10-19 08:37:26 UTC (rev 
6497)
+++ trunk/property/inc/class.uitts.inc.php      2010-10-19 10:17:04 UTC (rev 
6498)
@@ -2559,6 +2559,7 @@
                        $note_def[] = array('key' => 
'publish_note','label'=>lang('publish 
text'),'sortable'=>false,'resizeable'=>true,'formatter'=>'FormatterCenter');
                        foreach($additional_notes as &$note)
                        {
+                               $note['value_note'] = 
nl2br($note['value_note']);
                                $_checked = $note['value_publish'] ? 'checked' 
: '';
                                $note['publish_note'] = "<input type='checkbox' 
{$_checked}  name='values[publish_note][]' value='{$id}_{$note['value_id']}' 
title='".lang('Check to publish text at frontend')."'>";
                        }




reply via email to

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