diff options
| author | 2024-07-01 01:13:54 +0200 | |
|---|---|---|
| committer | 2024-07-01 01:13:54 +0200 | |
| commit | 7aa3d9f87309620b54dc9ff5f726dc22d1e6ea0c (patch) | |
| tree | 86f019bd5faa286feda5e3825610108cba62a479 /app/views/configure/display.phtml | |
| parent | de477e15eca72d9e4d9dd99c0c694dc52500d4d5 (diff) | |
New: Sharing articles from the article title line (#6395)
* enable option
* Update entry_header.phtml
* frss.css
* fix print sharing
* Light refactoring
* fix
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views/configure/display.phtml')
| -rw-r--r-- | app/views/configure/display.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index ce140c439..9584f37ea 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -212,7 +212,9 @@ data-leave-validation="<?= FreshRSS_Context::userConf()->topline_favorite ?>" /></td> <td><input type="checkbox" disabled="disabled" /></td> <td><input type="checkbox" disabled="disabled" /></td> - <td><input type="checkbox" disabled="disabled" /></td> + <td><input type="checkbox" name="topline_sharing" value="1"<?= + FreshRSS_Context::userConf()->topline_sharing ? ' checked="checked"' : '' ?> + data-leave-validation="<?= FreshRSS_Context::userConf()->topline_sharing ?>" /></td> <td><input type="checkbox" name="topline_summary" value="1"<?= FreshRSS_Context::userConf()->topline_summary ? 'checked="checked"' : '' ?> data-leave-validation="<?= FreshRSS_Context::userConf()->topline_summary ?>" /></td> |
