From 40488903b0f5400aae4c50ddd2fab7821ac82fdf Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 17 Feb 2019 18:58:41 +0100 Subject: [PATCH] Add download to tables --- Theme/Backend/dashboard-news.tpl.php | 2 +- Theme/Backend/news-archive.tpl.php | 2 +- Theme/Backend/news-dashboard.tpl.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/dashboard-news.tpl.php b/Theme/Backend/dashboard-news.tpl.php index bcc3636..dddabff 100644 --- a/Theme/Backend/dashboard-news.tpl.php +++ b/Theme/Backend/dashboard-news.tpl.php @@ -19,7 +19,7 @@ $newsList = $this->getData('news');
- +
getHtml('News', 'News'); ?>getHtml('News', 'News'); ?>
diff --git a/Theme/Backend/news-archive.tpl.php b/Theme/Backend/news-archive.tpl.php index 5a901cb..62e8fa3 100644 --- a/Theme/Backend/news-archive.tpl.php +++ b/Theme/Backend/news-archive.tpl.php @@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
- +
getHtml('Archive'); ?>getHtml('Archive'); ?>
getHtml('Type') ?> diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php index 0045bf8..31c7cbd 100644 --- a/Theme/Backend/news-dashboard.tpl.php +++ b/Theme/Backend/news-dashboard.tpl.php @@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
- +
getHtml('News'); ?>getHtml('News'); ?>