Skip to content
Snippets Groups Projects
Commit 9f954e19 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Updated a lib; Added an information message to the cockpit editor and the...

Updated a lib; Added an information message to the cockpit editor and the cockpit about the development stage
parent 8206838a
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
<klay.jar>klay_0.2.0.jar</klay.jar> <klay.jar>klay_0.2.0.jar</klay.jar>
<spring.version>3.1.2.RELEASE</spring.version> <spring.version>3.1.2.RELEASE</spring.version>
<slf4j.version>1.7.2</slf4j.version> <slf4j.version>1.7.2</slf4j.version>
<primefaces.themes.version>1.0.9</primefaces.themes.version>
</properties> </properties>
<repositories> <repositories>
...@@ -140,7 +139,7 @@ ...@@ -140,7 +139,7 @@
<dependency> <dependency>
<groupId>com.google.guava</groupId> <groupId>com.google.guava</groupId>
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<version>13.0.1</version> <version>14.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-dbcp</groupId> <groupId>commons-dbcp</groupId>
......
...@@ -11,3 +11,6 @@ renameView = Ansicht Umbenennen ...@@ -11,3 +11,6 @@ renameView = Ansicht Umbenennen
deleteView = Ansicht Löschen deleteView = Ansicht Löschen
name = Name name = Name
msgCockpitEditorWelcomeShort = Entwicklungsphase
msgCockpitEditorWelcome = Der Cockpit Editor befindet sich zur Zeit noch in der Entwicklungsphase.
\ No newline at end of file
...@@ -11,3 +11,6 @@ renameView = Rename View ...@@ -11,3 +11,6 @@ renameView = Rename View
deleteView = Delete View deleteView = Delete View
name = Name name = Name
msgCockpitEditorWelcomeShort = Development Stage
msgCockpitEditorWelcome = The cockpit editor is still in the development stage.
\ No newline at end of file
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
# welche innerhalb des Cockpits benutzt werden. # welche innerhalb des Cockpits benutzt werden.
# #
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
msgCockpitWelcomeShort = Entwicklungsphase
msgCockpitWelcome = Das Cockpit befindet sich zur Zeit noch in der Entwicklungsphase.
\ No newline at end of file
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
# the cockpit page. # the cockpit page.
# #
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
msgCockpitWelcomeShort = Development Stage
msgCockpitWelcome = The cockpit is still in the development stage.
\ No newline at end of file
...@@ -37,6 +37,15 @@ ...@@ -37,6 +37,15 @@
</h:form> </h:form>
</ui:define> </ui:define>
<ui:define name="js">
<!-- This javascript code will be executed in the onload-part of the body and shows a localized message via the growl-component. -->
<script>
bodyLoaded = function() {
msgs.renderMessage({summary : '#{localizedCockpitEditorPageMessages.msgCockpitEditorWelcomeShort}', detail : '#{localizedCockpitEditorPageMessages.msgCockpitEditorWelcome}', severity: 'info'});
}
</script>
</ui:define>
<!-- Those are the menu bar entries left from the help-submenu. --> <!-- Those are the menu bar entries left from the help-submenu. -->
<ui:define name="furtherMenuBarEntries"> <ui:define name="furtherMenuBarEntries">
<p:submenu label="#{localizedMessages.file}"> <p:submenu label="#{localizedMessages.file}">
......
...@@ -31,6 +31,15 @@ ...@@ -31,6 +31,15 @@
<link rel="stylesheet" type="text/css" href="#{root}/css/CockpitPage.css" /> <link rel="stylesheet" type="text/css" href="#{root}/css/CockpitPage.css" />
</ui:define> </ui:define>
<ui:define name="js">
<!-- This javascript code will be executed in the onload-part of the body and shows a localized message via the growl-component. -->
<script>
bodyLoaded = function() {
msgs.renderMessage({summary : '#{localizedCockpitPageMessages.msgCockpitWelcomeShort}', detail : '#{localizedCockpitPageMessages.msgCockpitWelcome}', severity: 'info'});
}
</script>
</ui:define>
<!-- Those are the menu bar entries left from the help-submenu. --> <!-- Those are the menu bar entries left from the help-submenu. -->
<ui:define name="furtherMenuBarEntries"> <ui:define name="furtherMenuBarEntries">
<p:submenu label="#{localizedMessages.file}"> <p:submenu label="#{localizedMessages.file}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment