mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
fa5c7af 보완
This commit is contained in:
parent
2822191271
commit
3738879f7b
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr loop="$list => $mid_name,$module_info">
|
<tr loop="$list => $mid_name,$module_info">
|
||||||
<td>{$mid_name}</td>
|
<td>{$mid_name}</td>
|
||||||
<td>{$module_info->browser_title}</td>
|
<td>{$module_info->browser_title|autoescape}</td>
|
||||||
<td><a href="#" onclick="insertModule('{$id}', {$module_info->module_srl}, '{$mid_name}', '{escape($module_info->browser_title, false)}', {$type=='single'?'false':'true'}); return false;" class="button green"><span>{$type=='single'?$lang->cmd_select:$lang->cmd_insert}</span></a></td>
|
<td><a href="#" onclick="insertModule('{$id|escapejs}', {$module_info->module_srl}, '{$mid_name|escapejs}', '{$module_info->browser_title|escapejs}', {$type=='single'?'false':'true'}); return false;" class="button green"><span>{$type=='single'?$lang->cmd_select:$lang->cmd_insert}</span></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue