mirror of https://gitlab.com/bashrc2/epicyon
Dropdown for shared item category
parent
208f2f41bd
commit
9b405c8365
|
@ -362,7 +362,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
editTextField(translate['Type of shared item. eg. hat'] + ':',
|
editTextField(translate['Type of shared item. eg. hat'] + ':',
|
||||||
'itemType', '', '', True)
|
'itemType', '', '', True)
|
||||||
# catStr = translate['Category of shared item. eg. clothing']
|
# catStr = translate['Category of shared item. eg. clothing']
|
||||||
themesDropdown += ' <select id="themeDropdown" ' + \
|
extraFields += ' <select id="themeDropdown" ' + \
|
||||||
'name="category" class="theme">'
|
'name="category" class="theme">'
|
||||||
categoryTypes = ("food", "clothes", "tool")
|
categoryTypes = ("food", "clothes", "tool")
|
||||||
for category in categoryTypes:
|
for category in categoryTypes:
|
||||||
|
|
Loading…
Reference in New Issue