remove debug
This commit is contained in:
@@ -31,8 +31,6 @@ PA_JOB_MANAGER_PORT=55430
|
||||
THUMBSIZE=256
|
||||
|
||||
def CreateSelect(name, selected, list, js="", add_class="", vals={} ):
|
||||
for idx, el in enumerate(vals):
|
||||
print( f"i={idx}, el={el}, v={vals[idx]}" )
|
||||
str = f'<select id="{name}" name="{name}" class="{add_class} sm-txt bg-white text-info border-info border-1 p-1" onChange="{js};this.form.submit()">'
|
||||
for idx, el in enumerate(list):
|
||||
str += '<option '
|
||||
|
||||
Reference in New Issue
Block a user