瀏覽代碼

Merge pull request #1781 from morishima-k/page-transition

fix labeltype and keymatch
Shinsuke Sugaya 7 年之前
父節點
當前提交
357f27fe32

+ 3 - 0
src/main/webapp/WEB-INF/view/admin/keymatch/admin_keymatch.jsp

@@ -108,6 +108,9 @@
 											</ul>
 										</div>
 									</div>
+									<c:if test="${keyMatchPager.currentPageNumber > keyMatchPager.allPageCount}">
+										<script>location.href = "${contextPath}/admin/keymatch/list/${keyMatchPager.allPageCount}";</script>
+									</c:if>
 								</c:if>
 							</div>
 							<!-- /.box-body -->

+ 3 - 0
src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp

@@ -106,6 +106,9 @@
 											</ul>
 										</div>
 									</div>
+									<c:if test="${labelTypePager.currentPageNumber > labelTypePager.allPageCount}">
+										<script>location.href = "${contextPath}/admin/labeltype/list/${labelTypePager.allPageCount}";</script>
+									</c:if>
 								</c:if>
 							</div>
 							<!-- /.box-body -->