You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: core/public/js/install/install.step3.js
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ $(document).ready(function () {
7
7
helpText['name']='<h4>Name</h4>Please select the name of your installation of MIDAS';
8
8
helpText['description']='<h4>Description</h4>Provide a description for search engines.';
9
9
helpText['lang']='<h4>Language</h4>Please select the default language. Currently, English and French are available.';
10
-
helpText['env']='<h4>Environment</h4>Development is slower, but it will show you all the information needed to debug the application<br/><br/>Production is faster, but it hides the errors.';
11
10
helpText['time']='<h4>Timezone</h4>Please select the timezone of your server.';
12
11
helpText['assetstore']='<h4>Default Assetstore</h4>Please select a default assetstore. An assestore is the location where the uploaded files are stored.';
<div qtip='Development is slower, but will display debug information.<br/><br/>Production is faster, but hides the errors.<br/><br/>Do not select development for web-accessible instances under any circumstances.' class='installEnvironment'>
81
-
<label for='environment'>Environment</label>
82
-
{$this->configForm['environment']}
83
-
</div>
84
80
<div class='installTimezone'>
85
-
<label for='environment'>Time zone</label>
81
+
<label for='timezone'>Time zone</label>
86
82
{$this->configForm['timezone']}
87
83
</div>
88
84
<div qtip='If you enable this feature, Midas will show the users how to use the system.' class='installDynamichelp'>
89
85
<label for='dynamichelp'>Dynamic help</label>
90
86
{$this->configForm['dynamichelp']}
91
87
</div>
92
88
<div qtip='If you enable this feature, user registration will not be allowed.' class='closeRegistration'>
0 commit comments