Merge branch 'g4s'
This commit is contained in:
@ -199,7 +199,7 @@ if (count($file_copy)) {
|
||||
delete_cache_latest($bo_table);
|
||||
delete_cache_latest($target_table);
|
||||
|
||||
//echo "<script>opener.document.location.reload();</script>";
|
||||
echo "<script>opener.document.location.reload();</script>";
|
||||
|
||||
alert("복사에 성공 했습니다.", './board_copy.php?bo_table='.$bo_table.'&'.$qstr);
|
||||
?>
|
||||
@ -428,7 +428,7 @@ fieldset button {padding:0 15px;height:23px;border:0;background:#617d46;color:#f
|
||||
|
||||
|
||||
/* 테이블 */
|
||||
table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
table {clear:both;margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
caption {padding:10px 0 15px;font-weight:bold;text-align:left}
|
||||
thead th {padding:12px 0 8px;border-bottom:1px solid #666;background:#565e60;color:#fff}
|
||||
thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||
|
||||
Reference in New Issue
Block a user