mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-04-23 22:00:15 +00:00
Improved template
This commit is contained in:
parent
561ae12b02
commit
c45df0b964
2 changed files with 2 additions and 3 deletions
|
@ -49,7 +49,6 @@ function discourse_settings(App $a, &$s)
|
|||
$t = Renderer::getMarkupTemplate('settings.tpl', 'addon/discourse/');
|
||||
$s .= Renderer::replaceMacros($t, [
|
||||
'$title' => L10n::t('Discourse'),
|
||||
'$css' => ($enabled ? '' : '-disabled'),
|
||||
'$enabled' => ['enabled', L10n::t('Enable processing of Discourse mailing list mails'), $enabled, L10n::t('If enabled, incoming mails from Discourse will be improved so they look much better. To make it work, you have to configure the e-mail settings in Friendica. You also have to enable the mailing list mode in Discourse. Then you have to add the Discourse mail account as contact.')],
|
||||
'$submit' => L10n::t('Save Settings'),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue