1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix password field in some cases

This commit is contained in:
Ycarus 2018-08-02 09:41:39 +02:00
parent 44182604c2
commit 1f62e6384b

View file

@ -1,6 +1,6 @@
<%+cbi/valueheader%>
<%- if self.password then -%>
<input type="password" style="position:absolute; left:-1000px"<%=
<input type="password" style="position:absolute; left:-4000px"<%=
attr("name", "password." .. cbid)
%> />
<%- end -%>