mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Update trash_view.html
This commit is contained in:
parent
b8f9a7d24e
commit
b04a737b73
1 changed files with 10 additions and 0 deletions
|
|
@ -27,6 +27,16 @@
|
|||
<h2>{$lang->origin_info}</h2>
|
||||
<table class="x_table x_table-striped x_table-hover">
|
||||
<col width="120">
|
||||
<tr>
|
||||
<th scope="row">{$lang->module}</th>
|
||||
<td class="text">
|
||||
{@
|
||||
$oModuleModel = &getModel('module');
|
||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($oOrigin->module_srl);
|
||||
}
|
||||
{$module_info->browser_title} ({$module_info->mid})
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->title}</th>
|
||||
<td class="text">{$oOrigin->title}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue