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 = ''
|
||||
if label:
|
||||
text = '<label class="labels">' + label + '</label><br>\n'
|
||||
if subtitle:
|
||||
text = '<label class="labels">' + subtitle + '</label><br>\n'
|
||||
if subtitle:
|
||||
text += '<label class="labels">' + subtitle + '</label><br>\n'
|
||||
text += \
|
||||
' <textarea id="message" placeholder=' + \
|
||||
'"' + placeholder + '" '
|
||||
|
|
Loading…
Reference in New Issue