1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Some LAN fixes in the "Import into e107" plugin.

This commit is contained in:
Cameron
2013-03-05 15:09:45 -08:00
parent 591475199f
commit 762545a28a
3 changed files with 6 additions and 6 deletions

View File

@@ -536,7 +536,7 @@ function showStartPage()
</fieldset>
</form>";
$ns->tablerender(LAN_CONVERT_01, $emessage->render().$text);
$ns->tablerender(LAN_PLUGIN_IMPORT_NAME, $emessage->render().$text);
}
@@ -703,7 +703,7 @@ function showImportOptions($mode='csv')
if (varset($current_db_type)) $temp .= " flagbits('{$current_db_type}');";
if (varset($temp)) $text .= "<script type=\"text/javascript\"> {$temp}</script>";
$ns -> tablerender(LAN_CONVERT_01." :: ".$importType, $emessage->render().$text);
$ns -> tablerender(LAN_PLUGIN_IMPORT_NAME.SEP.$importType, $emessage->render().$text);
}