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:
Olivier Perez 2015-12-05 18:53:10 +01:00
commit 5e8fbe2e48

View File

@ -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>