Skip to content

Commit

Permalink
Fix finish message for the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Oct 7, 2018
1 parent 2b271f9 commit 86077f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awa/plugins/awa-setup/web/setup/forms/database.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
size='80' placeholder="#{setupMsg.setup_database_name_placeholder}"
value="#{setup.database_name}"/>
</div>
<div class="mysql-db" style="#{setup.database_driver ne 'sqlite' ? '' : 'display: none'}">
<div class="server-db" style="#{setup.database_driver ne 'sqlite' ? '' : 'display: none'}">
<w:inputText id='db-user' title="#{setupMsg.setup_database_user}"
styleClass="awa-required ui-corner-all mysql-db" required="false"
size='80' placeholder="#{setupMsg.setup_database_user_placeholder}"
Expand Down
5 changes: 3 additions & 2 deletions awa/plugins/awa-setup/web/setup/forms/finish.xhtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Finish setup form
- Copyright (C) 2016 Stephane Carrez
- Copyright (C) 2016, 2018 Stephane Carrez
- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
-
- Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -28,7 +28,8 @@
Congratulations, the #{setup.app_name} application is now configured.
</p>
<p class="setup-description">
You can re-enter in the setup by stopping the server and starting it again.
You can re-enter the setup by first stopping the server, then removing the file
<b>.initialized</b> and starting the server again.
</p>
</div>
<div id="setup-starting" style="display: none;">
Expand Down

0 comments on commit 86077f8

Please sign in to comment.