From: Paul Hänsch Date: Thu, 4 Feb 2021 21:07:27 +0000 (+0100) Subject: single label for seed input X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=3ea5e66a2f2cac72cfde653f56330370e0b170de single label for seed input --- diff --git a/cards/index.cgi b/cards/index.cgi index e25843c..934c19a 100755 --- a/cards/index.cgi +++ b/cards/index.cgi @@ -18,12 +18,8 @@ edit="${edit##*/}" printf ' [form class="newcard" action="/cards/new_card.sh" method="POST" [button type="submit" %s] - [input name="seed" placeholder="%s %s %s %s %s %s %s () %s () %s"] - ]' "$(l10n newcard)" \ - "$(l10n X-ZACK-JOINDATE)" "$(l10n n_first)" "$(l10n n_last)" \ - "$(l10n BDAY) $(l10n month)" "$(l10n BDAY) $(l10n year)" \ - "$(l10n TEL)" "$(l10n TEL) $(l10n 'TYPE=CELL')" "$(l10n EMAIL)" \ - "$(l10n NOTE)" + [input name="seed" placeholder="%s"] + ]' "$(l10n newcard)" "$(l10n vcf_seed_label)" [ "$edit" ] && edit_card "$edit" list_cards } | yield_page cards #/cards/cards.css