From ce232a005b27b0b2dcd8182af2b0ba87eb98f3a0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Dec 2020 16:01:05 +0000 Subject: [PATCH] Test with table --- webapp_column_left.py | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/webapp_column_left.py b/webapp_column_left.py index 64cbd2b2..b35f5d7d 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -337,10 +337,24 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str, editLinksForm += \ '

' + translate['Edit Links'] + '

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