fixed buf using translations
This commit is contained in:
parent
fec419a3da
commit
1e0ceaceb2
|
|
@ -111,7 +111,7 @@ require_once "resources/header.php";
|
||||||
|
|
||||||
if (strlen($row[rss_order]) > 0) {
|
if (strlen($row[rss_order]) > 0) {
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo " <td valign='top'>".text['label-order'].": </td>";
|
echo " <td valign='top'>".$text['label-order'].": </td>";
|
||||||
echo " <td valign='top'>".$row[rss_order]."</td>";
|
echo " <td valign='top'>".$row[rss_order]."</td>";
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -212,7 +212,7 @@ if (count($_POST)>0) {
|
||||||
echo " <td><input type='text' class='txt' name='rss_sub_title'></td>";
|
echo " <td><input type='text' class='txt' name='rss_sub_title'></td>";
|
||||||
echo " </tr>";
|
echo " </tr>";
|
||||||
echo " <tr>";
|
echo " <tr>";
|
||||||
echo " <td>".text['label-sub-link'].":</td>";
|
echo " <td>".$text['label-sub-link'].":</td>";
|
||||||
echo " <td><input type='text' class='txt' name='rss_sub_link'></td>";
|
echo " <td><input type='text' class='txt' name='rss_sub_link'></td>";
|
||||||
echo " </tr>";
|
echo " </tr>";
|
||||||
echo " <tr>";
|
echo " <tr>";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue