#274 에 따른 마크업 처리, 링크주소는 미입력된 상태

This commit is contained in:
whitedot
2013-02-20 17:22:53 +09:00
parent f5db23788a
commit eaa902cb34
3 changed files with 8 additions and 0 deletions

View File

@ -567,6 +567,7 @@ $pg_anchor = "<ul class=\"anchor\">
<th scope="row"><label for="bo_skin">스킨 디렉토리<strong class="sound_only">필수</strong></label></th>
<td>
<?=get_skin_select("board", "bo_skin", "bo_skin", $board['bo_skin'], 'required');?>
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
</td>
<td class="group_setting">
<input type="checkbox" id="chk_skin" name="chk_skin" value="1">

View File

@ -127,6 +127,7 @@ $pg_anchor = "
}
?>
</select>
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
</td>
<th scope="row"><label for="cf_new_rows">최근게시물 라인수</label></th>
<td>
@ -145,6 +146,7 @@ $pg_anchor = "
}
?>
</select>
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
</td>
</tr>
<tr>
@ -158,6 +160,7 @@ $pg_anchor = "
}
?>
</select>
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
</td>
</tr>
<tr>
@ -284,6 +287,7 @@ $pg_anchor = "
}
?>
</select>
<a href="" class="goto_sirskin" target="_blank">스킨자료실</a>
</td>
</tr>
<tr>

View File

@ -310,3 +310,6 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
.pg_end,
.pg_next {border-left:1px solid #ddd}
.pg_current {background:#444;color:#fff;font-weight:bold}
/* 스킨자료실 바로가기 */
.goto_sirskin {color:#ff5300}