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 @@
-
- <%-- List --%> - -
-
-

- -

-
+ <%-- List --%> + +
+
+

+ +

- - -
-
- - - - - + + + +
+
+
+ + + + + + + + + + + - - - - - - - - - -
${f:h(data.sessionId)}
${f:h(data.sessionId)}
-
-
- <%-- Paging Info --%> -
-
- -
-
- <%-- Paging Navigation --%> -
    - - - - - - - -
  • class="active">${p}
  • - - - - - - -
-
+ +
-
-
- -
-
diff --git a/src/main/webapp/WEB-INF/view/admin/failureurl/index.jsp b/src/main/webapp/WEB-INF/view/admin/failureurl/index.jsp index 35197f34f..1cadc0637 100644 --- a/src/main/webapp/WEB-INF/view/admin/failureurl/index.jsp +++ b/src/main/webapp/WEB-INF/view/admin/failureurl/index.jsp @@ -13,10 +13,7 @@ -
- - <%-- Content Header --%>

@@ -78,6 +75,7 @@

-
diff --git a/src/main/webapp/WEB-INF/view/admin/joblog/index.jsp b/src/main/webapp/WEB-INF/view/admin/joblog/index.jsp index 72065d7a8..e5042cd95 100644 --- a/src/main/webapp/WEB-INF/view/admin/joblog/index.jsp +++ b/src/main/webapp/WEB-INF/view/admin/joblog/index.jsp @@ -76,10 +76,13 @@
- + - + + diff --git a/src/main/webapp/WEB-INF/view/admin/scheduledjob/details.jsp b/src/main/webapp/WEB-INF/view/admin/scheduledjob/details.jsp index d61dc0e69..b807d1415 100644 --- a/src/main/webapp/WEB-INF/view/admin/scheduledjob/details.jsp +++ b/src/main/webapp/WEB-INF/view/admin/scheduledjob/details.jsp @@ -107,6 +107,20 @@
diff --git a/src/main/webapp/WEB-INF/view/admin/searchlist/index.jsp b/src/main/webapp/WEB-INF/view/admin/searchlist/index.jsp index 2a79eef81..0ac1b4444 100644 --- a/src/main/webapp/WEB-INF/view/admin/searchlist/index.jsp +++ b/src/main/webapp/WEB-INF/view/admin/searchlist/index.jsp @@ -13,10 +13,7 @@ -
- - <%-- Content Header --%>

@@ -27,7 +24,6 @@

-
@@ -57,6 +53,7 @@
@@ -124,8 +121,7 @@ <%-- TODO: doc_id --%> - + diff --git a/src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp b/src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp index 533be6944..91806f89a 100644 --- a/src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp +++ b/src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp @@ -20,11 +20,13 @@ + +