Update external_rss.php
This commit is contained in:
parent
cfbb4e9ef6
commit
36669739f3
@ -322,8 +322,8 @@ if ($resql)
|
|||||||
// Active
|
// Active
|
||||||
$active = _isInBoxList($idrss, $boxlist) ? 'yes' : 'no';
|
$active = _isInBoxList($idrss, $boxlist) ? 'yes' : 'no';
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
print '<td>'.$langs->trans('Active').'</td>';
|
print '<td>'.$langs->trans('WidgetEnabled').'</td>';
|
||||||
print '<td>'.$langs->trans($active).'</td>';
|
print '<td>'.yesno($active).'</td>';
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user