쇼핑몰관리자: #193 상품선택옵션 500px 이슈 처리

This commit is contained in:
whitedot
2013-05-22 14:16:07 +09:00
parent 0146d2f56d
commit 20b5a98915
2 changed files with 94 additions and 91 deletions

View File

@ -44,6 +44,7 @@ if($it['it_id']) {
if($po_run) {
?>
<div id="option_table_frm">
<table>
<thead>
<tr>
@ -78,7 +79,7 @@ if($it['it_id']) {
<input type="checkbox" name="opt_chk[]" value="1">
</td>
<td class="opt-cell"><?php echo $opt_1; if ($opt_2) echo ' <small>&gt;</small> '.$opt_2; if ($opt_3) echo ' <small>&gt;</small> '.$opt_3; ?></td>
<td class="td_bignum"><input type="text" name="opt_price[]" value="<?php echo $opt_price; ?>" class="frm_input" size="5"></td>
<td class="td_bignum"><input type="text" name="opt_price[]" value="<?php echo $opt_price; ?>" class="frm_input" size="9"></td>
<td class="td_num"><input type="text" name="opt_stock_qty[]" value="<?php echo $opt_stock_qty; ?>" class="frm_input" size="5"></td>
<td class="td_num"><input type="text" name="opt_noti_qty[]" value="<?php echo $opt_noti_qty; ?>" class="frm_input" size="5"></td>
<td class="td_mng">
@ -116,7 +117,7 @@ if($it['it_id']) {
<input type="checkbox" name="opt_chk[]" value="1">
</td>
<td class="opt1-cell"><?php echo $opt_1; if ($opt_2) echo ' <small>&gt;</small> '.$opt_2; if ($opt_3) echo ' <small>&gt;</small> '.$opt_3; ?></td>
<td class="td_bignum"><input type="text" name="opt_price[]" value="<?php echo $opt_price; ?>" class="frm_input" size="5"></td>
<td class="td_bignum"><input type="text" name="opt_price[]" value="<?php echo $opt_price; ?>" class="frm_input" size="9"></td>
<td class="td_num"><input type="text" name="opt_stock_qty[]" value="<?php echo $opt_stock_qty; ?>" class="frm_input" size="5"></td>
<td class="td_num"><input type="text" name="opt_noti_qty[]" value="<?php echo $opt_noti_qty; ?>" class="frm_input" size="5"></td>
<td class="td_mng">
@ -137,6 +138,7 @@ if($it['it_id']) {
?>
</tbody>
</table>
</div>
<div class="btn_list">
<input type="button" value="선택삭제" id="sel_option_delete">

View File

@ -170,7 +170,8 @@ strong.sodr_nonpay {display:block;padding:5px 0;text-align:right}
#sit_option {margin:0 0 10px;padding:10px 10px 0;border:1px solid #e9e9e9;background:#f7f7f7}
#sit_option .frm_input {background:#fff !important;color:#000}
#option_table th {padding:5px 0;text-align:center}
#option_table_frm {margin:0 0 10px;height:auto !important;height:500px;max-height:500px;border:1px solid #484848;overflow-y:scroll}
#option_table_frm th {padding:5px 0;text-align:center}
#option_table .btn_list {margin:0 0 10px}
#option_table fieldset {padding:10px;border:1px solid #e9e9e9;background:#f7f7f7;text-align:center}
#option_table fieldset .frm_input {margin:0 10px 0 5px;background:#fff !important;color:#000}