Export button

main
Bob Mottram 2021-05-17 22:27:27 +01:00
parent 57ec76624a
commit 22d9164ec8
1 changed files with 4 additions and 1 deletions

View File

@ -1342,10 +1342,13 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
graphicsStr += ' <input type="file" id="importTheme" '
graphicsStr += 'name="importTheme" '
graphicsStr += 'accept="' + themeFormats + '">\n'
graphicsStr += \
' <label class="labels">' + \
translate['Export Theme'] + '</label>\n'
graphicsStr += \
' <button type="submit" class="button" ' + \
'name="exportTheme">' + \
translate['Export Theme'] + '</button>\n'
translate['Submit'] + '</button>\n'
graphicsStr += ' </div></details>\n'