s4

changeset 438:bd72a82f0a9c

In group home table, move team field after heading followed by notify.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 29 Jun 2017 18:32:15 +0859
parents e7ed6fa0b0d4
children 28487cab3c24
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Sat Jun 24 18:37:52 2017 +0859
     1.2 +++ b/s4-funcs.sh	Thu Jun 29 18:32:15 2017 +0859
     1.3 @@ -2220,7 +2220,7 @@
     1.4    colstate="state:稼動状態:frozen=rowclass=凍結"
     1.5    DT_CHLD=article:blogid \
     1.6  	 DT_VIEW=replyblog dumptable html blog \
     1.7 -	 "ctime team title heading$colmd $colstate" "$cond"
     1.8 +	 "ctime title heading team notify:通知$colmd $colstate" "$cond"
     1.9  
    1.10    getgname="(select gname from grp where rowid=$rowid)"
    1.11    c="group by a.name having a.name in (select user from grp_mem where gname=$getgname)"