From 750a63523bfc90dd935d70bcd83ce20029a77d23 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 27 Nov 2020 13:03:17 +0000 Subject: [PATCH] Features timeline --- webapp_create_post.py | 4 ++-- webapp_headerbuttons.py | 6 +++--- webapp_timeline.py | 4 +++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index db15f0f8..07314610 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -92,7 +92,7 @@ def htmlNewPostDropDown(scopeIcon: str, scopeDescription: str, iconsPath + '/scope_public.png"/>' + \ translate['Public'] + '
' + \ translate['Visible to anyone'] + '\n' - if defaultTimeline == 'tlnews': + if defaultTimeline == 'tlfeatures': dropDownContent += \ '
  • ' - elif boxName == 'tlblogs' or boxName == 'tlnews': + elif (boxName == 'tlblogs' or + boxName == 'tlnews' or + boxName == 'tlfeatures'): if not iconsAsButtons: newPostButtonStr += \ '