Update trash_view.html

This commit is contained in:
sejin7940 2014-02-08 17:45:16 +09:00
parent b8f9a7d24e
commit b04a737b73

View file

@ -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>