1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 21:21:54 +02:00

#634 - Temp fix for RSS LAN (needs entire rewrite)

This commit is contained in:
Moc 2014-06-12 17:54:25 +02:00
parent d6c8f92efa
commit cebb1bead3
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ if(!isset($RSS_ADMIN_CREATE_TABLE))
<form action='".e_SELF.(e_QUERY ? "?".e_QUERY : "")."' id='dataform' method='post' >
<table class='table adminform'>
<tr>
<td style='width:12%'>".RSS_LAN_ADMIN_4."</td>
<td style='width:12%'>".LAN_NAME."</td>
<td>{RSS_ADMIN_FORM_NAME}</td>
</tr>
<tr>

View File

@ -101,7 +101,7 @@ SC_END
SC_BEGIN RSS_ADMIN_FORM_URL
global $row,$PLUGINS_DIRECTORY;
return SITEURL.$PLUGINS_DIRECTORY."rss_menu/rss.php?".e_LANQRY." <input class='tbox' type='text' name='rss_url' size='10' value=\"".$row['rss_url']."\" maxlength='50' /> .{".RSS_LAN_ADMIN_9."}.{".RSS_LAN_ADMIN_12."}";
return SITEURL.$PLUGINS_DIRECTORY."rss_menu/rss.php?".e_LANQRY." <input class='tbox' type='text' name='rss_url' size='10' value=\"".$row['rss_url']."\" maxlength='50' /> .{".LAN_TYPE."}.{".RSS_LAN_ADMIN_12."}";
SC_END
SC_BEGIN RSS_ADMIN_FORM_TOPICID