#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:
haneul 2010-04-27 04:51:03 +00:00
parent bc414542bf
commit a3c2f4b8fb

View file

@ -17,7 +17,6 @@
</thead>
<tbody>
<!--@foreach($mid_list as $key => $val)-->
<!--@if(in_array($val->module,array('guestbook','board','blog')))-->
<tr class="row2">
<th colspan="7" scope="col"><div><strong>{$val->browser_title}</strong> ({$val->mid})</div></th>
</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>
</tr>
<!--@end-->
<!--@end-->
<tr>
<th colspan="7" class="button">
<span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>