Fix #248 missing index.html in manual link

This commit is contained in:
Kijin Sung 2016-02-11 15:31:51 +09:00
parent 94cd5570b0
commit eb84b57658
36 changed files with 58 additions and 58 deletions

View file

@ -1,6 +1,6 @@
<load target="js/importer_admin.js" />
{@ $type_list = array('module'=>$lang->type_module, 'ttxml'=>$lang->type_ttxml, 'member'=>$lang->type_member, 'sync'=>$lang->type_syncmember, 'message'=>$lang->type_message) }
<div class="x_page-header">
<h1>{$lang->importer} <a class="x_icon-question-sign" href="./common/manual/admin/#UMAN_content_importer" target="_blank">{$lang->help}</a></h1>
<h1>{$lang->importer} <a class="x_icon-question-sign" href="./common/manual/admin/index.html#UMAN_content_importer" target="_blank">{$lang->help}</a></h1>
</div>
<p>{nl2br($lang->about_importer)}</p>