mirror of https://gitlab.com/bashrc2/epicyon
Add subtitle
parent
9d3a434559
commit
669eeaa6bd
|
@ -1631,8 +1631,8 @@ def edit_text_area(label: str, subtitle: str, name: str, value: str,
|
||||||
text = ''
|
text = ''
|
||||||
if label:
|
if label:
|
||||||
text = '<label class="labels">' + label + '</label><br>\n'
|
text = '<label class="labels">' + label + '</label><br>\n'
|
||||||
if subtitle:
|
if subtitle:
|
||||||
text = '<label class="labels">' + subtitle + '</label><br>\n'
|
text += '<label class="labels">' + subtitle + '</label><br>\n'
|
||||||
text += \
|
text += \
|
||||||
' <textarea id="message" placeholder=' + \
|
' <textarea id="message" placeholder=' + \
|
||||||
'"' + placeholder + '" '
|
'"' + placeholder + '" '
|
||||||
|
|
Loading…
Reference in New Issue