mirror of https://gitlab.com/bashrc2/epicyon
Extra quote
parent
b1b3d1712f
commit
b8496f9533
|
@ -1203,7 +1203,7 @@ def editCurrencyField(label: str, name: str, value: str = "0.00",
|
||||||
'<label class="labels">' + label + '</label><br>\n' + \
|
'<label class="labels">' + label + '</label><br>\n' + \
|
||||||
' <input type="text" name="' + name + '" value="' + \
|
' <input type="text" name="' + name + '" value="' + \
|
||||||
str(value) + '"' + placeholderStr + ' ' + \
|
str(value) + '"' + placeholderStr + ' ' + \
|
||||||
'" pattern="^\\d{1,3}(,\\d{3})*(\\.\\d+)?" data-type="currency">\n'
|
' pattern="^\\d{1,3}(,\\d{3})*(\\.\\d+)?" data-type="currency">\n'
|
||||||
|
|
||||||
|
|
||||||
def editCheckBox(label: str, name: str, checked: bool = False) -> str:
|
def editCheckBox(label: str, name: str, checked: bool = False) -> str:
|
||||||
|
|
Loading…
Reference in New Issue