Commit 945561a5ff2e06fe300ae5f87b335829b6296b5c

Authored by Eduardo Santos
1 parent bd46af96
Exists in master and in 2 other branches 3,1, 3.1

Correções no layout e visualização das impressões

Form/PrinterType.php 100644 → 100755
Resources/config/routing.yml
1 1 CocarBundle_cocar_annotation:
2 2 resource: "@CocarBundle/Controller"
3   - prefix: /cocar
4   - type: annotation
5 3 \ No newline at end of file
  4 + prefix: /
  5 + type: annotation
... ...
Resources/public/images/circuitos.png 100644 → 100755

4.62 KB | W: | H:

4.62 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/public/images/cocar-logo-24.png 0 → 100644

1.64 KB

Resources/public/images/entidades.png 100644 → 100755

4.49 KB | W: | H:

4.49 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/public/images/help.png 100644 → 100755

1.51 KB | W: | H:

1.51 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/public/images/home.png 100644 → 100755

4.25 KB | W: | H:

4.25 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/public/images/ico1.png 100644 → 100755

4.68 KB | W: | H:

4.68 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/public/images/ico2.png 100644 → 100755

4.13 KB | W: | H:

4.13 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/public/images/impressoras.png 100644 → 100755

3.19 KB | W: | H:

3.19 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/public/images/relatorios.png 100644 → 100755

4.46 KB | W: | H:

4.46 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/public/images/table.png 100644 → 100755

886 Bytes | W: | H:

886 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
Resources/views/Printer/reports.html.twig 100644 → 100755
Resources/views/base.html.twig
1 1 {% extends '::base.html.twig' %}
2 2  
3   -{% block title 'Cocar' %}
  3 +{% block meta %}
  4 +
  5 + <title>{{ "COCAR"|trans }}</title>
  6 + <meta name="description" content="{{ 'COCAR - Configurador e Coletor de Ativos de Rede'|trans }}">
  7 + <meta name="ahoekie" content="CACIC BackEnd">
  8 +
  9 +{% endblock %}
4 10  
5 11 {% block stylesheets %}
6 12 {{ parent() }}
... ...
Resources/views/layout.html.twig
... ... @@ -124,4 +124,4 @@
124 124 <div class="main">
125 125 {% block main %}{% endblock %}
126 126 </div>
127   -{% endblock %}
128 127 \ No newline at end of file
  128 +{% endblock %}
... ...
Tests/Controller/PrinterControllerTest.php 100644 → 100755