Commit 41fe64a7dbd797d00e967b4bca03407abdfc2b92
1 parent
177f09f1
Exists in
master
and in
1 other branch
Alterando template class display datatable
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/Log/acessoResultado.html.twig
1 | 1 | <div class="row-fluid"> |
2 | - <div class="span12"> | |
2 | + <div class="span8"> | |
3 | 3 | <div class="box grad_colour_black"> |
4 | 4 | <h2 class="box_head round_top"><i class="icon-list"></i> {{'Resultado da pesquisa' |trans }}</h2> |
5 | 5 | <div class="block box_content round_bottom padding_10"> |
6 | 6 | |
7 | - <table class="table table-striped table-bordered"> | |
7 | + <table class="display datatable" id="datatable"> | |
8 | 8 | <thead> |
9 | 9 | <tr> |
10 | 10 | <th width="10%" style="text-align: center"></th> | ... | ... |