5e263e09a1118f14427dd489e8df3ec1.png PSMList 0.4.0 PSM-040-053

Général

Ordre affichage : 49 Création : 02/07/2023 21h55
Index BL : 53 Modification : 03/07/2023 23h37
BL : PSM-040-053

Source : Aucune Soeurs : -

Dev

Fin dev :   D (Done) Ticket : -
Contrôle dev effectué : Fiche : -

C.Qualif. :   #000000
Activé : Icône FA : Par défaut

Contact : ARS - Arshellan Qualification : Nouveauté
Répartition : - Module : Search
Dev : ARS - Arshellan Sous module : UI

Provenance : 0.4.0  New Constat : -

Début : S.27 Charge j. : -
Fin : S.27 Délai j. : -
Priorité : - Pokercard : -
Estimatif j. : -

Description : Display the thumbnail image of the pieces in the lists, use the x30 icon

Texte Commit : -

Description client : Added miniature images on the search results for ships. Depending on the user feedback on this, it may be also added for crews and treasure search pages.

Client

Fascicule : Ne pas communiquer :
Alerte Mailing :

PreP

Statut PreP :   OK - Validé Testeur : ARS - Arshellan

Discussion

ARS

Arshellan

lundi 3 juillet 2023 à 14:15

in search_table.css line 268<br/><br/><br/><br/>.searchResultTable table tbody td.image a {<br/> display: flex;<br/> transform: scale(1.35,1.35);<br/>}<br/><br/>@media (max-width: 299px) {<br/> .searchResultTable table tbody td.image, .searchResultTable table tbody th.image {<br/> margin: 0;<br/> padding: 0;<br/> }<br/> .searchResultTable table tbody td.image a {<br/> display: none;<br/> }<br/>}<br/><br/>.searchResultTable table tbody td.extension img {<br/> margin: 0 2px 0 0;<br/>}

ARS

Arshellan

lundi 3 juillet 2023 à 14:16

ship/search.html.twig <br/><br/>line 62<br/><br/><br/> <th class="image"><br/><br/> </th><br/><br/><br/>line 100<br/><br/><br/> <td class="image"><br/> <a href="{{ path('ship_detail', {id: item.extShort~item.numid}) }}" title="{{ item.extShort~' - '~item.extName }}"><br/> <img src="{{ asset('img/gameicons/x30/'~item.extShort~'/'~item.numid~'.jpg') }}" alt=""><br/> </a><br/> </td>