mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
#18731525 : remove the limitation on module types in point setting page
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7397 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bc414542bf
commit
a3c2f4b8fb
1 changed files with 0 additions and 2 deletions
|
|
@ -17,7 +17,6 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<!--@foreach($mid_list as $key => $val)-->
|
<!--@foreach($mid_list as $key => $val)-->
|
||||||
<!--@if(in_array($val->module,array('guestbook','board','blog')))-->
|
|
||||||
<tr class="row2">
|
<tr class="row2">
|
||||||
<th colspan="7" scope="col"><div><strong>{$val->browser_title}</strong> ({$val->mid})</div></th>
|
<th colspan="7" scope="col"><div><strong>{$val->browser_title}</strong> ({$val->mid})</div></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -31,7 +30,6 @@
|
||||||
<td><input type="text" name="blamed_{$val->module_srl}" value="{$module_config[$val->module_srl]['blamed']}" class="inputTypeText w40" /> {$config->point_name}</td>
|
<td><input type="text" name="blamed_{$val->module_srl}" value="{$module_config[$val->module_srl]['blamed']}" class="inputTypeText w40" /> {$config->point_name}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<!--@end-->
|
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="7" class="button">
|
<th colspan="7" class="button">
|
||||||
<span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
<span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue