From 17eb7e0db4e321b6a87fa031da184857520bf6bf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 4 Dec 2021 18:03:05 +0000 Subject: [PATCH] Submit button on theme designer screen --- webapp_themeDesigner.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/webapp_themeDesigner.py b/webapp_themeDesigner.py index f1386425f..bfdd8a675 100644 --- a/webapp_themeDesigner.py +++ b/webapp_themeDesigner.py @@ -52,6 +52,17 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str, themeForm += '
\n' + timelineKey = accessKeys['menuTimeline'] + submitKey = accessKeys['submitButton'] + themeForm += \ + '
\n' + \ + ' \n' + \ + ' \n
\n' + themeForm += ' \n' themeForm += ' \n' themeForm += ' \n'