instalation changes
This commit is contained in:
+3
-3
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
EspoCRM - Open Source CRM
|
||||
Copyright (C) 2014 Yuri Kuznetsov, Taras Machyshyn, Alex Avramenko
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
EspoCRM Copyright (C) 2014 Yuri Kuznetsov, Taras Machyshyn, Alex Avramenko
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
+11
-18
@@ -2,16 +2,9 @@
|
||||
|
||||
return array(
|
||||
'Main page title' => 'Welcome to EspoCRM',
|
||||
'Main page header' => 'Welcome to EspoCRM. Before installing, please check if you have the following information:<br>
|
||||
<br>
|
||||
Database host<br>
|
||||
Database name<br>
|
||||
Database username<br>
|
||||
Database password<br>
|
||||
<br><br>
|
||||
Please select the language to use EspoCRM.',
|
||||
'Start page title' => 'Start page title',
|
||||
'Step1 page title' => 'Step1 page title',
|
||||
'Main page header' => '',
|
||||
'Start page title' => 'License Agreement',
|
||||
'Step1 page title' => 'License Agreement',
|
||||
'License Agreement' => 'License Agreement',
|
||||
'I accept the agreement' => 'I accept the agreement',
|
||||
'Choose your language:' => 'Choose your language:',
|
||||
@@ -20,13 +13,13 @@ Please select the language to use EspoCRM.',
|
||||
'Database User Name' => 'Database User Name',
|
||||
'Database User Password' => 'Database User Password',
|
||||
'Database driver' => 'Database driver',
|
||||
'Step2 page title' => 'Step2 page title',
|
||||
'Step3 page title' => 'Step3 page title',
|
||||
'Admin Name' => 'Admin Name',
|
||||
'Step2 page title' => 'Database configuration',
|
||||
'Step3 page title' => 'Administrator Setup',
|
||||
'User Name' => 'User Name',
|
||||
'Password' => 'Password',
|
||||
'Confirm Password' => 'Confirm Password',
|
||||
'Errors page title' => 'Errors page title',
|
||||
'Finish page title' => 'Finish page title',
|
||||
'Confirm Password' => 'Confirm your Password',
|
||||
'Errors page title' => 'Errors',
|
||||
'Finish page title' => 'Success',
|
||||
'Congratulation! Welcome to EspoCRM!' => 'Congratulation! Welcome to EspoCRM!',
|
||||
'admin' => 'admin',
|
||||
|
||||
@@ -57,7 +50,7 @@ Please select the language to use EspoCRM.',
|
||||
),
|
||||
'user languages' => array(
|
||||
'en_US' => 'English (US)',
|
||||
'de_DE' => 'German',
|
||||
//'de_DE' => 'German',
|
||||
),
|
||||
// controll
|
||||
'Start' => 'Start',
|
||||
@@ -65,7 +58,7 @@ Please select the language to use EspoCRM.',
|
||||
'Next' => 'Next',
|
||||
'Go to EspoCRM' => 'Go to EspoCRM',
|
||||
'Re-check' => 'Re-check',
|
||||
'Test settings' => 'Test settings',
|
||||
'Test settings' => 'Test Connection',
|
||||
|
||||
// db errors
|
||||
'1049' => 'Unknown database',
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
<header class="panel-heading">
|
||||
<h4 class="panel-title">{$langs['Main page title']}</h4>
|
||||
</header>
|
||||
<form id="nav">
|
||||
<div class="panel-body">
|
||||
<div id="msg-box" class="alert hide"></div>
|
||||
<div class="row">
|
||||
<div class=" col-md-13">
|
||||
<div align="center">
|
||||
<div class="content-img">
|
||||
<img class="devices" src="img/devices.png" alt="EspoCRM">
|
||||
</div>
|
||||
{$langs['Main page header']}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -8,8 +8,6 @@
|
||||
<div class=" col-md-12">
|
||||
<div class="row">
|
||||
<div class="cell cell-website col-sm-12 form-group">
|
||||
<label class="field-label-website control-label">{$langs['License Agreement']}</label>
|
||||
<br><br>
|
||||
<div class="field field-website">
|
||||
<textarea rows="15" class="license-field">{$license}</textarea>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div class=" col-md-6">
|
||||
<div class="row">
|
||||
<div class="cell cell-website col-sm-12 form-group">
|
||||
<label class="field-label-website control-label">{$langs['Admin Name']} *</label>
|
||||
<label class="field-label-website control-label">{$langs['User Name']} *</label>
|
||||
<div class="field field-website">
|
||||
<input type="text" value="{$fields['user-name'].value}" name="user-name" class="main-element form-control">
|
||||
</div>
|
||||
|
||||
@@ -35,3 +35,8 @@ select[name="user-lang"] {
|
||||
width: 31px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.devices {
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
Reference in New Issue
Block a user