More message

This commit is contained in:
Laurent Destailleur 2011-08-12 18:48:35 +00:00
parent ab776c014f
commit c84ca63d2b

View File

@ -24,7 +24,7 @@
* \file htdocs/install/fileconf.php * \file htdocs/install/fileconf.php
* \ingroup install * \ingroup install
* \brief Ask all informations required to build Dolibarr htdocs/conf/conf.php file (will be wrote on disk on next page) * \brief Ask all informations required to build Dolibarr htdocs/conf/conf.php file (will be wrote on disk on next page)
* \version $Id: fileconf.php,v 1.95 2011/08/06 23:10:01 eldy Exp $ * \version $Id: fileconf.php,v 1.96 2011/08/12 18:48:35 eldy Exp $
*/ */
include_once("./inc.php"); include_once("./inc.php");
@ -219,7 +219,7 @@ if (empty($dolibarr_main_url_root))
<li>http://localhost/</li> <li>http://localhost/</li>
<li>http://www.myserver.com:8180/dolibarr</li> <li>http://www.myserver.com:8180/dolibarr</li>
</ul> </ul>
</td>
</tr> </tr>
<?php <?php
@ -404,10 +404,16 @@ if (! empty($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == 'on') { // Enabled if t
<td class="label" valign="top"><?php echo $langs->trans("Login"); ?></td> <td class="label" valign="top"><?php echo $langs->trans("Login"); ?></td>
<td class="label" valign="top"><input type="text" id="db_user_root" name="db_user_root" class="needroot" <td class="label" valign="top"><input type="text" id="db_user_root" name="db_user_root" class="needroot"
value="<?php print (! empty($db_user_root))?$db_user_root:$force_install_databaserootlogin; ?>"></td> value="<?php print (! empty($db_user_root))?$db_user_root:$force_install_databaserootlogin; ?>"></td>
<td class="label"> <td class="comment">
<div class="comment"><?php echo $langs->trans("DatabaseRootLoginDescription"); ?> <?php echo $langs->trans("DatabaseRootLoginDescription"); ?>
</div> <!--
<?php echo '<br>'.$langs->trans("Examples").':<br>' ?>
<ul>
<li>root (Mysql)</li>
<li>postgres (PostgreSql)</li>
</ul>
</td> </td>
-->
</tr> </tr>
<tr> <tr>
@ -415,9 +421,8 @@ if (! empty($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] == 'on') { // Enabled if t
</td> </td>
<td class="label" valign="top"><input type="password" id="db_pass_root" name="db_pass_root" class="needroot" <td class="label" valign="top"><input type="password" id="db_pass_root" name="db_pass_root" class="needroot"
value="<?php print (! empty($db_pass_root))?$db_pass_root:$force_install_databaserootpass; ?>"></td> value="<?php print (! empty($db_pass_root))?$db_pass_root:$force_install_databaserootpass; ?>"></td>
<td class="label"> <td class="comment">
<div class="comment"><?php echo $langs->trans("KeepEmptyIfNoPassword"); ?> <?php echo $langs->trans("KeepEmptyIfNoPassword"); ?>
</div>
</td> </td>
</tr> </tr>