Commit 4c7964a9ca9597056d2b35b799f19c09993b01f5
1 parent
7f43b172
Exists in
master
and in
1 other branch
alterando template
Showing
1 changed file
with
2 additions
and
6 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/Local/index.html.twig
... | ... | @@ -18,7 +18,8 @@ |
18 | 18 | <p>{{ "Neste módulo deverão ser registrados todos os locais originais do sistema, para que seja possível o controle centralizado"|trans }}</p> |
19 | 19 | <br /> |
20 | 20 | |
21 | - <table class="table table-striped table-bordered"> | |
21 | + <table class="display datatable" id="datatable"> | |
22 | + | |
22 | 23 | <thead> |
23 | 24 | <tr> |
24 | 25 | <th width="15%">{{ "Sigla"|trans }}</th> |
... | ... | @@ -59,11 +60,6 @@ |
59 | 60 | </tbody> |
60 | 61 | </table> |
61 | 62 | |
62 | - {# display navigation #} | |
63 | - <div class="navigation"> | |
64 | - {{ knp_pagination_render(locais) }} | |
65 | - </div> | |
66 | - | |
67 | 63 | <div align="right"> |
68 | 64 | <a class="btn btn-primary bt-adicionar" href="{{ path('cacic_local_cadastrar') }}"> |
69 | 65 | <i class="icon-plus-sign"></i> | ... | ... |