From 162a864ac2aedc3f4fb83ad585a8b6299ead2a92 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 29 Sep 2014 14:58:29 +0200 Subject: switch star and keep unread icon --- CHANGELOG.md | 3 +++ templates/part.content.php | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5998bb95a..3278c2715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +owncloud-news (3.202) +* **Enhancement**: Switch keep unread and star icon + owncloud-news (3.201) * **New dependency**: Minimum libxml version: 2.7.8 * **Bugfix**: Move open website icon in compact view to the left of the title diff --git a/templates/part.content.php b/templates/part.content.php index bdac758bb..4f21106d1 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -37,14 +37,14 @@ datetime="{{ item.pubDate*1000|date:'yyyy-MM-ddTHH:mm:ssZ' }}">{{ Content.getRelativeDate(item.pubDate) }} -
  • - - -
  • +
  • + + +
  • -- cgit v1.2.3