Apply bootstrap theme to the events table
This commit is contained in:
parent
9dfa3eb5af
commit
b18b38c486
|
@ -61,7 +61,7 @@ echo $this->Form->inputs(array(
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div id="Events">
|
<div id="Events">
|
||||||
<table>
|
<table class="table table-condensed table-striped">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Thumbnail</th>
|
<th>Thumbnail</th>
|
||||||
<th>Id</th>
|
<th>Id</th>
|
||||||
|
|
Loading…
Reference in New Issue