#322 주문상태에 따른 사용후기 작성 설정 추가

This commit is contained in:
chicpro
2013-11-08 15:06:53 +09:00
parent 799b36ab0b
commit fa5af28ec9
4 changed files with 37 additions and 0 deletions

View File

@ -859,6 +859,16 @@ $pg_anchor = '<ul class="anchor">
<?php } ?>
</td>
</tr>
<tr>
<th scope="row"><label for="de_item_use_write">사용후기 작성</label></th>
<td>
<?php echo help("주문상태에 따른 사용후기 작성여부를 설정합니다.", 50); ?>
<select name="de_item_use_write" id="de_item_use_write">
<option value="0" <?php echo get_selected($default['de_item_use_write'], 0); ?>>주문상태와 무관하게 작성가능</option>
<option value="1" <?php echo get_selected($default['de_item_use_write'], 1); ?>>주문상태가 완료인 경우에만 작성가능</option>
</select>
</td>
</tr>
<tr>
<th scope="row"><label for="de_item_use_use">사용후기</label></th>
<td>