Commit dd701f083a6acc35a2061650e2f5efc673c91f1c
1 parent
f04f3f9d
Exists in
master
and in
1 other branch
acrescentando total de máquinas no final do relatório
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Software/rel_inventariados.html.twig
@@ -41,4 +41,13 @@ | @@ -41,4 +41,13 @@ | ||
41 | </tbody> | 41 | </tbody> |
42 | </table> | 42 | </table> |
43 | 43 | ||
44 | + <table class="display datatable" id="datatable"> | ||
45 | + <thead> | ||
46 | + <tr> | ||
47 | + <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th> | ||
48 | + <th width="23%" style="text-align: center">{{ totalnumcomp }}</th> | ||
49 | + </tr> | ||
50 | + </thead> | ||
51 | + </table> | ||
52 | + | ||
44 | {% endblock %} | 53 | {% endblock %} |
45 | \ No newline at end of file | 54 | \ No newline at end of file |