jhleem / egov star

임종호 임종호 2022-02-18 @104


            
Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/menu/program/EgovProgramBbsListSearch.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/menu/program/EgovProgramBbsListSearch.jsp (revision 103) +++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/menu/program/EgovProgramBbsListSearch.jsp (revision 104) @@ -104,10 +104,10 @@ </span></td> <td><c:out value="${result.bbsIntrcn }" /></td> <td> - <button onclick="choisBbsListSearch('<c:out value="${result.bbsId}"/>', '<c:out value="${result.bbsTyCode}"/>', 'user'); return false;">선택</button> + <button class="btn_s" onclick="choisBbsListSearch('<c:out value="${result.bbsId}"/>', '<c:out value="${result.bbsTyCode}"/>', 'user'); return false;">선택</button> </td> <td> - <button onclick="choisBbsListSearch('<c:out value="${result.bbsId}"/>', '<c:out value="${result.bbsTyCode}"/>', 'admin'); return false;">선택</button> + <button class="btn_s" onclick="choisBbsListSearch('<c:out value="${result.bbsId}"/>', '<c:out value="${result.bbsTyCode}"/>', 'admin'); return false;">선택</button> </td> </tr> </c:forEach>
Add a comment
List