diff --git a/Theme/Backend/mail-create.tpl.php b/Theme/Backend/mail-create.tpl.php index af9c14d..e28fe35 100755 --- a/Theme/Backend/mail-create.tpl.php +++ b/Theme/Backend/mail-create.tpl.php @@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
| + | = $this->getHtml('Tag'); ?> | = $this->getHtml('Subject'); ?> | = $this->getHtml('From'); ?> @@ -46,7 +46,7 @@ echo $this->getData('nav')->render(); ?> foreach ($messages as $key => $value) : ++$count; $url = UriFactory::build('{/prefix}messages/mail/single?{?}&id=' . $value->uid); ?> | |||||||||||||||||||||||||||||||
| + | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>> | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?> | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml($value->from); ?>
diff --git a/Theme/Backend/mail-out-view.tpl.php b/Theme/Backend/mail-out-view.tpl.php
index ccc2709..d2a9cd1 100755
--- a/Theme/Backend/mail-out-view.tpl.php
+++ b/Theme/Backend/mail-out-view.tpl.php
@@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
|
+ |
| = $this->getHtml('Tag'); ?>
| = $this->getHtml('Subject'); ?>
| = $this->getHtml('From'); ?>
@@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
$value) : ++$count;
$url = \phpOMS\Uri\UriFactory::build('{/prefix}messages/mail/single?{?}&id=' . $value->uid); ?>
|
+ |
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?>
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml($value->from); ?>
diff --git a/Theme/Backend/mail-spam-view.tpl.php b/Theme/Backend/mail-spam-view.tpl.php
index ccc2709..d2a9cd1 100755
--- a/Theme/Backend/mail-spam-view.tpl.php
+++ b/Theme/Backend/mail-spam-view.tpl.php
@@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
|
+ |
| = $this->getHtml('Tag'); ?>
| = $this->getHtml('Subject'); ?>
| = $this->getHtml('From'); ?>
@@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
$value) : ++$count;
$url = \phpOMS\Uri\UriFactory::build('{/prefix}messages/mail/single?{?}&id=' . $value->uid); ?>
|
+ |
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?>
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml($value->from); ?>
diff --git a/Theme/Backend/mail-trash-view.tpl.php b/Theme/Backend/mail-trash-view.tpl.php
index ccc2709..d2a9cd1 100755
--- a/Theme/Backend/mail-trash-view.tpl.php
+++ b/Theme/Backend/mail-trash-view.tpl.php
@@ -31,7 +31,7 @@ echo $this->getData('nav')->render(); ?>
|
+ |
| = $this->getHtml('Tag'); ?>
| = $this->getHtml('Subject'); ?>
| = $this->getHtml('From'); ?>
@@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?>
$value) : ++$count;
$url = \phpOMS\Uri\UriFactory::build('{/prefix}messages/mail/single?{?}&id=' . $value->uid); ?>
|
+ |
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?>
| printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml($value->from); ?>
diff --git a/Theme/Backend/message-settings.tpl.php b/Theme/Backend/message-settings.tpl.php
index 9dbb542..92e8fbe 100755
--- a/Theme/Backend/message-settings.tpl.php
+++ b/Theme/Backend/message-settings.tpl.php
@@ -58,7 +58,7 @@ echo $this->getData('nav')->render(); ?>
| |