공통: btn_win -> win_btn 수정

This commit is contained in:
whitedot
2013-11-21 16:45:23 +09:00
parent 2b00d8f8cb
commit fbaaede331
11 changed files with 20 additions and 16 deletions

View File

@ -107,7 +107,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</aside>
<!-- } 설문조사 다른 결과 보기 끝 -->
<div class="btn_win">
<div class="win_btn">
<button type="button" onclick="window.close();">창닫기</button>
</div>
</div>

View File

@ -39,7 +39,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</table>
</div>
<div class="btn_win">
<div class="win_btn">
<input type="submit" value="작성완료" class="btn_submit">
</div>
</form>

View File

@ -64,7 +64,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
</table>
</div>
<div class="btn_win">
<div class="win_btn">
<input type="submit" value="작성완료" class="btn_submit">
</div>