Merge branch 'feature/display-title-on-table-header' into 'develop'
Affichage d'un titre sur l'entête des colonnes Attribut title ajouté à l'entête des colonnes pour voir tout le contenu lorsqu'elle sont tronquées. See merge request !96
This commit is contained in:
commit
5e8fbe2e48
@ -36,7 +36,7 @@
|
||||
<tr>
|
||||
<th role="presentation"></th>
|
||||
{foreach $slots as $id=>$slot}
|
||||
<th class="bg-info" id="C{$id}">{$slot->title|markdown}</th>
|
||||
<th class="bg-info" id="C{$id}" title="{$slot->title|markdown:true}">{$slot->title|markdown}</th>
|
||||
{/foreach}
|
||||
<th></th>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user