Merge branch 'master' of github.com:gnuboard/yc5

This commit is contained in:
chicpro
2013-12-02 14:56:01 +09:00
4 changed files with 11 additions and 9 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>