#211 주문시 추가배송비 처리 코드 추가

This commit is contained in:
chicpro
2013-06-17 15:50:06 +09:00
parent 97d9e2e097
commit 04ec45c0c5
18 changed files with 231 additions and 29 deletions

View File

@ -134,7 +134,7 @@ $pg_anchor = '<ul class="anchor">
</tr>
<?php
}
if ($i == 0) echo '<tr><td colspan="5">자료가 없습니다.</td></tr>';
if ($i == 0) echo '<tr><td colspan="5" class="empty_table">자료가 없습니다.</td></tr>';
?>
</tbody>
</table>