관리자: 컨텐츠별 리스트 작업 중

This commit is contained in:
whitedot
2012-12-11 18:11:25 +09:00
parent aa34be39f9
commit 27f48a1a2a
10 changed files with 75 additions and 48 deletions

View File

@ -96,12 +96,12 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
?>
<tr>
<td><?=$row[po_id]?></td>
<td class="td_num"><?=$row[po_id]?></td>
<td><?=cut_str(get_text($row['po_subject']),70)?></td>
<td><?=$row[po_level]?></td>
<td><?=$row2[sum_po_cnt]?></td>
<td><?=$po_etc?></td>
<td><?=$s_mod?> <?=$s_del?></td>
<td class="td_num"><?=$row[po_level]?></td>
<td class="td_num"><?=$row2[sum_po_cnt]?></td>
<td class="td_etc"><?=$po_etc?></td>
<td class="td_mng"><?=$s_mod?> <?=$s_del?></td>
</tr>
<?