Commit ee1cb73c1fe02c0ac14db83f88a75cf0fbaf7440
1 parent
0f3ea6b2
modification de l'agenda
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
agenda.php
1 | -<table class="table table-striped table condensed"> | |
1 | +<table class="table table-striped table-bordered table-condensed"> | |
2 | 2 | <div class="panel_heading"> |
3 | 3 | <thead> |
4 | 4 | <tr> |
... | ... | @@ -11,5 +11,9 @@ |
11 | 11 | </tr> |
12 | 12 | </thead> |
13 | 13 | </div > |
14 | + <tbody> | |
15 | + <tr> | |
16 | + <td> </td> | |
17 | + </tr> | |
14 | 18 | </table> |
15 | 19 | ... | ... |