1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +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

@@ -233,14 +233,14 @@ class html_import extends base_import_class
<td>".$data['title']."</td>\n
<td>".$tp->text_truncate($data['body'],150)."</td>\n
<td class='center middle'>
<td>
<a class='e-dialog' href='".$this->localPath.$key."'>".$key."</a>
</td>
";
$text .= "
<td class='center middle'>
<td>
".$frm->selectbox('add__'.$key,array('news'=>'News','page'=>'Page','0'=>'Ignore'))."
</td>
</tr>";
@@ -262,7 +262,7 @@ class html_import extends base_import_class
</fieldset>
</form>";
$ns->tablerender(LAN_CONVERT_01,$text);
$ns->tablerender(LAN_PLUGIN_IMPORT_NAME.SEP.$this->feedUrl,$text);