Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
92.1
edited by Super Admin
on 2026/03/20 02:58
on 2026/03/20 02:58
Change comment:
There is no comment for this version
To version
93.1
edited by Super Admin
on 2026/03/20 10:33
on 2026/03/20 10:33
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -304,7 +304,7 @@ 304 304 305 305 ## --- 編集ボタン(権限があるユーザーのみ表示) --- 306 306 #set($canEditSchool = false) 307 -#if(!$isGuest && ($isViewerAdmin || $isSchoolMember)) 307 +#if(!$isGuest && ($isViewerAdmin || $isSchoolMember || $isAlumniOfSchool)) 308 308 #set($canEditSchool = true) 309 309 #end 310 310 #if($canEditSchool) ... ... @@ -1052,7 +1052,7 @@ 1052 1052 1053 1053 #if($xcontext.user != "XWiki.XWikiGuest") 1054 1054 <div class="thread-add-post"> 1055 - #if($isSchoolMember || $isViewerAdmin) 1055 + #if($isSchoolMember || $isAlumniOfSchool || $isViewerAdmin) 1056 1056 <a href="/bin/SeitokaiCode/ActivityPostForm?schoolPage=${doc.fullName}&activityIndex=${actIdx}&schoolCode=$!escapetool.url($schoolCode)&postType=report" class="btn-thread-add"> 1057 1057 + 活動報告を追加 1058 1058 </a>