Beispiel #1
0
    echo Text::_("Ver aporte completo de riego");
    ?>
</a>
    <?php 
}
?>

</div>

<div class="widget">
    <h3><?php 
echo Text::_('Log');
?>
</h3>
    <?php 
foreach (\Goteo\Model\Invest::getDetails($invest->id) as $log) {
    echo "{$log->date} : {$log->log} ({$log->type})<br />";
}
?>
</div>

<?php 
if (isset($_GET['full']) && $_GET['full'] == 'show') {
    ?>
<div class="widget">
    <h3><?php 
    echo Text::_("Detalles técnicos de la transaccion");
    ?>
</h3>
    <?php 
    if (!empty($invest->preapproval)) {