From: Paul Hänsch Date: Wed, 11 Dec 2019 20:08:41 +0000 (+0100) Subject: list therapies in vcard overview X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=705c924c81dd8a77706c6c37543f0da8af5aec41;p=lobster list therapies in vcard overview --- diff --git a/cards/l10n.sh b/cards/l10n.sh index 044a6a1..ec02d65 100755 --- a/cards/l10n.sh +++ b/cards/l10n.sh @@ -85,6 +85,7 @@ l10n(){ prescriptions) printf %s "Verordnungen";; new_prescription) printf %s "Neue Verordnung";; no_icd) printf %s "Kein ICD Code";; + therapies) printf %s "Therapien";; X-ZACK-JOINDATE) printf %s "An­mel­de­da­tum";; X-ZACK-LEAVEDATE) printf %s "Ab­mel­de­da­tum";; diff --git a/cards/list.sh b/cards/list.sh index 9ff3125..9224ace 100755 --- a/cards/list.sh +++ b/cards/list.sh @@ -63,6 +63,7 @@ print_card(){ [div .section .phone $(card_item "$card" TEL EMAL IMPP URL)] [div .section .insurance $(card_item "$card" X-HEALTH-INSURANCE)] [div .section .note $(card_item "$card" NOTE X-CLIENT-REFERRAL)] + [div .section .therapies $(card_item "$card" therapies)] [div .control [a .item href="/cards/edit_card.sh?card=${cardfile##*/}" $(l10n edit)] [a .item href="/cards/export_card.sh?card=${cardfile##*/}" $(l10n vcf_export)] diff --git a/cards/widgets.sh b/cards/widgets.sh index 4d0f733..d2ed326 100755 --- a/cards/widgets.sh +++ b/cards/widgets.sh @@ -21,7 +21,7 @@ cat <