{title}
- +{title}
- + {content} {ADMIN}
diff --git a/app/plugins/bookmarks/controllers/bookmarks.php b/app/plugins/bookmarks/controllers/bookmarks.php index c69718f..434bb37 100644 --- a/app/plugins/bookmarks/controllers/bookmarks.php +++ b/app/plugins/bookmarks/controllers/bookmarks.php @@ -569,7 +569,7 @@ class Bookmarks extends Controller { self::$title = 'Bookmark Dashboards - {SITENAME}'; if ( !App::$isMember ) { - Issues::add( 'notice', 'You will need an active subscription to start creating dashboards. You can check our Pricing page for more details.' ); + Issues::add( 'notice', 'You will need an active subscription to start creating dashboards. You can check our Pricing page for more details.' ); return Views::view( 'bookmarks.dashboardExplainer' ); } $dashboards = self::$dashboards->byUser(); @@ -691,7 +691,7 @@ class Bookmarks extends Controller { public function import() { self::$title = 'Bookmark Import - {SITENAME}'; if ( !App::$isMember ) { - Issues::add( 'notice', 'You will need an active subscription to start importing bookmarks. You can check our Pricing page for more details.' ); + Issues::add( 'notice', 'You will need an active subscription to start importing bookmarks. You can check our Pricing page for more details.' ); return Views::view( 'bookmarks.importExplainer' ); } @@ -743,7 +743,7 @@ class Bookmarks extends Controller { public function export() { self::$title = 'Bookmark Export - {SITENAME}'; if ( !App::$isMember ) { - Issues::add( 'notice', 'You will need an active subscription to start exporting bookmarks. You can check our Pricing page for more details.' ); + Issues::add( 'notice', 'You will need an active subscription to start exporting bookmarks. You can check our Pricing page for more details.' ); return Views::view( 'bookmarks.exportExplainer' ); } @@ -806,7 +806,7 @@ class Bookmarks extends Controller { } } - public function share( $id = '' ) { + public function share() { $panelArray = []; $folders = self::$folders->byUser(); if ( empty( $folders ) ) { diff --git a/app/plugins/bookmarks/js/bookmarks.js b/app/plugins/bookmarks/js/bookmarks.js index 261151c..b73a23c 100644 --- a/app/plugins/bookmarks/js/bookmarks.js +++ b/app/plugins/bookmarks/js/bookmarks.js @@ -232,4 +232,3 @@ function loadDashLinkOrder() { bookmarkSort.innerHTML = ""; // Remove all children orderedElements.forEach(element => bookmarkSort.appendChild(element)); // Append in order } - \ No newline at end of file diff --git a/app/plugins/bookmarks/views/bookmarks/edit.html b/app/plugins/bookmarks/views/bookmarks/edit.html index fe61a5e..98db339 100644 --- a/app/plugins/bookmarks/views/bookmarks/edit.html +++ b/app/plugins/bookmarks/views/bookmarks/edit.html @@ -30,7 +30,7 @@