From 701ca8372b3deba9f0fe767ee16018b916311910 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 1 Feb 2021 17:32:05 +0000 Subject: [PATCH] Sequence of skip links --- webapp_profile.py | 9 +++++---- webapp_timeline.py | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index 3ff55116f..9d56310ff 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -705,14 +705,15 @@ def htmlProfile(rssIconAtTop: bool, movedTo, alsoKnownAs, pinnedContent) + # Links for keyboard navigation profileStr = \ '
' + \ ' | ' + \ - '' + \ + translate['Switch to timeline view'] + ' | ' + \ + '' + \ '
\n' profileStr += profileHeaderStr + donateSection diff --git a/webapp_timeline.py b/webapp_timeline.py index 4a2a1edb6..8fb46aa52 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -369,6 +369,9 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, tlStr += \ '
' + \ ' | ' + \ + ' | ' + \ ' | ' + \ ' | ' + \ - '' + \ + translate['Skip to Links'] + '' + \ '
\n' # banner and row of buttons