Commit 35c12e67bcffd979974919f8ce85b00bdf114b79
1 parent
aef763b7
Exists in
master
and in
1 other branch
Alterando template
Showing
1 changed file
with
2 additions
and
5 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/Software/naoclassificados.html.twig
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | |
| 22 | 22 | <form id={{ 'formSoftwaresNaoClassificados'|trans }} class="form-horizontal" action="{{ path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}" method="post"> |
| 23 | 23 | |
| 24 | - <table class="table table-striped table-bordered"> | |
| 24 | + <table class="display datatable" id="datatable"> | |
| 25 | 25 | <thead> |
| 26 | 26 | <tr> |
| 27 | 27 | <th>{{ 'Software'|trans }}</th> |
| ... | ... | @@ -49,10 +49,7 @@ |
| 49 | 49 | |
| 50 | 50 | </tbody> |
| 51 | 51 | </table> |
| 52 | - {# display navigation #} | |
| 53 | - <div class="navigation"> | |
| 54 | - {{ knp_pagination_render(softwares) }} | |
| 55 | - </div> | |
| 52 | + | |
| 56 | 53 | <div class="control-group"> |
| 57 | 54 | <div class="controls" align="right"> |
| 58 | 55 | <button type="reset" class="btn"> | ... | ... |