From 1bac68f76a71f209aadc52582f1c4f4406d7d88b Mon Sep 17 00:00:00 2001 From: com02 Date: Thu, 18 Nov 2021 13:09:49 +0900 Subject: [PATCH] =?UTF-8?q?=ED=83=91=EB=B2=84=ED=8A=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp | 2 +- src/main/webapp/WEB-INF/tiles/inc/footer.jsp | 2 +- src/main/webapp/css/default.css | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp index 240aa430..d9eb8479 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/listNotifications.jsp @@ -158,7 +158,7 @@ $( document ).ready(function() { else li.find(".question").append($('').attr("class", "type").html("[소장자료관]")); var unread = ""; - if(obj.readYn != "Y") unread = " (미확인)"; + if(obj.readYn != "Y") unread = " 미확인"; li.find(".question").append($('').html(obj.title + unread)); li.find(".question").append($('').attr('class', 'date').html(obj.regDd)); li.append($('
').attr('class', 'answer').attr('style', 'display: none;')); diff --git a/src/main/webapp/WEB-INF/tiles/inc/footer.jsp b/src/main/webapp/WEB-INF/tiles/inc/footer.jsp index 2e7a63d3..26c862c2 100644 --- a/src/main/webapp/WEB-INF/tiles/inc/footer.jsp +++ b/src/main/webapp/WEB-INF/tiles/inc/footer.jsp @@ -4,7 +4,7 @@ <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> - +