Salome HOME
Menus adjust in accordance with specification.
authormka <mka@opencascade.com>
Wed, 31 Oct 2012 13:35:36 +0000 (13:35 +0000)
committermka <mka@opencascade.com>
Wed, 31 Oct 2012 13:35:36 +0000 (13:35 +0000)
Workspace/Siman/src/org/splat/simer/ApplicationSettings.java
Workspace/Siman/src/org/splat/simer/EditScenarioPropertiesAction.java

index 8ecfda15d4464ce01155b713abd2a580ab79a3c0..9082d0e5639126fbab93445eafc6e649a6d260e9 100644 (file)
@@ -135,12 +135,13 @@ public class ApplicationSettings implements ServletContextAware {
                                        "select?menu=properties&item=prop-general");
                        addItem("prop-scenario", "menu.prop.scenario", "image.hold.gif",
                                        "select?menu=properties&item=prop-scenario");
-                       addItem("prop-timestamp", new MenuItem("menu.prop.timestamp")
+                       //These menu items will not be implemented in the current version.
+                       /*addItem("prop-timestamp", new MenuItem("menu.prop.timestamp")
                                        .icon("image.stamp.png"));
                        addItem("prop-comlog", new MenuItem("menu.prop.comlog")
                                        .icon("image.hold.gif"));
                        addItem("prop-version", new MenuItem("menu.prop.version")
-                                       .icon("image.dirclosed.png"));
+                                       .icon("image.dirclosed.png"));*/
                }
        }
 
index 2e27061900f472879c94662bac58674f572033e8..65a30e50b7ec9a866e3e980585706d6938cfa3da 100644 (file)
@@ -78,7 +78,7 @@ public class EditScenarioPropertiesAction extends DisplayStudyStepAction {
                setTitleProperty("study");
                setEditDisabledProperty("true");
                setToolProperty("back");
-               setLeftMenuProperty("study");
+               setLeftMenuProperty("open");
         initializationFullScreenContext(_menuProperty, _titleProperty, _editDisabledProperty, _toolProperty, _leftMenuProperty);
 
                return SUCCESS;