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(); ?>
- + diff --git a/Theme/Backend/mail-dashboard.tpl.php b/Theme/Backend/mail-dashboard.tpl.php index 01d3d75..04c6c1f 100755 --- a/Theme/Backend/mail-dashboard.tpl.php +++ b/Theme/Backend/mail-dashboard.tpl.php @@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?> - - - - - - - -
+ getHtml('Tag'); ?> getHtml('Subject'); ?> 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"' : ''); ?>>printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?> printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>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(); ?>
getHtml('Messages'); ?>
+ getHtml('Tag'); ?> getHtml('Subject'); ?> 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"' : ''); ?>>printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?> printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>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(); ?>
getHtml('Messages'); ?>
+ getHtml('Tag'); ?> getHtml('Subject'); ?> 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"' : ''); ?>>printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?> printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>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(); ?>
getHtml('Messages'); ?>
+ getHtml('Tag'); ?> getHtml('Subject'); ?> 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"' : ''); ?>>printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?> printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>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(); ?>
+
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 252a62f..d46fd31 100755 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -1,4 +1,5 @@ -