cosmetic : set the total and compute button outside of the frame

This commit is contained in:
sparkyx 2020-10-31 09:17:13 +01:00
parent 47d9a08595
commit 0ca583f629

View file

@ -53,6 +53,7 @@ echo '</tr>';
?>
</table>
</div>
<div style="position:float;float:right;text-align:right;padding-right:5px;font-size:1.2em;font-weight:bold;color:blue">
<?php echo HtmlInput::button('act',_('Actualiser'),'onClick="compute_all_ledger();"'); ?>
@ -79,7 +80,6 @@ echo '</tr>';
<br><?php echo _('Total')?>
<?php endif; ?>
</div>
</div>