diff options
Diffstat (limited to 'template/yoga/menubar.tpl')
-rw-r--r-- | template/yoga/menubar.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index ddf6c6247..1bcbbec24 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -89,12 +89,12 @@ <label> {lang:Username} - <input type="text" name="username" size="15" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';"> + <input type="text" name="username" size="15" value=""> </label> <label> {lang:password} - <input type="password" name="password" size="15" onfocus="this.className='focus';" onblur="this.className='nofocus';"> + <input type="password" name="password" size="15"> </label> <!-- BEGIN remember_me --> |