mirror of https://gitlab.com/bashrc2/epicyon
End of line
parent
93552d1233
commit
4030fa2446
|
@ -374,9 +374,9 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
translatedCategory = translate[category]
|
translatedCategory = translate[category]
|
||||||
extraFields += ' <option value="' + \
|
extraFields += ' <option value="' + \
|
||||||
translatedCategory + '">' + \
|
translatedCategory + '">' + \
|
||||||
translatedCategory + '</option>'
|
translatedCategory + '</option>\n'
|
||||||
|
|
||||||
extraFields += ' </select><br>'
|
extraFields += ' </select><br>\n'
|
||||||
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)
|
||||||
|
@ -401,7 +401,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
currencyList.sort()
|
currencyList.sort()
|
||||||
for currName in currencyList:
|
for currName in currencyList:
|
||||||
extraFields += ' <option value="' + \
|
extraFields += ' <option value="' + \
|
||||||
currName + '">' + currName + '</option>'
|
currName + '">' + currName + '</option>\n'
|
||||||
extraFields += ' </select>\n'
|
extraFields += ' </select>\n'
|
||||||
|
|
||||||
extraFields += '</div>\n'
|
extraFields += '</div>\n'
|
||||||
|
|
Loading…
Reference in New Issue