mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix RSS feed
This commit is contained in:
parent
f2c02f5559
commit
e947ddba10
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user