summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-05-11 14:31:58 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-05-11 14:31:58 +0000
commitb8d193087f8945f7ca711cc8e81bfd161117fb91 (patch)
tree9f5c45ee3c34a186445d963ecd40a61633a8e65c /etc
parent842294f3cc72b4b12c071d37120002b4bc5a85ea (diff)
downloadpfsense-b8d193087f8945f7ca711cc8e81bfd161117fb91.zip
pfsense-b8d193087f8945f7ca711cc8e81bfd161117fb91.tar.gz
Correct style sheet class.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/authgui.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 2d7975a..b671420 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -282,13 +282,13 @@ function display_login_form() {
<span style="text-align: left;">
<?=gettext("Username"); ?>:&nbsp;&nbsp;
</span>
- <input onclick="clearError();" onchange="clearError();" id="usernamefld" type="text" name="usernamefld" class="formfld user" tabindex="1" />
+ <input onclick="clearError();" onchange="clearError();" id="usernamefld" type="text" name="usernamefld" class="formfld" tabindex="1" />
</p>
<p>
<span style="text-align: left;">
<?=gettext("Password"); ?>:&nbsp;&nbsp;
</span>
- <input onclick="clearError();" onchange="clearError();" id="passwordfld" type="password" name="passwordfld" class="formfld pwd" tabindex="2" />
+ <input onclick="clearError();" onchange="clearError();" id="passwordfld" type="password" name="passwordfld" class="formfld" tabindex="2" />
</p>
<table width="90%" style="margin-right: auto; margin-left: auto;">
<tr>
OpenPOWER on IntegriCloud