모바일쇼핑몰: #351 팝업레이어 마크업

This commit is contained in:
whitedot
2013-12-06 15:31:28 +09:00
parent 701544eff2
commit 8e68170b5c
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ $result = sql_query($sql);
<tr class="<?php echo $bg; ?>">
<td class="td_num"><?php echo $row['nw_id']; ?></td>
<td><?php echo $row['nw_subject']; ?></td>
<td><?php echo $nw_device; ?></td>
<td class="td_device"><?php echo $nw_device; ?></td>
<td class="td_datetime"><?php echo substr($row['nw_begin_time'],2,14); ?></td>
<td class="td_datetime"><?php echo substr($row['nw_end_time'],2,14); ?></td>
<td class="td_num"><?php echo $row['nw_disable_hours']; ?>시간</td>

View File

@ -371,6 +371,7 @@ tfoot td {font-weight:bold;text-align:center}
.td_datetime {width:130px;text-align:center}
.td_delicom {width:100px}
.td_delino {width:130px}
.td_device {width:70px;text-align:center}
.td_etc {width:80px;text-align:center}
.td_extra label {display:inline-block;width:100px}
.td_extra input {margin-right:5px;width:130px}