사용자: 게시판스킨 글쓰기 보강
This commit is contained in:
@ -175,7 +175,7 @@ if ($group['gr_use_access']) {
|
||||
}
|
||||
}
|
||||
|
||||
$g4['title'] = $title_msg.' > '.$board['bo_subject'];
|
||||
$g4['title'] = $board['bo_subject']." ".$title_msg;
|
||||
|
||||
$is_notice = false;
|
||||
$notice_checked = '';
|
||||
|
||||
@ -275,6 +275,9 @@ h6 {margin:0 0 20px}
|
||||
.board_cate_link {display:inline-block;margin-right:10px;font-weight:bold}
|
||||
.td_subject img {margin-left:5px}
|
||||
|
||||
/* 게시판 쓰기 */
|
||||
#board_write caption {padding:0;height:0;overflow:hidden}
|
||||
|
||||
/* 우편번호 검색 */
|
||||
#post_num dl {margin:0 auto 10px;padding:0;width:90%}
|
||||
#post_num dt {margin-bottom:15px}
|
||||
|
||||
@ -22,7 +22,7 @@ var char_max = parseInt(<?=$write_max?>); // 최대
|
||||
<input type="hidden" name="sod" value="<?=$sod?>">
|
||||
<input type="hidden" name="page" value="<?=$page?>">
|
||||
|
||||
<table class="frm_tbl">
|
||||
<table id="board_write" class="frm_tbl">
|
||||
<caption><?=$board['bo_subject']?> <?=$title_msg?></caption>
|
||||
<tbody>
|
||||
<? if ($is_name) { ?>
|
||||
|
||||
Reference in New Issue
Block a user