Skip to content

Commit

Permalink
boleto itau alterado (testes unitários serao adicionados em breve)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersondanilo committed May 7, 2015
1 parent de783c6 commit c4ef51f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions templates/bancos/layout_itau.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,22 @@ <h2>Instru&ccedil;&otilde;es de impress&atilde;o</h2>
</tr>
</tbody>
</table>
{% endblock %}

{% block ficha_header %}
<table class="header" border=0 cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="131" valign="bottom">
<div style="font-weight:bold;padding:5px;font-size:1.1em;">
Banco Itaú S.A.
</div>
</td>
<td width=50>
<div class="field_cod_banco">{{ codigo_banco_com_dv }}</div>
</td>
<td class="linha_digitavel">{{ linha_digitavel }}</td>
</tr>
</tbody>
</table>
{% endblock %}
2 changes: 1 addition & 1 deletion templates/layout_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#instr_header {
background: url('{{ logo_empresa }}') no-repeat top left;
background-size: 70px 70px;
background-size: 80px 55px;
padding-left: 90px;
height: 55px;
}
Expand Down

0 comments on commit c4ef51f

Please sign in to comment.