[TikiWiki-commits] [Git][tikiwiki/tiki][28.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 <6909ee43e57e3_2c9c5fa4-124@gitlab-sidekiq-low-urgency-cpu-bound-v2-6fcbf9ddd-5xjmc.mail>

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


Commits:
cae6fb60 by Moïse Nturubika at 2025-11-04T14:08:00+02:00
[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

- - - - -


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/cae6fb6089055c50a742c67b7d723db7e462f687

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/cae6fb6089055c50a742c67b7d723db7e462f687
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.