From cd0daf51edd2805cdaef032ab5e96553fb672165 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 06 Jan 2010 22:39:35 +0000 Subject: [PATCH] Fix for issue 4417 (control panel manage tasks not showing tasks log message) Display the log messages of the selected task. Improve how the panel handle the modification in the contents of the task and when the user modifies the displayed attributes in the table. Before this changes the selection of the table was always lost, with this changes the previously selected task(s) are still selected. Improve some labeling in the 'View' menu. --- opends/src/messages/messages/admin_tool.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index e054abd..2dbccb2 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -20,7 +20,7 @@ # # CDDL HEADER END # -# Copyright 2006-2009 Sun Microsystems, Inc. +# Copyright 2006-2010 Sun Microsystems, Inc. @@ -2928,7 +2928,8 @@ INFO_CTRL_PANEL_LAUNCH_LATER_SUMMARY=Launch on %s INFO_CTRL_PANEL_LAUNCH_PERIODICALLY_SUMMARY=Launch periodically with CRON \ schedule '%s' - +INFO_CTRL_PANEL_TASK_LOG_LABEL=Task Log Message(s) +INFO_CTRL_PANEL_TASK_ATTRIBUTES_VIEW=Show Task Attributes... MILD_ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING=To be able to launch \ tasks on a future date, the server must be running. MILD_ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING=To be able to \ -- Gitblit v1.10.0