X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=cards%2Flist.sh;fp=cards%2Flist.sh;h=1c602913244d34882771c6d0b318f5d85a70e65f;hp=4e40072a9b396889196794ce044801358891a835;hb=0bb22396a89ab7a8d79f765a63d1714054c54052;hpb=d4701244b73cd8741cba4599adfe80280783039b diff --git a/cards/list.sh b/cards/list.sh index 4e40072..1c60291 100755 --- a/cards/list.sh +++ b/cards/list.sh @@ -45,7 +45,7 @@ edit_card(){ done) [h3 $(l10n CATEGORIES) ] $( grep -xE '[^ ]+' "$_DATA"/mappings/categories |while read -r cat; do - printf '[label [input type="checkbox" name="attendance" value="%s" %s] %s]' \ + printf '[label [input type="checkbox" name="CATEGORIES" value="%s" %s] %s]' \ "$(HTML "$cat")" \ "$(seq 1 $(pdi_count "$card" CATEGORIES) |while read c; do pdi_value "$card" CATEGORIES $c |grep -qxF "$cat" \