diff --git a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java index 21bc1e9e3..e4847de20 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java @@ -824,9 +824,6 @@ public class FessLabels extends ActionMessages { /** The key of the message: Labels: */ public static final String LABELS_searchoptions_menu_labels = "{labels.searchoptions_menu_labels}"; - /** The key of the message: Username: {0} */ - public static final String LABELS_searchheader_username = "{labels.searchheader_username}"; - /** The key of the message: Error */ public static final String LABELS_error_title = "{labels.error_title}"; @@ -854,7 +851,7 @@ public class FessLabels extends ActionMessages { /** The key of the message: Login */ public static final String LABELS_LOGIN = "{labels.login}"; - /** The key of the message: User name */ + /** The key of the message: Username */ public static final String LABELS_LOGIN_placeholder_username = "{labels.login.placeholder_username}"; /** The key of the message: Password */ @@ -953,6 +950,9 @@ public class FessLabels extends ActionMessages { /** The key of the message: Options */ public static final String LABELS_header_form_option_btn = "{labels.header_form_option_btn}"; + /** The key of the message: Username: {0} */ + public static final String LABELS_header_username = "{labels.header_username}"; + /** The key of the message: Accessing {0}
At a first time starting, it might take a little more time to open the file. */ public static final String LABELS_open_uri = "{labels.open_uri}"; diff --git a/src/main/resources/fess_label.properties b/src/main/resources/fess_label.properties index 355e4dfc3..76e8d5ae5 100644 --- a/src/main/resources/fess_label.properties +++ b/src/main/resources/fess_label.properties @@ -271,7 +271,6 @@ labels.searchoptions_menu_num=Result: labels.searchoptions_num={0} results labels.searchoptions_menu_lang=Languages: labels.searchoptions_menu_labels=Labels: -labels.searchheader_username=Username: {0} labels.error_title=Error labels.system_error_title=System Error labels.contact_site_admin=Contact the Site Administrator. @@ -280,9 +279,9 @@ labels.bad_request=Invalid request for the url. labels.page_not_found_title=Page Not Found labels.check_url=Check the url. labels.home=Home -labels.user_name=User Name +labels.user_name=Username labels.login=Login -labels.login.placeholder_username=User name +labels.login.placeholder_username=Username labels.login.placeholder_password=Password labels.login.footer_copyright=Copyright(C) 2009-2014 CodeLibs Project. All Rights Reserved. labels.login.title=Login @@ -315,6 +314,7 @@ labels.search_unknown=Unknown labels.footer_back_to_top=Back to top labels.header_brand_name=Fess labels.header_form_option_btn=Options +labels.header_username=Username: {0} labels.open_uri=Accessing {0}
At a first time starting, it might take a little more time to open the file. labels.file_crawling_configuration=File Crawling labels.file_crawling_title_details=File Crawling Configuration diff --git a/src/main/webapp/WEB-INF/view/header.jsp b/src/main/webapp/WEB-INF/view/header.jsp index cfd9eb631..1bc905482 100755 --- a/src/main/webapp/WEB-INF/view/header.jsp +++ b/src/main/webapp/WEB-INF/view/header.jsp @@ -1,27 +1,59 @@ <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> - + ${fe:facetForm()}${fe:geoForm()} -