Internationalize username / password input placeholders.

This commit is contained in:
bl0ckeduser
2011-10-23 01:34:25 -03:00
committed by Max Goodman
parent 09a3fda9ac
commit e0b8043d04

View File

@@ -40,8 +40,8 @@
value="${random.random()}" />
%endif
<input type="hidden" name="op" value="${op}" />
<input name="user" placeholder="username" type="text" maxlength="20" tabindex="1"/>
<input name="passwd" placeholder="password" type="password" tabindex="1"/>
<input name="user" placeholder="${_('username')}" type="text" maxlength="20" tabindex="1"/>
<input name="passwd" placeholder="${_('password')}" type="password" tabindex="1"/>
<div class="status"></div>