Project

General

Profile

Anomalie #5424

Problème d'affichage des listes d'icônes

Added by Philippe Roy almost 10 years ago. Updated almost 10 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Start date:
Due date:
% Done:

100%

Distribution:
EOLE 2.3

Description

Lors du choix d'une icône pour un item de bureau, les images ne s'affichent pas dans la fenêtre pop-up.
Le chemin d'accès aux fichiers images est incorrect.

Script concerné : popup-icon.php
Ligne 48 :
echo "<img id='imgapp".$db1->f('appicon_id')."' src='$dirhtml\\$file' width='90px' height='90px'></img>";
à remplacer par :
echo "<img id='imgapp".$db1->f('appicon_id')."' src='$dirhtml/$file' width='90px' height='90px'></img>";

History

#1 Updated by Philippe Roy almost 10 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100

Corrigé par commit a3383bbc

#2 Updated by Arnaud FORNEROT almost 10 years ago

  • Status changed from Résolu to Fermé

Also available in: Atom PDF