#274 에 따른 마크업 처리, 링크주소는 미입력된 상태
This commit is contained in:
@ -567,6 +567,7 @@ $pg_anchor = "<ul class=\"anchor\">
|
|||||||
<th scope="row"><label for="bo_skin">스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="bo_skin">스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<?=get_skin_select("board", "bo_skin", "bo_skin", $board['bo_skin'], 'required');?>
|
<?=get_skin_select("board", "bo_skin", "bo_skin", $board['bo_skin'], 'required');?>
|
||||||
|
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="group_setting">
|
<td class="group_setting">
|
||||||
<input type="checkbox" id="chk_skin" name="chk_skin" value="1">
|
<input type="checkbox" id="chk_skin" name="chk_skin" value="1">
|
||||||
|
|||||||
@ -127,6 +127,7 @@ $pg_anchor = "
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
|
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
|
||||||
</td>
|
</td>
|
||||||
<th scope="row"><label for="cf_new_rows">최근게시물 라인수</label></th>
|
<th scope="row"><label for="cf_new_rows">최근게시물 라인수</label></th>
|
||||||
<td>
|
<td>
|
||||||
@ -145,6 +146,7 @@ $pg_anchor = "
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
|
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -158,6 +160,7 @@ $pg_anchor = "
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
|
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -284,6 +287,7 @@ $pg_anchor = "
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
|
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -310,3 +310,6 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
|
|||||||
.pg_end,
|
.pg_end,
|
||||||
.pg_next {border-left:1px solid #ddd}
|
.pg_next {border-left:1px solid #ddd}
|
||||||
.pg_current {background:#444;color:#fff;font-weight:bold}
|
.pg_current {background:#444;color:#fff;font-weight:bold}
|
||||||
|
|
||||||
|
/* 스킨자료실 바로가기 */
|
||||||
|
.goto_sirskin {color:#ff5300}
|
||||||
Reference in New Issue
Block a user