#49 에 따른 상품후기 확인 처리 수정

This commit is contained in:
chicpro
2013-04-19 11:10:59 +09:00
parent c5e0b07a68
commit a203e6e6da
2 changed files with 10 additions and 2 deletions

View File

@ -61,7 +61,13 @@ $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
</tr>
<tr>
<th scope="row">확인</th>
<td><input type="submit" name="btn_confirm" value="확인하였습니다" class="btn_frmline"></td>
<td>
<? if($is['is_confirm']) { ?>
<input type="submit" name="btn_no_display" value="사용후기를 고객님들에게 노출하지 않습니다." class="btn_frmline">
<? } else { ?>
<input type="submit" name="btn_confirm" value="사용후기를 확인했으며 고객님들에게 노출합니다." class="btn_frmline">
<? } ?>
</td>
</tr>
</tbody>
</table>