Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
113.1
edited by Super Admin
on 2026/03/27 03:42
on 2026/03/27 03:42
Change comment:
There is no comment for this version
To version
112.1
edited by Super Admin
on 2026/03/25 01:50
on 2026/03/25 01:50
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1004,13 +1004,13 @@ 1004 1004 1005 1005 <div class="activity-toolbar"> 1006 1006 <div class="activity-fy-tabs"> 1007 - <button class="activity-fy-tab" onclick="switchActivityFY('$currentFYStr', this)">$currentFYStr 年度</button> 1007 + <button class="activity-fy-tab active" onclick="switchActivityFY('$currentFYStr', this)">$currentFYStr 年度</button> 1008 1008 #foreach($fy in $fySet) 1009 1009 #if($fy != $currentFYStr) 1010 1010 <button class="activity-fy-tab" onclick="switchActivityFY('$fy', this)">$fy 年度</button> 1011 1011 #end 1012 1012 #end 1013 - <button class="activity-fy-tab active" onclick="switchActivityFY('all', this)">全期間</button>1013 + <button class="activity-fy-tab" onclick="switchActivityFY('all', this)">全期間</button> 1014 1014 </div> 1015 1015 <div class="activity-toolbar-right"> 1016 1016 <button class="btn-view-toggle" id="btnViewToggle" onclick="toggleCompactView()" title="タイトルのみ表示"> ... ... @@ -1594,7 +1594,7 @@ 1594 1594 fyTabs.forEach(function(t) { tabContainer.appendChild(t); }); 1595 1595 if (allTab) { tabContainer.appendChild(allTab); } 1596 1596 } 1597 - // デフォルトで 全期間を表示1597 + // デフォルトで現在の年度を表示 1598 1598 var defaultTab = document.querySelector('.activity-fy-tab.active'); 1599 1599 if (defaultTab) { defaultTab.click(); } 1600 1600 // 保存成功時のトースト通知