From 4120b8a1aeccc536da29b91b99e4032835a747e5 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 25 10월 2021 17:17:59 +0900 Subject: [PATCH] 사용자관리 view 수정 --- src/main/webapp/views/notice/noticeList.html | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/notice/noticeList.html b/src/main/webapp/views/notice/noticeList.html index b46a997..7a6526f 100644 --- a/src/main/webapp/views/notice/noticeList.html +++ b/src/main/webapp/views/notice/noticeList.html @@ -8,7 +8,7 @@ <span translate="notice.registerNotice">怨듭��궗�빆 �벑濡�</span> </button> - <form class="form-inline justify-content-sm-end pull-right" + <!--<form class="form-inline justify-content-sm-end pull-right" method="post" action="/user/downloadExcel" name="userListForm"> @@ -18,7 +18,7 @@ make-search-conditions="fn.makeSearchConditions()"> <span translate="common.downloadExcel">�뿊�� �떎�슫濡쒕뱶</span> </button> - </form> + </form>--> </div> <h6 class="element-header" translate="notice.notice"> @@ -84,7 +84,18 @@ </div> </div> <div class="col-sm-6 text-right"> - + <form class="form-inline justify-content-sm-end pull-right ng-pristine ng-valid" method="post" action="/project/downloadExcel" name="projectListForm"> + <input type="hidden" name="conditions" autocomplete="off"> + <div class="btn-group"> + <button aria-expanded="false" aria-haspopup="true" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" type="button"><span translate="common.addFunction" class="ng-scope">異붽�湲곕뒫</span> + </button> + <div aria-labelledby="dropdownMenuButton2" class="dropdown-menu left-menu" x-placement="bottom-start"> + <a class="dropdown-item cursor ng-isolate-scope" form-submit="projectListForm" make-search-conditions="fn.makeSearchConditions()"><span translate="common.downloadExcel" class="ng-scope">�뿊�� �떎�슫濡쒕뱶</span></a> + <a class="dropdown-item cursor" ng-click="fn.removes()"> <span translate="common.delete" class="ng-scope">�궘�젣</span></a> + + </div> + </div> + </form> </div> </div> </div> -- Gitblit v1.8.0