mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-06 16:48:43 +00:00
fixed buf using translations
This commit is contained in:
@@ -111,7 +111,7 @@ require_once "resources/header.php";
|
||||
|
||||
if (strlen($row[rss_order]) > 0) {
|
||||
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 "</tr>";
|
||||
}
|
||||
|
||||
@@ -212,7 +212,7 @@ if (count($_POST)>0) {
|
||||
echo " <td><input type='text' class='txt' name='rss_sub_title'></td>";
|
||||
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 " </tr>";
|
||||
echo " <tr>";
|
||||
|
||||
Reference in New Issue
Block a user