From 8672cdbd8817957c1fb1996fb870e358c5b6022c Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 17 1월 2022 16:28:21 +0900 Subject: [PATCH] - 헤더에 일반 메일 보내기 기능 추가 - 업체 엑셀 다운로드 시 카테고리 항목들도 보여지도록 수정 --- src/main/webapp/views/common/header.html | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/common/header.html b/src/main/webapp/views/common/header.html index 9b0f69f..c87fcce 100644 --- a/src/main/webapp/views/common/header.html +++ b/src/main/webapp/views/common/header.html @@ -35,7 +35,7 @@ owl-auto-focus ng-model="vm.searchAll.keyWord" placeholder="{{'issue.pleaseEnterIssueKeyWord' | translate}}" - ng-enter="fn.searchAll(0)">�뀗 + ng-enter="fn.searchAll(0)"> <div class="input-group-prepend ml-10"> <button class="btn btn-navy" ng-click="fn.searchAll(0)"> <span translate="common.search">寃��깋</span></button> </div> @@ -62,6 +62,10 @@ <!-- <span class="new-messages-push"></span>--> <i class="dripicons-broadcast"></i> </div> + <a class="messages-notifications os-dropdown-trigger os-dropdown-position-left" + style="padding-top:5px;"> + <i class="os-icon os-icon-email-2-at2 mr-20" ng-click="fn.sendCommonMail()" data-toggle="tooltip" data-placement="right" title="吏곸젒 �옉�꽦�븳 硫붿씪 蹂대궡湲�"></i> + </a> <!-- <select name="currentWorkspace" -- Gitblit v1.8.0