missing i18n support for username/password titles
-------------------------------------------------
Key: GEOS-4804
URL: https://jira.codehaus.org/browse/GEOS-4804
Project: GeoServer
Issue Type: Improvement
Components: Security, UI
Affects Versions: 2.1.x, 2.2.x
Reporter: Frank Gasdorf
Assignee: Frank Gasdorf
Priority: Minor
Attachments: gs-i18n-login-fields.patch
Login text fields titles for username and password can not be translated because of missing wicket keys.
affected sources:
* /web-core/src/main/java/org/geoserver/web/GeoServerLoginPage.html and
* /web-core/src/main/java/org/geoserver/web/GeoServerBasePage.html
Input fields need a wicket:message entry for attributes:
For example, how it is right now:
{code:xml}
<input id="username" type="text" name="username" value="" title="username"/>
{code}
and how it should be:
{code:xml}
<input id="username" type="text" name="username" value="" title="username" wicket:message="title:username"/>
{code}
Properties are already defined for password and username
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira