Commit 38a2b130f3e94768a59cc3b1e29054f889b28a4c

Authored by eduardo.batista
1 parent 2d28ebf8
Exists in master and in 1 other branch desenv

[Feat] Adicionando QRCode do SEI.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
MdWsSeiRest.php
... ... @@ -316,8 +316,8 @@ class MdWsSeiRest extends SeiIntegracao
316 316  
317 317 $htmlQrCode .= '<ul>';
318 318 $htmlQrCode .= '<li style="list-style:none">';
319   - $htmlQrCode .= '<p style="margin: 10px 20px"><b>Escaneie o QRCode abaixo para acessar o SEI no aplicativo:</b></p>';
320   - $htmlQrCode .= '<img style="margin: 0% 25%" align="center" src="data:image/png;base64, '
  319 + $htmlQrCode .= '<p style="margin: 10px 30px 10px 0px"><b>Escaneie o QRCode abaixo para acessar o SEI no aplicativo:</b></p>';
  320 + $htmlQrCode .= '<img style="margin: 0 60px" align="center" src="data:image/png;base64, '
321 321 . base64_encode($binQrCode) . '" />';
322 322 $htmlQrCode .= '</li>';
323 323 $htmlQrCode .= '</ul>';
... ...