|
@@ -61,13 +61,14 @@ function reset() {
|
|
|
<div class="row mb-3">
|
|
|
<div class="col-12">
|
|
|
<div class="text-right">
|
|
|
- <c:if test="${info.id eq sesId}">
|
|
|
- <button class="btn btn-secondary w100" onclick="location.href='./myinfo';">내정보 변경</button>
|
|
|
- </c:if>
|
|
|
-
|
|
|
-
|
|
|
- <c:if test="${info.id ne sesId}">
|
|
|
- <button class="btn btn-secondary w100" onclick="location.href='./edit?staffId=${info.id}';">수정</button>
|
|
|
+ <c:if test="${data._SES_GROUP_IDX ne '1'}">
|
|
|
+ <c:if test="${info.id eq sesId}">
|
|
|
+ <button class="btn btn-secondary w100" onclick="location.href='./myinfo';">내정보 변경</button>
|
|
|
+ </c:if>
|
|
|
+
|
|
|
+ <c:if test="${info.id ne sesId}">
|
|
|
+ <button class="btn btn-secondary w100" onclick="location.href='./edit?staffId=${info.id}';">수정</button>
|
|
|
+ </c:if>
|
|
|
</c:if>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -145,7 +146,9 @@ function reset() {
|
|
|
<div class="col-12">
|
|
|
<div class="text-right">
|
|
|
<c:if test="${info.id ne sesId}">
|
|
|
- <button class="btn btn-warning w150" onclick="reset();">비밀번호 초기화</button>
|
|
|
+ <c:if test="${data._SES_GROUP_IDX ne '1'}">
|
|
|
+ <button class="btn btn-warning w150" onclick="reset();">비밀번호 초기화</button>
|
|
|
+ </c:if>
|
|
|
</c:if>
|
|
|
<button class="btn btn-primary w100" onclick="location.href='./list';">확인</button>
|
|
|
</div>
|