liquid_feedback_frontend
changeset 1393:a0ee4204f6c1
Changed style of register image upload 3
author | bsw |
---|---|
date | Mon Aug 13 19:20:15 2018 +0200 (2018-08-13) |
parents | 41e3da074385 |
children | eb0b7f728ed8 |
files | app/main/registration/_register_form.lua |
line diff
1.1 --- a/app/main/registration/_register_form.lua Mon Aug 13 19:19:19 2018 +0200 1.2 +++ b/app/main/registration/_register_form.lua Mon Aug 13 19:20:15 2018 +0200 1.3 @@ -119,8 +119,8 @@ 1.4 event.preventDefault(); 1.5 } 1.6 ]] } 1.7 + ui.tag{ tag = "input", attr = { id = "fileInput", style = "display: none;", type = "file", name = "verification_data_" .. field.name, onchange = "fileChoosen(this);" } } 1.8 ui.tag{ attr = { id = "fileBtn", onclick = "getFile();"}, content = field.upload_label } 1.9 - ui.tag{ tag = "input", attr = { id = "fileInput", style = "display: none;", type = "file", name = "verification_data_" .. field.name, onchange = "fileChoosen(this);" } } 1.10 if field.optional_checkbox then 1.11 slot.put(" ") 1.12 ui.tag{ tag = "label", attr = {