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

Commit

Permalink
Fix startup.phtml : prototypejs moved.
Browse files Browse the repository at this point in the history
Booter: make set DB conf by default.
  • Loading branch information
cdujeu committed Oct 2, 2015
1 parent b0ab2f1 commit db00364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/core/tests/startup.phtml
Expand Up @@ -5,12 +5,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="icon" type="image/x-png" href="AJXP_THEME_FOLDER/images/html-folder.png">
<script src="plugins/gui.ajax/res/js/lib/prototype/prototype.js" type="text/javascript"></script>
<script src="plugins/gui.ajax/res/js/vendor/prototype/prototype.js" type="text/javascript"></script>
<style>
body {
background-color:#fff;
margin:0;
padding:20;
padding:20px;
font-family: Helvetica, Verdana, Arial;
overflow: hidden;
background-image: url('plugins/gui.ajax/res/themes/vision/images/grid_t.png');
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/boot.conf/manifest.xml
Expand Up @@ -26,7 +26,7 @@
<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"/>
<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"/>
<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.]"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
Expand Down

0 comments on commit db00364

Please sign in to comment.