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 da78251c9..1b7f541b1 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java @@ -2883,6 +2883,21 @@ public class FessLabels extends UserMessages { /** The key of the message: Your system is out of support. See EOL page. */ public static final String LABELS_eol_error = "{labels.eol_error}"; + /** The key of the message: Search View */ + public static final String LABELS_tooltip_search_view = "{labels.tooltip_search_view}"; + + /** The key of the message: Run Crawler */ + public static final String LABELS_tooltip_run_crawler = "{labels.tooltip_run_crawler}"; + + /** The key of the message: Forum */ + public static final String LABELS_tooltip_forum = "{labels.tooltip_forum}"; + + /** The key of the message: Help */ + public static final String LABELS_tooltip_onlinehelp = "{labels.tooltip_onlinehelp}"; + + /** The key of the message: Logout */ + public static final String LABELS_tooltip_logout = "{labels.tooltip_logout}"; + /** The key of the message: Advance */ public static final String LABELS_ADVANCE = "{labels.advance}"; diff --git a/src/main/resources/fess_label.properties b/src/main/resources/fess_label.properties index 7351818ab..2a0f7b18d 100644 --- a/src/main/resources/fess_label.properties +++ b/src/main/resources/fess_label.properties @@ -952,6 +952,11 @@ labels.facet_is_not_found=No match labels.doc_score=Score: labels.development_mode_warning=Running as Development mode. For production use, please install a standalone elasticsearch server. labels.eol_error=Your system is out of support. See EOL page. +labels.tooltip_search_view=Search View +labels.tooltip_run_crawler=Run Crawler +labels.tooltip_forum=Forum +labels.tooltip_onlinehelp=Help +labels.tooltip_logout=Logout labels.advance=Advance labels.advance_search_title=Advanced Search labels.advance_search_must_queries=All these words diff --git a/src/main/resources/fess_label_en.properties b/src/main/resources/fess_label_en.properties index 7351818ab..2a0f7b18d 100644 --- a/src/main/resources/fess_label_en.properties +++ b/src/main/resources/fess_label_en.properties @@ -952,6 +952,11 @@ labels.facet_is_not_found=No match labels.doc_score=Score: labels.development_mode_warning=Running as Development mode. For production use, please install a standalone elasticsearch server. labels.eol_error=Your system is out of support. See EOL page. +labels.tooltip_search_view=Search View +labels.tooltip_run_crawler=Run Crawler +labels.tooltip_forum=Forum +labels.tooltip_onlinehelp=Help +labels.tooltip_logout=Logout labels.advance=Advance labels.advance_search_title=Advanced Search labels.advance_search_must_queries=All these words diff --git a/src/main/webapp/WEB-INF/view/common/admin/header.jsp b/src/main/webapp/WEB-INF/view/common/admin/header.jsp index e5249dffb..32e6de8a7 100644 --- a/src/main/webapp/WEB-INF/view/common/admin/header.jsp +++ b/src/main/webapp/WEB-INF/view/common/admin/header.jsp @@ -11,30 +11,35 @@