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 e3e781ab5..5d88b9cac 100644 --- a/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java +++ b/src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java @@ -2971,11 +2971,11 @@ public class FessLabels extends ActionMessages { /** The key of the message: Job Log List */ public static final String LABELS_joblog_title_list = "{labels.joblog_title_list}"; - /** The key of the message: Delete All */ - public static final String LABELS_joblog_delete_all_link = "{labels.joblog_delete_all_link}"; + /** The key of the message: Delete */ + public static final String LABELS_joblog_delete_link = "{labels.joblog_delete_link}"; - /** The key of the message: Do you really want to delete all? */ - public static final String LABELS_joblog_delete_all_confirmation = "{labels.joblog_delete_all_confirmation}"; + /** The key of the message: Do you really want to delete? */ + public static final String LABELS_joblog_delete_confirmation = "{labels.joblog_delete_confirmation}"; /** The key of the message: Dictionary List */ public static final String LABELS_dict_configuration = "{labels.dict_configuration}"; diff --git a/src/main/resources/fess_label.properties b/src/main/resources/fess_label.properties index a13d5249f..4eb319817 100644 --- a/src/main/resources/fess_label.properties +++ b/src/main/resources/fess_label.properties @@ -1012,8 +1012,8 @@ labels.joblog_target=Target labels.joblog_title_confirm=Confirm Job Log labels.joblog_title_details=Job Log Details labels.joblog_title_list=Job Log List -labels.joblog_delete_all_link=Delete All -labels.joblog_delete_all_confirmation=Do you really want to delete all? +labels.joblog_delete_link=Delete +labels.joblog_delete_confirmation=Do you really want to delete? labels.dict_configuration=Dictionary List labels.dict_list_title=Dictionary List labels.dict_list_link=Dictionaries diff --git a/src/main/webapp/WEB-INF/view/admin/crawlingsession/index.jsp b/src/main/webapp/WEB-INF/view/admin/crawlingsession/index.jsp index 90869ee1c..32d3f64a6 100644 --- a/src/main/webapp/WEB-INF/view/admin/crawlingsession/index.jsp +++ b/src/main/webapp/WEB-INF/view/admin/crawlingsession/index.jsp @@ -56,6 +56,7 @@
-
+
${f:h(data.sessionId)} | +|
${f:h(data.sessionId)} | -