From e2e868f8b6370b058460d3260cd32765eda34406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 4 Sep 2017 21:54:04 +0200 Subject: Change icon prefix from 'ico-' to 'icon-' --- lib/Service/CollectionsService.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/Service/CollectionsService.php b/lib/Service/CollectionsService.php index 66a16953..35b9925b 100644 --- a/lib/Service/CollectionsService.php +++ b/lib/Service/CollectionsService.php @@ -50,32 +50,32 @@ class CollectionsService { 'id' => "starred", 'displayname' => (string)$this->l10n->t('Important'), 'show' => 2, - 'icon' => 'ico-star'), + 'icon' => 'icon-task-star'), array( 'id' => "today", 'displayname' => (string)$this->l10n->t('Today'), 'show' => 2, - 'icon' => 'ico-calendar'), + 'icon' => 'icon-calendar'), array( 'id' => "week", 'displayname' => (string)$this->l10n->t('Week'), 'show' => 2, - 'icon' => 'ico-calendar'), + 'icon' => 'icon-calendar'), array( 'id' => "all", 'displayname' => (string)$this->l10n->t('All'), 'show' => 2, - 'icon' => 'ico-all'), + 'icon' => 'icon-all'), array( 'id' => "current", 'displayname' => (string)$this->l10n->t('Current'), 'show' => 2, - 'icon' => 'ico-current'), + 'icon' => 'icon-current'), array( 'id' => "completed", 'displayname' => (string)$this->l10n->t('Completed'), 'show' => 2, - 'icon' => 'ico-checkmark') + 'icon' => 'icon-checkmark') ); foreach ($collections as $key => $collection){ $tmp = $this->settings->getUserValue($this->userId, $this->appName,'show_'.$collection['id']); -- cgit v1.2.3