Merge branch 'fronkdev' into 'master'

Fixed title attribute on egn download button

See merge request fronk/thetool!1879
This commit is contained in:
Frank Schubert
2025-11-11 20:46:50 +00:00

View File

@@ -343,7 +343,7 @@ $pagination_entity_name = "Rechnungen";
<td><?=($invoice->billing_delivery == "email") ? "Email" : "Papier"?></td>
<td>
<a href="<?=self::getUrl("Invoice", "downloadInvoiceCsv", ["id" => $invoice->id])?>" title="CSV-Download"><i class="far fa-file-csv fa-fw"></i></a>
<a href="<?=self::getUrl("Invoice", "downloadInvoiceVoiceDetails", ["id" => $invoice->id])?>" title="CSV-Download"><i class="far fa-square-phone-flip fa-fw ml-2"></i></a>
<a href="<?=self::getUrl("Invoice", "downloadInvoiceVoiceDetails", ["id" => $invoice->id])?>" title="Download EGN"><i class="far fa-square-phone-flip fa-fw ml-2"></i></a>
</td>
</tr>
<?php endforeach; ?>