changeset 310:e8f1847eebca

Add link to group name in joingrpadmit report screen
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 15 Oct 2016 18:32:51 +0859
parents 4188f5b3fd67
children 121b91ee87c1
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sat Oct 15 16:22:39 2016 +0859
+++ b/s4-funcs.sh	Sat Oct 15 18:32:51 2016 +0859
@@ -2480,7 +2480,7 @@
   gid=$(query "select rowid from grp where gname=`sqlquote $t_grp`;")
   rcpts="`getgroupadminmails $t_grp` $user"
   err admit: msgdir=$msgdir, rcpts="["$rcpts"]"
-  body="グループ $t_grp
+  body="グループ <a href=\"?grp+$gid\">$t_grp</a>

 $t_usr
 `[ x$1 = xyes ] && echo 'を追加' || echo 'の解除操作を'`

yatex.org