|
|
@ -64,7 +64,7 @@
|
|
|
|
<button type="button" onClick="${infoPrefix}Control.getLinkedList('actions');" class="nav-link" role="tab" data-bs-toggle="tab" data-bs-target="#navs-top-actions" aria-controls="navs-top-actions" aria-selected="false">기능그룹</button>
|
|
|
|
<button type="button" onClick="${infoPrefix}Control.getLinkedList('actions');" class="nav-link" role="tab" data-bs-toggle="tab" data-bs-target="#navs-top-actions" aria-controls="navs-top-actions" aria-selected="false">기능그룹</button>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<div class="tab-content" style="padding:.6em 0;">
|
|
|
|
<div class="tab-content" style="padding:.6em 0;" id="${infoPrefix}RightInclude">
|
|
|
|
<div class="tab-pane fade show active" id="navs-top-users" role="tabpanel">
|
|
|
|
<div class="tab-pane fade show active" id="navs-top-users" role="tabpanel">
|
|
|
|
<jsp:include page="user-list.jsp" />
|
|
|
|
<jsp:include page="user-list.jsp" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -107,6 +107,7 @@ function render${infoPrefix}List() {
|
|
|
|
${infoPrefix}List.inStrings(document.getElementById("${infoPrefix}Row").innerHTML); <%-- from template#${infoPrefix}Row --%>
|
|
|
|
${infoPrefix}List.inStrings(document.getElementById("${infoPrefix}Row").innerHTML); <%-- from template#${infoPrefix}Row --%>
|
|
|
|
$("#${infoPrefix}List").html(trs.join());
|
|
|
|
$("#${infoPrefix}List").html(trs.join());
|
|
|
|
$("#${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false);
|
|
|
|
$("#${infoPrefix}Thead").find("th input[type='checkbox']").prop("checked", false);
|
|
|
|
|
|
|
|
$("#${infoPrefix}RightInclude").find("th input[type='checkbox']").prop("checked", false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
${infoPrefix}Control.onAuthorityListChange = obj => {
|
|
|
|
${infoPrefix}Control.onAuthorityListChange = obj => {
|
|
|
|