instalation changes

This commit is contained in:
Taras Machyshyn
2014-03-05 12:48:16 +02:00
parent cb20b694ba
commit 47686fede5
7 changed files with 27 additions and 25 deletions
+3 -3
View File
@@ -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
View File
@@ -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',
+6
View File
@@ -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>
-2
View File
@@ -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>
+1 -1
View File
@@ -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>
+5
View File
@@ -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