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 wrap: on
line diff
--- a/s4-funcs.sh	Mon Nov 28 09:31:07 2016 +0859
+++ b/s4-funcs.sh	Mon Nov 28 09:40:11 2016 +0859
@@ -1464,9 +1464,10 @@
   rowid=${1%%[!A-Z0-9a-z_]*}
   # GF_ACTION="?grp+$1" edittable "$formdir/grp.def" "grp" "$rowid" #2015-0804
   GF_STAGE="groupupdate" edittable "$formdir/grp.def" "grp" "$rowid"
-  test -z "$STOPCLONEMSG" &&
-      echo "<a href=\"?groupclone+$rowid\">同じ構成員で新規グループ作成</a>" \
-	  | html p
+  if [ -z "$STOPCLONEMSG" ]; then
+    echo "同じ構成員で新規グループ<a href=\"?groupclone+$rowid\">作成</a>" \
+	| html p
+  fi
 }
 mems() {
   _m4 -D_TITLE_="参加者一覧" -D_BODYCLASS_=listmember $layout/html.m4.html

yatex.org