Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
52b064a386
@ -407,8 +407,7 @@ if (!empty($force_install_noedit)) {
|
|||||||
<input type="password"
|
<input type="password"
|
||||||
id="db_pass" autocomplete="off"
|
id="db_pass" autocomplete="off"
|
||||||
name="db_pass"
|
name="db_pass"
|
||||||
value="
|
value="<?php
|
||||||
<?php
|
|
||||||
// If $force_install_databasepass is on, we don't want to set password, we just show '***'. Real value will be extracted from the forced install file at step1.
|
// If $force_install_databasepass is on, we don't want to set password, we just show '***'. Real value will be extracted from the forced install file at step1.
|
||||||
$autofill = ((!empty($_SESSION['dol_save_pass'])) ? $_SESSION['dol_save_pass'] : str_pad('', strlen($force_install_databasepass), '*'));
|
$autofill = ((!empty($_SESSION['dol_save_pass'])) ? $_SESSION['dol_save_pass'] : str_pad('', strlen($force_install_databasepass), '*'));
|
||||||
if (!empty($dolibarr_main_prod)) {
|
if (!empty($dolibarr_main_prod)) {
|
||||||
|
|||||||
@ -86,7 +86,7 @@ FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. C
|
|||||||
NbOfEntries=No. of entries
|
NbOfEntries=No. of entries
|
||||||
GoToWikiHelpPage=Read online help (Internet access needed)
|
GoToWikiHelpPage=Read online help (Internet access needed)
|
||||||
GoToHelpPage=Read help
|
GoToHelpPage=Read help
|
||||||
DedicatedPageAvailable=This is a dedicated help page related to your current screen
|
DedicatedPageAvailable=There is a dedicated help page related to your current screen
|
||||||
HomePage=Home Page
|
HomePage=Home Page
|
||||||
RecordSaved=Record saved
|
RecordSaved=Record saved
|
||||||
RecordDeleted=Record deleted
|
RecordDeleted=Record deleted
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user