mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1761 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c92102f8fe
commit
b7ec12f4c2
45 changed files with 899 additions and 790 deletions
|
|
@ -20,7 +20,6 @@
|
|||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<!--@if(!count($category_list))-->
|
||||
<tr>
|
||||
|
|
@ -41,7 +40,6 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<br />
|
||||
|
||||
<!-- 카테고리 추가 -->
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_category)">
|
||||
|
|
@ -49,7 +47,7 @@
|
|||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="category_srl" value="" />
|
||||
|
||||
<table cellspacing="0" class="tableType3">
|
||||
<table cellspacing="0" class="tableType3 gap1">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@
|
|||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<!--@foreach($board_list as $no => $val)-->
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue