쇼핑몰관리자: #67 쇼핑몰관리 배송일괄처리 질의 커밋
This commit is contained in:
@ -111,7 +111,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<input type="hidden" name="sort1" value="<?=$sort1 ?>">
|
||||
<input type="hidden" name="sort2" value="<?=$sort2 ?>">
|
||||
|
||||
<table>
|
||||
<table id="sdeli_proc">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><a href="<?=title_sort("od_id",1) . "&$qstr1"; ?>">주문번호<span class="sound_only"> 순 정렬</span></a></th>
|
||||
@ -157,7 +157,7 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
<input type="hidden" name="uq_id[<?=$i?>]" value="<?=$row['uq_id']?>">
|
||||
<a href="./orderform.php?od_id=<?=$row['od_id']?>"><?=$row['od_id']?></a>
|
||||
</td>
|
||||
<td><?=$row['od_name']?></td>
|
||||
<td class="td_name"><?=$row['od_name']?></td>
|
||||
<td><?=display_amount($row['orderamount'])?></td>
|
||||
<td><?=display_amount($row['receiptamount'])?></td>
|
||||
<td><?=display_amount($row['misu'])?></td>
|
||||
@ -189,24 +189,24 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌
|
||||
?>
|
||||
</table>
|
||||
|
||||
<table width=100%>
|
||||
<tr bgcolor=#ffffff>
|
||||
<td width=50%>
|
||||
<table>
|
||||
<tr>
|
||||
<td><input type=checkbox name='od_send_mail' value='1' checked> 메일발송 </td>
|
||||
<td><input type=checkbox name='send_sms' value='1' checked> SMS </td>
|
||||
<td><input type=submit class=btn1 accesskey='s' value='일괄수정'></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width=50% align=right><?=get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset id="sdeli_proc_fs">
|
||||
<legend>배송 처리 후 안내 발송 선택</legend>
|
||||
<label for="od_send_mail">메일발송</label>
|
||||
<input type="checkbox" name="od_send_mail" value="1" id="od_send_mail" checked>
|
||||
<label for="od_send_sms">SMS</label>
|
||||
<input type="checkbox" name="send_sms" value="1" id="od_send_sms" checked>
|
||||
</fieldset>
|
||||
|
||||
<div class="btn_confirm">
|
||||
<input type="submit" value="일괄수정" class="btn_submit" accesskey='s'>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</section>
|
||||
|
||||
<?=get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");?>
|
||||
|
||||
<?
|
||||
include_once (G4_ADMIN_PATH.'/admin.tail.php');
|
||||
?>
|
||||
|
||||
@ -337,6 +337,10 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
|
||||
.td_scate {text-align:right}
|
||||
.td_scate_admin {text-align:center}
|
||||
|
||||
/* 배송일괄처리 */
|
||||
#sdeli_proc {text-align:center}
|
||||
#sdeli_proc_fs {padding:20px 0;border-bottom:1px solid #f7f7f7;text-align:center}
|
||||
|
||||
/* 팝업레이어 관리 */
|
||||
#spop_list {text-align:center}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user