projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f107196
)
* luci/modules/admin-core: fix css class of password field
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 7 Oct 2008 18:21:49 +0000
(18:21 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 7 Oct 2008 18:21:49 +0000
(18:21 +0000)
modules/admin-core/luasrc/view/sysauth.htm
patch
|
blob
|
history
diff --git
a/modules/admin-core/luasrc/view/sysauth.htm
b/modules/admin-core/luasrc/view/sysauth.htm
index 7957b140e574bf5398a5b61e2879220faaa54c1e..49652400fc5d382409d0a1e37d28453714698cff 100644
(file)
--- a/
modules/admin-core/luasrc/view/sysauth.htm
+++ b/
modules/admin-core/luasrc/view/sysauth.htm
@@
-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%>