s4

changeset 877:0905a624c720

Checkbox should have value of rowid of user
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 08 Dec 2020 12:24:19 +0900
parents 610c3fb6d52a
children 85a20c87bf97
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Tue Dec 08 12:11:30 2020 +0900
     1.2 +++ b/s4-funcs.sh	Tue Dec 08 12:24:19 2020 +0900
     1.3 @@ -3176,7 +3176,7 @@
     1.4  #-e "s|^\(<TR><TD>\)k\([0-9]*\),\([^<]*\)|\1$ba\2$lnk|" \
     1.5    cgi_form grpaction<<EOF \
     1.6        	| sed  -E \
     1.7 -	       -e "s|^(<TR><TD)>(k?)([0-9]*),([^,]+),([^<]*)|\1 title=\"\4\">\2$b1\4$lnk|" \
     1.8 +	       -e "s|^(<TR><TD)>(k?)([0-9]*),([^,]+),([^<]*)|\1 title=\"\4\">\2$b1\3$lnk|" \
     1.9  	       -e 's/^(<TR><TD[^>]*>)k(<label)/\1\2 class="admin"/' \
    1.10  	       -e "s|^(<TR><TH>)(NAME)|\1$br \2|" \
    1.11  	| _m4 -D_TITLE_="spaste(\`$tf')" \