Commit df07e8a259f80fd8d107756b8b3af08afd4a3540
Merge branch 'master' of ssh://servclubinfo.insecure.deule.net/crep
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 | ... | ... |