little eye candy
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sun, 19 Jun 2005 21:50:57 +0000 (21:50 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:29:21 +0000 (23:29 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-732

templates/xnet/groupe/evt-detail.tpl

index e991432..29e4d48 100644 (file)
     {assign var="montant" value=$montant+$m.montant*$m.nb}
     {if $m.titre || $m.montant}
     <tr>
-      <td>
+      <th>
         <input type="hidden" name="item_id{counter}" value="{$m.item_id}" />
         <input type="hidden" name="eid" value="{$evt.eid}" />
         <strong>{$m.titre} - {if $m.montant > 0}{$m.montant}&euro;{else}gratuit{/if}</strong>
-      </td>
+      </th>
     </tr>
     {/if}
     <tr>