|
|
|
|
@ -29,8 +29,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<button class="btn btn-search w-px-120" onclick="userCtrl.search();">검색</button>
|
|
|
|
|
<button class="btn btn-primary w-px-80" onclick="userCtrl.newInfo();">+ 추가</button>
|
|
|
|
|
<button class="btn btn-danger w-px-80 enable-onfound" onclick="userCtrl.removeUsers();">- 제거</button>
|
|
|
|
|
<c:if test="${currentUser.isAdmin()
|
|
|
|
|
or currentUser.hasAuthorities('ROLE_TASK_ADMIN')
|
|
|
|
|
or currentUser.hasAuthorities('ROLE_USER_MANAGE')}">
|
|
|
|
|
<button class="btn btn-primary w-px-80" onclick="userCtrl.newInfo();">+ 추가</button>
|
|
|
|
|
<button class="btn btn-danger w-px-80 enable-onfound" onclick="userCtrl.removeUsers();">- 제거</button>
|
|
|
|
|
</c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|