Export button icon

main
Bob Mottram 2021-05-17 22:32:45 +01:00
parent 22d9164ec8
commit bc21230489
1 changed files with 2 additions and 3 deletions

View File

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