libs/cbi: add option to reveal/hide value for password fields
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 10 Nov 2009 01:42:18 +0000 (01:42 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 10 Nov 2009 01:42:18 +0000 (01:42 +0000)
libs/cbi/luasrc/view/cbi/value.htm

index e8592cfdbcb7914fa0bedbd7c6591570c0f79fd3..11c89cf58412021eecae3af9ef7584ad4b0d277f 100644 (file)
@@ -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%>', {