From a3eeb976282be7077b0c2bb2b009025c50331aeb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 25 May 2022 13:12:45 +0100 Subject: [PATCH] Focus for column buttons --- webapp_column_left.py | 7 ++++--- webapp_column_right.py | 24 +++++++++++++++--------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/webapp_column_left.py b/webapp_column_left.py index cf3b961da..dc88eec99 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -162,7 +162,8 @@ def get_left_column_content(base_dir: str, nickname: str, domain_full: str, # show the edit icon html_str += \ ' ' + \ + 'accesskey="' + access_keys['menuEdit'] + '" tabindex="5" ' + \ + 'class="imageAnchor">' + \ '' + \
             translate['Edit Links'] + ' | ' + \ + '" tabindex="5" class="imageAnchor">' + \ '' + \
             translate['Theme Designer'] + ' | ' + \ + ' ' + \ '' + \
         rss_title + '' + \ + 'accesskey="' + access_keys['menuEdit'] + \ + '" tabindex="4" class="imageAnchor">' + \ '' + \
                 translate['Edit newswire'] + ' | ' + \ + 'accesskey="' + access_keys['menuEdit'] + \ + '" tabindex="4" class="imageAnchor">' + \ '' + \
                 translate['Edit newswire'] + ' | ' + \ + ' ' + \ '' + \
         translate['Hashtag Categories RSS Feed'] + ' | \n' rss_icon_str += \ - ' ' + \ + ' ' + \ '' + \
         translate['Newswire RSS Feed'] + ' | ' + \ + 'accesskey="' + access_keys['menuNewPost'] + \ + '" class="imageAnchor">' + \ '' + \
                 title_str + '' + 'title="' + translate['Remove Vote'] + \ + '" class="imageAnchor">' html_str += '' + 'title="' + translate['Vote'] + '" class="imageAnchor">' html_str += '' @@ -394,7 +399,7 @@ def html_citations(base_dir: str, nickname: str, domain: str, html_str += \ '\n' + translate['Go Back'] + '" class="imageAnchor">\n' html_str += '\n' @@ -508,7 +513,8 @@ def html_newswire_mobile(css_cache: {}, base_dir: str, nickname: str, get_banner_file(base_dir, nickname, domain, theme) html_str += \ '' + \ + 'accesskey="' + access_keys['menuTimeline'] + '" ' + \ + 'class="imageAnchor">' + \ '\n'