쇼핑몰관리자: #344 분류관리, 상품유형관리 상품코드 폭 조정

This commit is contained in:
whitedot
2013-12-02 14:53:44 +09:00
parent e99fe29120
commit 51b18867e4
2 changed files with 3 additions and 3 deletions

View File

@ -147,7 +147,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
$bg = 'bg'.($i%2);
?>
<tr class="<?php echo $bg; ?>">
<td class="td_idsmall" rowspan="2">
<td class="td_code" rowspan="2">
<input type="hidden" name="ca_id[<?php echo $i; ?>]" value="<?php echo $row['ca_id']; ?>">
<a href="<?php echo G5_SHOP_URL; ?>/list.php?ca_id=<?php echo $row['ca_id']; ?>"><?php echo $row['ca_id']; ?></a>
</td>

View File

@ -145,7 +145,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
$bg = 'bg'.($i%2);
?>
<tr class="<?php echo $bg; ?>">
<td class="td_num">
<td class="td_code">
<input type="hidden" name="it_id[<?php echo $i; ?>]" value="<?php echo $row['it_id']; ?>">
<?php echo $row['it_id']; ?>
</td>
@ -169,7 +169,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
</table>
</div>
<div class="btn_confirm01 btn_confirm">
<div class="btn_confirm03 btn_confirm">
<input type="submit" value="일괄수정" class="btn_submit">
</div>
</form>