Commit 21eae931ab339322f7c0ee551643957953005060

Authored by Erwan Nanrocki
2 parents 43e523c0 0488178d

Merge branch 'master' of ssh://servclubinfo.insecure.deule.net/crep

Showing 1 changed file with 12 additions and 2 deletions   Show diff stats
agenda.php
1   -<table class="table table-striped ">
2   - <th></th>
  1 +<table class="table table-striped table condensed">
  2 + <div class="panel_heading">
  3 + <thead>
  4 + <tr>
  5 + <th> Lundi </th>
  6 + <th> Mardi </th>
  7 + <th> Mercredi </th>
  8 + <th> Jeudi </th>
  9 + <th> Vendredi </th>
  10 + </tr>
  11 + </thead>
  12 + </div >
3 13 </table>
4 14  
... ...