Commit 6a9b39ab75c0703d2801a1e1be645fde585f0a68
1 parent
036d7bec
Exists in
master
and in
1 other branch
acrescentando forca coleta
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/views/Software/naousados.html.twig
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | <br /> |
| 21 | 21 | |
| 22 | 22 | <form id={{ 'formSoftwaresNaoUsados'|trans }} class="form-horizontal" action="{{ path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}" method="post"> |
| 23 | - <table class="table table-striped table-bordered"> | |
| 23 | + <table class="display datatable" id="datatable"> | |
| 24 | 24 | <thead> |
| 25 | 25 | <tr> |
| 26 | 26 | <th width="90%"style="text-align: center">{{ 'Nome do Software'|trans }}</th> |
| ... | ... | @@ -50,10 +50,6 @@ |
| 50 | 50 | </tbody> |
| 51 | 51 | </table> |
| 52 | 52 | |
| 53 | - {# display navigation #} | |
| 54 | - <div class="navigation"> | |
| 55 | - {{ knp_pagination_render(softwares) }} | |
| 56 | - </div> | |
| 57 | 53 | <div class="control-group" align="right"> |
| 58 | 54 | <div class="controls"> |
| 59 | 55 | <button type="reset" class="btn"> | ... | ... |