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@2902 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cee3f003ec
commit
09652efc72
1 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>{$lang->point_insert_document}</th>
|
||||
<th>{$lang->point_insert_comment}</th>
|
||||
<th>{$lang->point_upload_file}</th>
|
||||
|
|
@ -13,7 +12,9 @@
|
|||
</tr>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
<tr>
|
||||
<th scope="col">{$val->browser_title} ({$val->mid})</th>
|
||||
<th colspan="4" scope="col">{$val->browser_title} ({$val->mid})</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name="insert_document_{$val->module_srl}" value="{$config->module_point[$val->module_srl]['insert_document']}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
<td><input type="text" name="insert_comment_{$val->module_srl}" value="{$config->module_point[$val->module_srl]['insert_comment']}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
<td><input type="text" name="upload_file_{$val->module_srl}" value="{$config->module_point[$val->module_srl]['upload_file']}" class="inputTypeText w80" /> {$config->point_name}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue