fix(ui): replace obsolete 'ti-external-link-alt' with 'ti-external-link' - #25407
Merged
trasher merged 1 commit intoSep 7, 2026
Merged
Conversation
trasher
approved these changes
Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist before requesting a review
Description
In GLPI 11 (after migrating to Tabler Icons), the class
ti-external-link-altwas accidentally carried over from legacy FontAwesome (fa-external-link-alt).Since Tabler Icons only defines
.ti-external-link(without any-altsuffix), the<i>element matches no CSS rules, rendering an invisible0px × 0pxelement.In the Plugins table (
front/plugin.php), because the link text is also hidden via<span class="sr-only">, the plugin website link is completely invisible to users.Changes
ti-external-link-altwithti-external-linkinsrc/Plugin.php(plugin homepage column).ti-external-link-altwithti-external-linkintemplates/install/accept_license.html.twig(installer license link).