Changeset 8327
- Timestamp:
- 03/04/12 16:03:05 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/admin-core/luasrc/view/sysauth.htm
r7580 r8327 2 2 LuCI - Lua Configuration Interface 3 3 Copyright 2008 Steven Barth <steven@midlink.org> 4 Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>4 Copyright 2008-2012 Jo-Philipp Wich <xm@subsignal.org> 5 5 6 6 Licensed under the Apache License, Version 2.0 (the "License"); … … 36 36 <label class="cbi-value-title"><%:Password%></label> 37 37 <div class="cbi-value-field"> 38 <input class="cbi-input-password" type="password" name="password" />38 <input id="focus_password" class="cbi-input-password" type="password" name="password" /> 39 39 </div> 40 40 </div> … … 47 47 </div> 48 48 </form> 49 <script type="text/javascript">//<![CDATA[ 50 var input = document.getElementById('focus_password'); 51 if (input) 52 input.focus(); 53 //]]></script> 49 54 <%+footer%>
