From 59c7f05ecbcd865a3d2efe10b551a185868284a6 Mon Sep 17 00:00:00 2001 From: sunil Date: Thu, 5 Sep 2024 19:33:18 +0100 Subject: [PATCH] #127 --- js/classes/app-common.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/js/classes/app-common.js b/js/classes/app-common.js index 9f62044..1f37b8a 100644 --- a/js/classes/app-common.js +++ b/js/classes/app-common.js @@ -117,10 +117,11 @@ class cAppRender { //###################################################################### class cAppAllSolButtons { static targets = [ - { page: 'solhigh', target: 'allhighs.php', title: 'All Highlights', caption: 'Highlights', icon: 'photo_size_select_small' }, - { page: 'solcomments', target: 'allcomments.php', title: 'All Comments', caption: 'Comments', icon: 'forum' }, - { page: 'soltags', target: 'alltags.php', title: 'All Tags', caption: 'Tags', icon: 'bookmarks' }, - { page: 'solgigas', target: 'allgigas.php', caption: 'All Gigapans', icon: 'panorama_photosphere' } + { target: 'allhighs.php', title: 'All Highlights', caption: 'Highlights', icon: 'photo_size_select_small' }, + { target: 'allcomments.php', title: 'All Comments', caption: 'Comments', icon: 'forum' }, + { target: 'alltags.php', title: 'All Tags', caption: 'Tags', icon: 'bookmarks' }, + { target: 'allgigas.php', caption: 'All Gigapans', icon: 'panorama_photosphere' }, + { target: 'utccalendar.php', caption: 'Calendar', icon: 'today' } ] //*********************************************************************