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

3
verifica_sintaxe_php.sh

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

Loading…
Cancel
Save