mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
관리자 페이지 디자인 정리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3029 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e64de1e2c3
commit
4660abb3f2
14 changed files with 50 additions and 32 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col">
|
||||
<div class="nowrap">
|
||||
<select name="module_srl" id="module_srl" class="w200">
|
||||
<select name="module_srl" id="module_srl" class="w120">
|
||||
<option value="">{$lang->module}</option>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
<option value="{$val->module_srl}" <!--@if($module_srl == $val->module_srl)-->selected="selected"<!--@end-->>{$val->browser_title}</option>
|
||||
|
|
@ -37,10 +37,10 @@
|
|||
</th>
|
||||
<th scope="col">{$lang->file_size}</th>
|
||||
<th scope="col">{$lang->is_valid}</th>
|
||||
<th scope="col">{$lang->download_count}</th>
|
||||
<th scope="col">{$lang->cmd_download}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->ipaddress}</th>
|
||||
<th scope="col">{$lang->cmd_move_to_document}</th>
|
||||
<th scope="col">{$lang->cmd_move}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue