[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [BP][FIX] Fix tooltip issue in legacy admin interface navbar

"Baraka Kinywa \(@bkinywa24\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <690a0e80181b1_2c8b04ac935df@gitlab-sidekiq-low-urgency-cpu-bound-v2-7885c8fb68-xzwdn.mail>

Baraka Kinywa pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki


Commits:
352b985c by Moïse Nturubika at 2025-11-04T16:25:53+02:00
[BP][FIX] Fix tooltip issue in legacy admin interface navbar
---
* [BP][FIX] Fix tooltip issue in legacy admin interface navbar
---
* [FIX] Fix tooltip issue in legacy admin interface navbar
---
* [ENH] Change current_page_icon into current_admin_icon

* Fix tooltip issue in legacy admin interface navbar

See merge request tikiwiki/tiki!7154

See merge request tikiwiki/tiki!8952

See merge request tikiwiki/tiki!8954

- - - - -


1 changed file:

- tiki-admin.php


Changes:

=====================================
tiki-admin.php
=====================================
@@ -324,11 +324,11 @@ if (isset($_REQUEST['page'])) {
             $admin_icon = array_merge([ 'disabled' => false, 'description' => ''], $admin_icon);
         }
         if (isset($admin_icons[$adminPage])) {
-            $admin_icon = $admin_icons[$adminPage];
+            $current_admin_icon = $admin_icons[$adminPage];
 
-            $admintitle = $admin_icon['title'];
-            $description = isset($admin_icon['description']) ? $admin_icon['description'] : '';
-            $helpUrl = isset($admin_icon['help']) ? $admin_icon['help'] : '';
+            $admintitle = $current_admin_icon['title'];
+            $description = isset($current_admin_icon['description']) ? $current_admin_icon['description'] : '';
+            $helpUrl = isset($current_admin_icon['help']) ? $current_admin_icon['help'] : '';
         }
     }
     $helpDescription = tr("Help on %0 Config", $admintitle);



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/352b985cbcfc5b8978a7411a8ac7349523c55730

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/352b985cbcfc5b8978a7411a8ac7349523c55730
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.