#274 모바일 상품명 적용, it_mobile_name 을 상품테이블에 추가하세요.

This commit is contained in:
gnuboard
2013-08-09 15:17:34 +09:00
parent 88ed9025d1
commit f40891d8d1
9 changed files with 38 additions and 221 deletions

View File

@ -212,6 +212,13 @@ $pg_anchor ='<ul class="anchor">
<input type="text" name="it_name" value="<?php echo get_text(cut_str($it['it_name'], 250, "")); ?>" id="it_name" required class="frm_input required" size="95">
</td>
</tr>
<tr>
<th scope="row"><label for="it_mobile_name">모바일 상품명</label></th>
<td colspan="2">
<?php echo help("모바일에서 보여지는 상품명이 다른 경우에 입력합니다. 입력이 없으면 기본 상품명이 출력됩니다."); ?>
<input type="text" name="it_mobile_name" value="<?php echo get_text(cut_str($it['it_mobile_name'], 250, "")); ?>" id="it_mobile_name" required class="frm_input">
</td>
</tr>
<tr>
<th scope="row"><label for="it_gallery">전시용 상품</label></th>
<td>