summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-11-10 01:42:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-11-10 01:42:18 +0000
commit4c08e29387ea675b230d87d4f4226b18389265cf (patch)
tree191d11f83cdd526e629239041d98298bdab410a9
parent284f85fb4e185bf743c404161d0a83be858420c6 (diff)
libs/cbi: add option to reveal/hide value for password fields
-rw-r--r--libs/cbi/luasrc/view/cbi/value.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/cbi/luasrc/view/cbi/value.htm b/libs/cbi/luasrc/view/cbi/value.htm
index e8592cfdb..11c89cf58 100644
--- a/libs/cbi/luasrc/view/cbi/value.htm
+++ b/libs/cbi/luasrc/view/cbi/value.htm
@@ -14,6 +14,7 @@ $Id$
-%>
<%+cbi/valueheader%>
<input type="<%=self.password and 'password" class="cbi-input-password' or 'text" class="cbi-input-text' %>" onchange="cbi_d_update(this.id)"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self:cfgvalue(section) or self.default) .. ifattr(self.size, "size")%> />
+ <% if self.password then %><img src="<%=resource%>/cbi/reload.gif" style="vertical-align:middle" title="<%:Reveal/hide password%>" onclick="var e = document.getElementById('<%=cbid%>'); e.type = (e.type=='password') ? 'text' : 'password';" /><% end %>
<% if #self.keylist > 0 then -%>
<script type="text/javascript">
cbi_combobox_init('<%=cbid%>', {