Fix RSS feed

This commit is contained in:
Laurent Destailleur 2020-05-23 12:51:44 +02:00
parent f2c02f5559
commit e947ddba10

View File

@ -2977,6 +2977,19 @@ if ($action == 'editcss')
print '</td></tr>';
// RSS
print '<tr><td class="tdtop">';
//$htmlhelp = $langs->trans("Example").' :<br>';
//$htmlhelp .= dol_htmlentitiesbr($manifestjsoncontentdefault);
$htmlhelp = '';
print $form->textwithpicto($langs->trans('RSSFeed'), $htmlhelp, 1, 'help', '', 0, 2, 'rsstooltip');
print '</td><td>';
//print $langs->trans("RSS").': '.$form->selectyesno('WEBSITE_ENBALE_RSS', $website->use_rss, 1).'<br>';
//$doleditor = new DolEditor('WEBSITE_ENBALE_RSS', $manifestjsoncontent, '', '220', 'ace', 'In', true, false, 'ace', 0, '100%', '');
//print $doleditor->Create(1, '', true, $langs->trans("File").' manifest.json', 'text');
print '/wrapper.php?rss=1[&lang=XX]';
print '</td></tr>';
print '</table>';
dol_fiche_end();