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

Fix display

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-06-14 19:49:12 +02:00
parent 0ac96e2a97
commit 0462d3b595

View file

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