이준호 문자온 개선 커밋
- 주소록 관리 > 주소록 입력 대행(무료) ==>요청사상 테이블 깨짐 수정 - http://pms.iten.co.kr:9999/issues/3995
@8dddd73713dec497305639d6f20c3e97cf4fee32
--- src/main/webapp/WEB-INF/jsp/web/addragency/AddrAgencyListAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/addragency/AddrAgencyListAjax.jsp
... | ... | @@ -106,7 +106,7 @@ |
| 106 | 106 |
<c:out value="${(paginationInfo.currentPageNo - 1) * paginationInfo.recordCountPerPage + status.count}"/>
|
| 107 | 107 |
</td> |
| 108 | 108 |
<td><c:out value="${result.registPnttm}"/></td>
|
| 109 |
- <td><c:out value="${result.requestTxt}"/></td>
|
|
| 109 |
+ <td style="word-wrap: break-word"><c:out value="${result.requestTxt}"/></td>
|
|
| 110 | 110 |
<td> |
| 111 | 111 |
<c:choose> |
| 112 | 112 |
<c:when test="${result.type eq 'F'}">
|
... | ... | @@ -116,8 +116,8 @@ |
| 116 | 116 |
문자 주소록 |
| 117 | 117 |
</c:otherwise> |
| 118 | 118 |
</c:choose> |
| 119 |
- </td> |
|
| 120 |
- <td class="td_file"> |
|
| 119 |
+ </td> |
|
| 120 |
+ <td class="td_file"> |
|
| 121 | 121 |
<c:if test="${result.atchFileId ne ''}">
|
| 122 | 122 |
<c:import url="/cmm/fms/selectAddrAgencyFileInfs.do" charEncoding="utf-8"> |
| 123 | 123 |
<c:param name="param_atchFileId" value="${result.atchFileId}" />
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?