From: Mischa POSLAWSKY Date: Sat, 7 Jul 2018 15:53:44 +0000 (+0200) Subject: login/edit: label references of tags descriptions X-Git-Tag: v3.3~1 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/940f4aac86e41b5bebd840f9018343f58d0ee481 login/edit: label references of tags descriptions Clickable. --- diff --git a/login/edit.php b/login/edit.php index 56451b5..e39af54 100644 --- a/login/edit.php +++ b/login/edit.php @@ -216,9 +216,10 @@ foreach ($cols as $col => &$colconf) { foreach ($colconf['values'] as $tag => $val) { printf( "\n\t\t" . - '' . - ' %s', - $tag, + '' . + '' . + '', + "tags[$tag]", "tag-$tag", $val['value'] ? ' checked' : '', isset($val['target']) ? '' : ' readonly', ucfirst($tag)