Fixed carousel

This commit is contained in:
nemunaire 2014-01-21 17:45:46 +01:00
commit 0c33d83131
3 changed files with 43 additions and 44 deletions

View file

@ -1,7 +1,7 @@
<table class="table" style="font-size: 14px; padding: 10px; margin-bottom: 10px;">
<thead>
<tr>
<th style="font-size: 30px">{$my_team->get_name()}</th>
<th style="font-size: 30px">{$my_team->get_name()|replace:"_":" "}</th>
{for $i=1 to $nbExoMax}
<th class="text-center">Exercice {$i}</th>
{/for}