쇼핑몰관리자: #49 쇼핑몰관리 사용후기 확인 처리 보완
This commit is contained in:
@ -63,9 +63,9 @@ $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
|
||||
<th scope="row">확인</th>
|
||||
<td>
|
||||
<? if($is['is_confirm']) { ?>
|
||||
<input type="submit" name="btn_no_display" value="사용후기를 고객님들에게 노출하지 않습니다." class="btn_frmline">
|
||||
<input type="submit" name="btn_no_display" value="사용후기 보이지 않기" class="btn_frmline">
|
||||
<? } else { ?>
|
||||
<input type="submit" name="btn_confirm" value="사용후기를 확인했으며 고객님들에게 노출합니다." class="btn_frmline">
|
||||
<input type="submit" name="btn_confirm" value="사용후기 보이기" class="btn_frmline">
|
||||
<? } ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user