* luci-0.8: merge template changes from trunk
[project/luci.git] / modules / admin-core / luasrc / view / sysauth.htm
index e48f414c566ba138e437c06dbbcd1cade5bce7db..49652400fc5d382409d0a1e37d28453714698cff 100644 (file)
@@ -17,7 +17,7 @@ $Id$
 
 <form method="post" action="<%=REQUEST_URI%>">
        <div class="cbi-map">
-               <h1><%:sysauth_head%></h1>
+               <h2><a id="content" name="content"><%:sysauth_head%></a></h2>
                <div class="cbi-map-descr">
                        <%:sysauth_prompt%>
                        <%- if fuser then %>
@@ -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%>