Browse Source

Reparer l'affichage de la liste des sites en colonne laterale : il faut la classe .principale sur le th aussi pour qu'il ne soit pas masque

master
Cerdic 2 years ago
parent
commit
52abe46f41
  1. 2
      prive/objets/liste/syndic.html

2
prive/objets/liste/syndic.html

@ -12,7 +12,7 @@
<thead>
<tr class='first_row'>
<th class='statut' scope='col'>[(#TRI{statut,<span title="<:lien_trier_statut|attribut_html:>">#</span>,ajax})]</th>
<th class='nom_site' scope='col'>[(#TRI{nom_site,<:sites:form_prop_nom_site:>,ajax})]</th>
<th class='nom_site principale' scope='col'>[(#TRI{nom_site,<:sites:form_prop_nom_site:>,ajax})]</th>
<th class='syndication' scope='col'><:sites:info_syndication:></th>
<th class='date' scope='col'>[(#TRI{date,<:date:>,ajax})]</th>
<th class='id' scope='col'>[(#TRI{id_syndic,<:info_numero_abbreviation:>,ajax})]</th>

Loading…
Cancel
Save