From a4c9ab348091bb61e937ef12e8b13c3962f8bd10 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Dec 2020 16:24:13 +0000 Subject: [PATCH] Text within div --- webapp_column_left.py | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/webapp_column_left.py b/webapp_column_left.py index 1473962c3..cabd858af 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -334,27 +334,13 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str, 'accept-charset="UTF-8" action="' + path + '/linksdata">\n' editLinksForm += \ '
\n' - editLinksForm += \ - '

' + translate['Edit Links'] + '

' editLinksForm += \ '
\n' editLinksForm += \ - ' \n' + '

' + translate['Edit Links'] + '

' editLinksForm += \ - ' \n' - editLinksForm += \ - ' \n' - editLinksForm += \ - ' \n' - editLinksForm += \ - ' \n' - editLinksForm += \ - '
\n' - editLinksForm += \ - ' \n' - editLinksForm += \ - '
\n' editLinksForm += \ '
\n'