huiwon.seo пре 4 година
родитељ
комит
fa1ba2e17a

+ 2 - 2
src/main/webapp/WEB-INF/jsp/notice/list.jsp

@@ -111,8 +111,8 @@
                                                             <c:set var="pageNum" value="${ ( total - lStatus.index ) - ( (page - 1) * pageSize ) }" />
                                                             <tr>
                                                                 <td><c:out value="${pageNum}" /></td>
-                                                                <td>
-                                                                    <a href="./content?postSeq=${l.postSeq}"><c:out value="${l.title}" /></a>
+                                                                <td class="text-left">
+                                                                    <a href="./content?postSeq=${l.postSeq}"><c:out value="${l.title}" /></a> <span class="badge badge-danger font-weight-normal" style="font-size:13px;">답변 완료</span>
                                                                 </td>
                                                                 <td><c:out value="${l.createByName}(${l.createBy})" /></td>
                                                                 <td><c:out value="${l.createDate}" /></td>

+ 1 - 1
src/main/webapp/WEB-INF/jsp/push/list.jsp

@@ -489,7 +489,7 @@ function pushDetail( t ){
                                                             <c:if test="${pl.sendType eq 'R'}">예약</c:if>
                                                             <c:if test="${pl.sendType eq 'E'}">매일</c:if>
                                                         </td>
-                                                        <td class="td-push-title">
+                                                        <td class="td-push-title text-left">
                                                             <a href="javascript:;" data-toggle="modal" data-target="#defaultModalPrimary_1" onclick="pushDetail( this );"><c:out value="${pl.pushTitle}"/></a>
                                                             <input type="hidden" class="log-idx" value="${pl.idx}" />
                                                             <input type="hidden" class="push-idx" value="${pl.pushIdx}" />