From: Paul Hänsch Date: Sun, 13 Nov 2022 21:22:28 +0000 (+0100) Subject: swap Add and Flip buttons X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=995cf28d73ab4d54981a98844304e522d924ac65 swap Add and Flip buttons --- diff --git a/widgets.sh b/widgets.sh index cd9cf3b..3efb79b 100755 --- a/widgets.sh +++ b/widgets.sh @@ -266,7 +266,7 @@ w_tagging(){ cat <<-EOF [fieldset [legend New:][textarea name=newtag] [label [checkbox "makegroup" "true"] Join selected into group] - [submit "op" "del" Remove][submit "op" "add" Add][submit "op" "flip" Flip] + [submit "op" "del" Remove][submit "op" "flip" Flip][submit "op" "add" Add] ]] EOF }