Forum

9.0.3: Clicking Cha...
 
Notifications
Retirer tout

9.0.3: Clicking Chain Icon In Leftmost Icon Bar in New UI Causes Malfunction

2 Posts
2 Utilisateurs
0 Reactions
1,351 Vu
(@gohrner)
Posts: 74
Active Member
Début du sujet
 
[#7280]

There's a "Chain" icon in the leftmost bar in the new UI which only seems to trigger a garbled error message showing partial HTML tags (see attached screenshot) if being clicked.


 
Posté : 4 Fév PM 16:022
Flou
 Flou
(@flou)
Posts: 253
Active Member
 

Hi,

indeed there is an issue, the message are not correctly display. 
There is an incorrectly closed html tag.
Ticket # 5267 as recorded on the roadMap.

Replace in shortCut.php ligne 56:

echo '

td>

'.i18n('explainLinkOnLeftMenu').'

';

by:

echo '

'.i18n('explainLinkOnLeftMenu').'

';

This view show all external links attached  on project.


 
Posté : 5 Fév PM 13:022
Share:
Retour en haut