bruno 1 year ago
parent
commit
f57bd7bcea
  1. 8
      templates/cadastros/tpl/footer.php
  2. 3
      verifica_sintaxe_php.sh

8
templates/cadastros/tpl/footer.php

@ -14,17 +14,17 @@
</div>
</td>
</tr>
<? } ?>
<?php } ?>
<tr>
<th align="center" colspan="8">
<table width="100%" class="grid" border="0" cellspacing="0" cellpadding="2">
<tr>
<th align="center" style="width: 90%; border:0;">
<?= $links; ?>
<?php= $links; ?>
</th>
<th align="right" style="width: 10%; border:0;">
<?= sprintf("%s/%s", $pagMostra, $totalReg); ?>
<?php= sprintf("%s/%s", $pagMostra, $totalReg); ?>
</th>
</tr>
</table>
@ -68,7 +68,7 @@
</table>
</div>
<?=
<?php=
!empty($mensagens) ? $mensagens : '';
?>

3
verifica_sintaxe_php.sh

@ -13,3 +13,6 @@ do
done
echo "----> $file_error"
cat $file_error
echo

Loading…
Cancel
Save