This commit is contained in:
Frédéric FRANCE 2019-10-27 10:19:36 +01:00
parent 20f97807ce
commit ac6da28135
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -492,7 +492,7 @@ if (!empty($force_install_noedit)) {
} // Do not autofill password for remote access } // Do not autofill password for remote access
print dol_escape_htmltag($autofill); print dol_escape_htmltag($autofill);
?>" ?>"
<?php if ($force_install_noedit > 0 && ! empty($force_install_databaserootpass)) { print ' disabled'; // May be removed by javascript } ?> <?php if ($force_install_noedit > 0 && ! empty($force_install_databaserootpass)) { print ' disabled'; /* May be removed by javascript*/ } ?>
> >
</td> </td>
<td class="comment"><?php echo $langs->trans("KeepEmptyIfNoPassword"); ?> <td class="comment"><?php echo $langs->trans("KeepEmptyIfNoPassword"); ?>