Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit db00364

Browse files
committed
Fix startup.phtml : prototypejs moved.
Booter: make set DB conf by default.
1 parent b0ab2f1 commit db00364

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/core/tests/startup.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
77
<link rel="icon" type="image/x-png" href="AJXP_THEME_FOLDER/images/html-folder.png">
8-
<script src="plugins/gui.ajax/res/js/lib/prototype/prototype.js" type="text/javascript"></script>
8+
<script src="plugins/gui.ajax/res/js/vendor/prototype/prototype.js" type="text/javascript"></script>
99
<style>
1010
body {
1111
background-color:#fff;
1212
margin:0;
13-
padding:20;
13+
padding:20px;
1414
font-family: Helvetica, Verdana, Arial;
1515
overflow: hidden;
1616
background-image: url('plugins/gui.ajax/res/themes/vision/images/grid_t.png');

core/src/plugins/boot.conf/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<global_param group_switch_name="mailer" group_switch_value="yes" group_switch_label="Yes" name="MAILER_ADMIN" type="string" label="CONF_MESSAGE[Administrator Email]" description="CONF_MESSAGE[Default 'From' email used to send emails.]" mandatory="true"/>
2727
<global_param group_switch_name="mailer" group_switch_label="yes" group_switch_value="yes" type="button" name="TEST_MAILER" choices="boot_test_mailer" label="CONF_MESSAGE[Test Mailer]" description="CONF_MESSAGE[Try sending an email with the configured data]" mandatory="false"/>
2828
<global_param group="CONF_MESSAGE[Configurations storage]" name="StorageLegend" type="legend" label="" description="CONF_MESSAGE[How the application configuration data will be stored (users, plugins, etc. not how your actual documents are managed). To get started rapidly, select No Database. To enable more advanced features, configure a database connection.]"/>
29-
<global_param group="CONF_MESSAGE[Configurations storage]" name="STORAGE_TYPE" type="group_switch:storage_type" label="CONF_MESSAGE[Storage Type]" description="CONF_MESSAGE[Select how the configurations will be stored]" default="" mandatory="false"/>
29+
<global_param group="CONF_MESSAGE[Configurations storage]" name="STORAGE_TYPE" type="group_switch:storage_type" label="CONF_MESSAGE[Storage Type]" description="CONF_MESSAGE[Select how the configurations will be stored]" default="db" mandatory="true"/>
3030
<global_param group_switch_name="storage_type" group_switch_label="CONF_MESSAGE[Database system (production environments, requires a DBMS supported by APPLICATION_TITLE)]" group_switch_value="db" name="type" default="db" label="Database" description="Driver type (do not touch)" type="hidden" mandatory="true"/>
3131
<global_param group_switch_name="storage_type" group_switch_label="CONF_MESSAGE[No Database (Quick Start)]" group_switch_value="serial" name="type" default="serial" label="No Database" description="h" type="hidden" mandatory="true"/>
3232
<global_param group_switch_name="storage_type" group_switch_label="Enable Notifications" group_switch_value="db" name="notifications" default="true" label="CONF_MESSAGE[Enable Notifications]" description="CONF_MESSAGE[Log all events and alerts]" type="boolean" mandatory="false"/>

0 commit comments

Comments
 (0)