mirror of https://gitlab.com/bashrc2/epicyon
Export button icon
parent
22d9164ec8
commit
bc21230489
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue