From: Paul Hänsch Date: Mon, 13 May 2024 18:56:19 +0000 (+0200) Subject: link to ledgers from cards X-Git-Url: http://git.plutz.net/?a=commitdiff_plain;h=785c5f7e7828e93a2c6629036d8808865a0eec11;hp=9631f7d188d59cc11fc14629a66583b07b187a72;p=confetti link to ledgers from cards --- diff --git a/cards/list.sh b/cards/list.sh index 9511fc1..e12d760 100755 --- a/cards/list.sh +++ b/cards/list.sh @@ -104,6 +104,7 @@ print_card(){ $(card_item "$card" CATEGORIES) ] [div .control + [a .button .item href="${_BASE}/ledgers/account.sh?card=${cardfile##*/}" $(l10n ledger)] [a .button .item href="${_BASE}/cards/edit_card.sh?card=${cardfile##*/}" $(l10n edit)] [a .button .item href="${_BASE}/cards/export_card.sh?card=${cardfile##*/}" $(l10n vcf_export)] ] diff --git a/l10n.sh b/l10n.sh index d9e01d0..9780a09 100755 --- a/l10n.sh +++ b/l10n.sh @@ -85,6 +85,7 @@ l10n_global() { edit) printf %s "Bearbeiten";; edit_categories) printf %s "Kategorien Bearbeiten";; vcf_export) printf %s "Vcard Exportieren";; + ledger) printf %s "Buchungen";; control) printf %s "Aktionen";; delete) printf %s "entfernen";; edit_update) printf %s "Daten übernehmen";;