쇼핑몰관리자: #49 쇼핑몰관리 사용후기 확인 처리 보완

This commit is contained in:
whitedot
2013-04-19 11:18:09 +09:00
parent 974451a467
commit 51677aaf59

View File

@ -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>