From a55f7f3d0af184246d1b3ced1d8e160a93337060 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 18 1월 2022 10:39:50 +0900
Subject: [PATCH] 이슈상세 - 파트너 담당자 개별 메일 보내는 부분 권한체크

---
 src/main/webapp/views/common/header.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/common/header.html b/src/main/webapp/views/common/header.html
index 9b0f69f..7658d3b 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,9 @@
 <!--                <span class="new-messages-push"></span>-->
                 <i class="dripicons-broadcast"></i>
             </div>
+            <div class="messages-notifications os-dropdown-trigger os-dropdown-position-left">
+                <i class="os-icon os-icon-email-2-at2 mr-20" ng-click="fn.sendCommonMail()" data-toggle="tooltip" data-placement="right" title="吏곸젒 �옉�꽦�븳 硫붿씪 蹂대궡湲�"></i>
+            </div>
 
             <!--
             <select name="currentWorkspace"

--
Gitblit v1.8.0