mirror of https://gitlab.com/bashrc2/epicyon
End of select
parent
7360ebaccd
commit
93552d1233
|
@ -376,7 +376,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
translatedCategory + '">' + \
|
translatedCategory + '">' + \
|
||||||
translatedCategory + '</option>'
|
translatedCategory + '</option>'
|
||||||
|
|
||||||
extraFields += '<br>'
|
extraFields += ' </select><br>'
|
||||||
extraFields += \
|
extraFields += \
|
||||||
editNumberField(translate['Duration of listing in days'],
|
editNumberField(translate['Duration of listing in days'],
|
||||||
'duration', 14, 1, 365, 1)
|
'duration', 14, 1, 365, 1)
|
||||||
|
@ -402,6 +402,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
for currName in currencyList:
|
for currName in currencyList:
|
||||||
extraFields += ' <option value="' + \
|
extraFields += ' <option value="' + \
|
||||||
currName + '">' + currName + '</option>'
|
currName + '">' + currName + '</option>'
|
||||||
|
extraFields += ' </select>\n'
|
||||||
|
|
||||||
extraFields += '</div>\n'
|
extraFields += '</div>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue