Affichage d'un titre sur l'entête des colonnes

This commit is contained in:
Antonin 2015-12-02 17:29:42 +01:00
parent c78613481e
commit a9bddc94b3
1 changed files with 1 additions and 1 deletions

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>