diff --git a/include/controllers/default/cockpit/support/index.php b/include/controllers/default/cockpit/support/index.php
index 9dedef86a..9a27e3568 100644
--- a/include/controllers/default/cockpit/support/index.php
+++ b/include/controllers/default/cockpit/support/index.php
@@ -119,7 +119,7 @@ class Controller_support extends Crunchbutton_Controller_Account {
}
if( $support->description_cb != $args['description_cb'] ){
- $changes[] = 'Behind the scenes: ' . $args['description_cb'];
+ $changes[] = 'Behind the scenes changed to' . $args['description_cb'];
}
if( $support->how_to_prevent != $args['how_to_prevent'] ){
diff --git a/include/views/default/cockpit/support/conversation.note.client.phtml b/include/views/default/cockpit/support/conversation.note.client.phtml
index e277f1517..67162e7fe 100644
--- a/include/views/default/cockpit/support/conversation.note.client.phtml
+++ b/include/views/default/cockpit/support/conversation.note.client.phtml
@@ -1,8 +1,9 @@
+ $date = $note->date(); ?>
=$note->name?> user
- =$note->relativeTime()?>
+ =$note->relativeTime()?>
- =$note->text ?>
+ =nl2br($note->text); ?>
\ No newline at end of file
diff --git a/include/views/default/cockpit/support/conversation.note.rep.phtml b/include/views/default/cockpit/support/conversation.note.rep.phtml
index 49259d734..706bed109 100644
--- a/include/views/default/cockpit/support/conversation.note.rep.phtml
+++ b/include/views/default/cockpit/support/conversation.note.rep.phtml
@@ -1,8 +1,12 @@
+ $date = $note->date(); ?>
- Staff =$note->from?>
- =$note->relativeTime()?>
+
+ Staff =$note->from?>
+ visibility == 'external' ){ echo ' '; } ?>
+
+ =$note->relativeTime()?>
- =$note->text ?>
+ =nl2br($note->text); ?>
\ No newline at end of file
diff --git a/include/views/default/cockpit/support/conversation.note.system.phtml b/include/views/default/cockpit/support/conversation.note.system.phtml
index 1d9cc9ee2..c488a2984 100644
--- a/include/views/default/cockpit/support/conversation.note.system.phtml
+++ b/include/views/default/cockpit/support/conversation.note.system.phtml
@@ -1,8 +1,9 @@
+ $date = $note->date(); ?>
Staff =$note->from?>
- =$note->relativeTime()?>
+ =$note->relativeTime()?>
- =$note->text ?>
+ =nl2br($note->text); ?>
\ No newline at end of file
diff --git a/include/views/default/cockpit/support/update.phtml b/include/views/default/cockpit/support/update.phtml
index b59c5df6c..1cce5cfae 100644
--- a/include/views/default/cockpit/support/update.phtml
+++ b/include/views/default/cockpit/support/update.phtml
@@ -55,7 +55,8 @@ $support = $this->support;
What Happened from User's Perspective?