From 06478d9ddb11f6d2648ac16211b7ea00c7c968a4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 15 Nov 2020 18:54:02 +0000 Subject: [PATCH] End of header icons div --- webapp_timeline.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index eed526c0d..0f9b7d85d 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -998,8 +998,6 @@ def headerButtonsTimeline(defaultTimeline: str, '/links.png" title="' + translate['Edit Links'] + \ '" alt="| ' + translate['Edit Links'] + \ '" class="timelineicon"/>' - # end of headericons div - tlStr += '' else: # NOTE: deliberately no \n at end of line tlStr += \ @@ -1015,6 +1013,10 @@ def headerButtonsTimeline(defaultTimeline: str, '' + if not iconsAsButtons: + # end of headericons div + tlStr += '' + if not newsHeader: tlStr += followApprovals # end of the button header with inbox, outbox, etc