From 5528ab55803e599e06bd2b008b2007b187f604c1 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 4 Jan 2018 19:08:39 +0100 Subject: [PATCH] Make correct column 100% width --- Theme/Backend/dashboard-news.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/dashboard-news.tpl.php b/Theme/Backend/dashboard-news.tpl.php index 44b8fa0..2543a39 100644 --- a/Theme/Backend/dashboard-news.tpl.php +++ b/Theme/Backend/dashboard-news.tpl.php @@ -24,7 +24,7 @@ $newsList = $this->getData('news'); getHtml('Type', 'News') ?> - getHtml('Title', 'News') ?> + getHtml('Title', 'News') ?> $news) : $count++; $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/news/article?{?}&id=' . $news->getId());