diff --git a/Theme/Backend/dashboard.tpl.php b/Theme/Backend/dashboard.tpl.php index 17d4ce7..6ec4c45 100644 --- a/Theme/Backend/dashboard.tpl.php +++ b/Theme/Backend/dashboard.tpl.php @@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/Backend/mail-out-view.tpl.php b/Theme/Backend/mail-out-view.tpl.php index 9297d49..b24ecda 100644 --- a/Theme/Backend/mail-out-view.tpl.php +++ b/Theme/Backend/mail-out-view.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/Backend/mail-spam-view.tpl.php b/Theme/Backend/mail-spam-view.tpl.php index 9297d49..b24ecda 100644 --- a/Theme/Backend/mail-spam-view.tpl.php +++ b/Theme/Backend/mail-spam-view.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/Backend/mail-trash-view.tpl.php b/Theme/Backend/mail-trash-view.tpl.php index 9297d49..b24ecda 100644 --- a/Theme/Backend/mail-trash-view.tpl.php +++ b/Theme/Backend/mail-trash-view.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/backend/dashboard.tpl.php b/Theme/backend/dashboard.tpl.php index 17d4ce7..6ec4c45 100644 --- a/Theme/backend/dashboard.tpl.php +++ b/Theme/backend/dashboard.tpl.php @@ -42,7 +42,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/backend/mail-out-view.tpl.php b/Theme/backend/mail-out-view.tpl.php index 9297d49..b24ecda 100644 --- a/Theme/backend/mail-out-view.tpl.php +++ b/Theme/backend/mail-out-view.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/backend/mail-spam-view.tpl.php b/Theme/backend/mail-spam-view.tpl.php index 9297d49..b24ecda 100644 --- a/Theme/backend/mail-spam-view.tpl.php +++ b/Theme/backend/mail-spam-view.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>> diff --git a/Theme/backend/mail-trash-view.tpl.php b/Theme/backend/mail-trash-view.tpl.php index 9297d49..b24ecda 100644 --- a/Theme/backend/mail-trash-view.tpl.php +++ b/Theme/backend/mail-trash-view.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> / $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}id=' . $value->uid); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/messages/mail/single?{?}&id=' . $value->uid); ?> seen == 0 ? ' class="unseen"' : ''; ?>>