From 5dc9f0b78d491e2f98d21b1a63654c359082b62e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Sep 2020 21:00:55 +0100 Subject: [PATCH] Extra container --- webinterface.py | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/webinterface.py b/webinterface.py index 1e8e942a..eb4a892c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5332,33 +5332,34 @@ def htmlTimeline(defaultTimeline: str, tlStr += ' \n' tlStr += '
\n' + tlStr += '
\n' # first button if defaultTimeline == 'tlmedia': tlStr += \ - ' \n' elif defaultTimeline == 'tlblogs': tlStr += \ - ' \n' else: tlStr += \ - ' \n' tlStr += \ - ' \n' tlStr += \ - ' \n' @@ -5367,14 +5368,14 @@ def htmlTimeline(defaultTimeline: str, if defaultTimeline != 'tlmedia': if not minimal: tlStr += \ - ' \n' else: if not minimal: tlStr += \ - ' \n' @@ -5384,21 +5385,21 @@ def htmlTimeline(defaultTimeline: str, if defaultTimeline != 'tlblogs': if not minimal: tlStr += \ - ' \n' else: if not minimal: tlStr += \ - ' \n' # button for the outbox tlStr += \ - ' \n' @@ -5410,7 +5411,7 @@ def htmlTimeline(defaultTimeline: str, # the search button tlStr += \ - ' | ' + \
@@ -5427,20 +5428,20 @@ def htmlTimeline(defaultTimeline: str,
         # indicate that the calendar icon is highlighted
         calendarAltText = '*' + calendarAltText + '*'
     tlStr += \
-        '    <a class=| ' + calendarAltText + '\n' # the show/hide button, for a simpler header appearance tlStr += \ - ' | ' + translate['Show/Hide Buttons'] + \
         '\n' tlStr += followApprovals -# tlStr += '
\n' + tlStr += '
\n' # second row of buttons for moderator actions if moderator and boxName == 'moderation':