[-] BO : #PSCFV-3086 - Improve visibility of some elements on return details

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16259 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-07-06 12:25:03 +00:00
parent 8e198c6e74
commit 0b6ce64392
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class AdminReturnControllerCore extends AdminController
$products = OrderReturn::getOrdersReturnProducts($this->object->id, $order);
// Prepare customer explanation for display
$this->object->question = nl2br($this->object->question);
$this->object->question = '<span class="normal-text">'.nl2br($this->object->question).'</span>';
$this->tpl_form_vars = array(
'customer' => new Customer($this->object->id_customer),