s4

changeset 384:305381d205bb

Shring anchored portion of link to groupclone()
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 28 Nov 2016 09:40:11 +0859
parents 93ba4a8f3398
children cc2a6f631553
files s4-funcs.sh
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Mon Nov 28 09:31:07 2016 +0859
     1.2 +++ b/s4-funcs.sh	Mon Nov 28 09:40:11 2016 +0859
     1.3 @@ -1464,9 +1464,10 @@
     1.4    rowid=${1%%[!A-Z0-9a-z_]*}
     1.5    # GF_ACTION="?grp+$1" edittable "$formdir/grp.def" "grp" "$rowid" #2015-0804
     1.6    GF_STAGE="groupupdate" edittable "$formdir/grp.def" "grp" "$rowid"
     1.7 -  test -z "$STOPCLONEMSG" &&
     1.8 -      echo "<a href=\"?groupclone+$rowid\">同じ構成員で新規グループ作成</a>" \
     1.9 -	  | html p
    1.10 +  if [ -z "$STOPCLONEMSG" ]; then
    1.11 +    echo "同じ構成員で新規グループ<a href=\"?groupclone+$rowid\">作成</a>" \
    1.12 +	| html p
    1.13 +  fi
    1.14  }
    1.15  mems() {
    1.16    _m4 -D_TITLE_="参加者一覧" -D_BODYCLASS_=listmember $layout/html.m4.html