* luci/modules/admin-core: fix css class of password field
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 7 Oct 2008 18:21:49 +0000 (18:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 7 Oct 2008 18:21:49 +0000 (18:21 +0000)
modules/admin-core/luasrc/view/sysauth.htm

index 7957b14..4965240 100644 (file)
@@ -35,7 +35,7 @@ $Id$
                        <div class="cbi-value">
                                <label class="cbi-value-title"><%:password%></label>
                                <div class="cbi-value-field">
-                                       <input class="cbi-input-key" type="password" name="password" />
+                                       <input class="cbi-input-password" type="password" name="password" />
                                </div>
                        </div>
                </fieldset></fieldset>
@@ -46,4 +46,4 @@ $Id$
                <input type="reset" value="<%:reset%>" class="cbi-button cbi-button-reset" />
        </div>
 </form>
-<%+footer%>
\ No newline at end of file
+<%+footer%>