#204 처리를 위한 마크업 준비

This commit is contained in:
whitedot
2013-03-05 10:39:16 +09:00
parent 02f04067a4
commit 3032d48d39
2 changed files with 6 additions and 2 deletions

View File

@ -215,7 +215,7 @@ $pg_anchor = "
?>
</select>
</td>
<th scope="row"><label for="cf_mobile_search_skin">모바일<br>검색 스킨<strong class="sound_only">필수</strong></label></th>
<th scope="row"><label for="cf_mobile_search_skin">모바일 검색 스킨<strong class="sound_only">필수</strong></label></th>
<td>
<select id="cf_mobile_search_skin" name="cf_mobile_search_skin" class="required" required>
<?
@ -239,7 +239,7 @@ $pg_anchor = "
?>
</select>
</td>
<th scope="row"><label for="cf_mobile_connect_skin">모바일<br>접속자 스킨<strong class="sound_only">필수</strong></label></th>
<th scope="row"><label for="cf_mobile_connect_skin">모바일 접속자 스킨<strong class="sound_only">필수</strong></label></th>
<td>
<select id="cf_mobile_connect_skin" name="cf_mobile_connect_skin" class="required" required>
<?

View File

@ -160,3 +160,7 @@ if ($config['cf_include_head']) {
</div>
<div id="container">
<? if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>
<div id="text_size">
<button>크게</button>
<button>작게</button>
</div>