mirror of https://gitlab.com/bashrc2/epicyon
Export button
parent
57ec76624a
commit
22d9164ec8
|
@ -1342,10 +1342,13 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
graphicsStr += ' <input type="file" id="importTheme" '
|
graphicsStr += ' <input type="file" id="importTheme" '
|
||||||
graphicsStr += 'name="importTheme" '
|
graphicsStr += 'name="importTheme" '
|
||||||
graphicsStr += 'accept="' + themeFormats + '">\n'
|
graphicsStr += 'accept="' + themeFormats + '">\n'
|
||||||
|
graphicsStr += \
|
||||||
|
' <label class="labels">' + \
|
||||||
|
translate['Export Theme'] + '</label>\n'
|
||||||
graphicsStr += \
|
graphicsStr += \
|
||||||
' <button type="submit" class="button" ' + \
|
' <button type="submit" class="button" ' + \
|
||||||
'name="exportTheme">' + \
|
'name="exportTheme">' + \
|
||||||
translate['Export Theme'] + '</button>\n'
|
translate['Submit'] + '</button>\n'
|
||||||
|
|
||||||
graphicsStr += ' </div></details>\n'
|
graphicsStr += ' </div></details>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue