Commit c135c4a66ffbf1a04e66ac8db962dcc8c397bc59
1 parent
c6f4febc
Exists in
master
Redimencionamento das linhas do relatório.
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
src/main/java/br/com/ases/controller/AvaliacaoController.java
@@ -537,7 +537,6 @@ public class AvaliacaoController { | @@ -537,7 +537,6 @@ public class AvaliacaoController { | ||
537 | 537 | ||
538 | novaChave = "urlAvaliada" + chaveAvaliacao; | 538 | novaChave = "urlAvaliada" + chaveAvaliacao; |
539 | String urlAvaliada = (String) VRaptorRequestHolder.currentRequest().getServletContext().getAttribute(novaChave); | 539 | String urlAvaliada = (String) VRaptorRequestHolder.currentRequest().getServletContext().getAttribute(novaChave); |
540 | - | ||
541 | map.put("pPagina", urlAvaliada != "" ? urlAvaliada : "Código Fonte ou Arquivo"); | 540 | map.put("pPagina", urlAvaliada != "" ? urlAvaliada : "Código Fonte ou Arquivo"); |
542 | 541 | ||
543 | if (urlAvaliada != "") { | 542 | if (urlAvaliada != "") { |
src/main/webapp/WEB-INF/templates-relatorios/relatorio-avaliacao.jrxml
@@ -191,7 +191,7 @@ | @@ -191,7 +191,7 @@ | ||
191 | <text><![CDATA[Página Avaliada]]></text> | 191 | <text><![CDATA[Página Avaliada]]></text> |
192 | </staticText> | 192 | </staticText> |
193 | <textField> | 193 | <textField> |
194 | - <reportElement x="90" y="182" width="1024" height="20" uuid="c14e0918-43d2-4d71-bed9-c32949d0af5f"/> | 194 | + <reportElement x="90" y="182" width="555" height="20" uuid="c14e0918-43d2-4d71-bed9-c32949d0af5f"/> |
195 | <textElement> | 195 | <textElement> |
196 | <font size="13"/> | 196 | <font size="13"/> |
197 | </textElement> | 197 | </textElement> |