Remove deprecated files
This commit is contained in:
parent
e5fe629a0e
commit
ca08f814c1
@ -86,7 +86,7 @@ if (! is_writable($conffile))
|
||||
|
||||
if (! empty($force_install_message))
|
||||
{
|
||||
print '<div><table><tr><td valign="middle"><img src="../theme/common/information.png" style="height:40px;"></td><td valign="middle">'.$langs->trans($force_install_message).'</td></tr></table>';
|
||||
print '<div><br>'.$langs->trans($force_install_message).'</div>';
|
||||
|
||||
/*print '<script type="text/javascript">';
|
||||
print ' jQuery(document).ready(function() {
|
||||
@ -125,7 +125,7 @@ if (! empty($force_install_message))
|
||||
$dolibarr_main_document_root = detect_dolibarr_main_document_root();
|
||||
}
|
||||
?>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="text"
|
||||
class="minwidth300"
|
||||
value="<?php print $dolibarr_main_document_root ?>"
|
||||
@ -156,7 +156,7 @@ if (! empty($force_install_message))
|
||||
$dolibarr_main_data_root = detect_dolibarr_main_data_root($dolibarr_main_document_root);
|
||||
}
|
||||
?>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="text"
|
||||
class="minwidth300"
|
||||
value="<?php print $dolibarr_main_data_root ?>"
|
||||
@ -210,7 +210,7 @@ if (! empty($force_install_message))
|
||||
?>
|
||||
<tr>
|
||||
<td class="tdtop label"><?php echo $langs->trans("ForceHttps"); ?></td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="checkbox"
|
||||
name="main_force_https"
|
||||
<?php if (!empty($force_install_mainforcehttps)) {
|
||||
@ -238,9 +238,9 @@ if (! empty($force_install_message))
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="label" valign="top"><b> <?php echo $langs->trans("DatabaseName"); ?>
|
||||
<td class="label tdtop"><b> <?php echo $langs->trans("DatabaseName"); ?>
|
||||
</b></td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="text" id="db_name"
|
||||
name="db_name"
|
||||
value="<?php echo (!empty($dolibarr_main_db_name)) ? $dolibarr_main_db_name : ($force_install_database ? $force_install_database : 'dolibarr'); ?>"
|
||||
@ -371,9 +371,9 @@ if (! empty($force_install_message))
|
||||
</tr>
|
||||
|
||||
<tr class="hidesqlite">
|
||||
<td class="label" valign="top"><?php echo $langs->trans("DatabasePrefix"); ?>
|
||||
<td class="label tdtop"><?php echo $langs->trans("DatabasePrefix"); ?>
|
||||
</td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="text" id="db_prefix"
|
||||
name="db_prefix"
|
||||
value="<?php echo(!empty($force_install_prefix) ? $force_install_prefix : (!empty($dolibarr_main_db_prefix) ? $dolibarr_main_db_prefix : 'llx_')); ?>"
|
||||
@ -386,9 +386,9 @@ if (! empty($force_install_message))
|
||||
</tr>
|
||||
|
||||
<tr class="hidesqlite">
|
||||
<td class="label" valign="top"><?php echo $langs->trans("CreateDatabase"); ?>
|
||||
<td class="label tdtop"><?php echo $langs->trans("CreateDatabase"); ?>
|
||||
</td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="checkbox"
|
||||
id="db_create_database"
|
||||
name="db_create_database"
|
||||
@ -405,9 +405,9 @@ if (! empty($force_install_message))
|
||||
</tr>
|
||||
|
||||
<tr class="hidesqlite">
|
||||
<td class="label" valign="top"><b><?php echo $langs->trans("Login"); ?></b>
|
||||
<td class="label tdtop"><b><?php echo $langs->trans("Login"); ?></b>
|
||||
</td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="text" id="db_user"
|
||||
name="db_user"
|
||||
value="<?php print (!empty($force_install_databaselogin)) ? $force_install_databaselogin : $dolibarr_main_db_user; ?>"
|
||||
@ -420,9 +420,9 @@ if (! empty($force_install_message))
|
||||
</tr>
|
||||
|
||||
<tr class="hidesqlite">
|
||||
<td class="label" valign="top"><b><?php echo $langs->trans("Password"); ?></b>
|
||||
<td class="label tdtop"><b><?php echo $langs->trans("Password"); ?></b>
|
||||
</td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="password" id="db_pass" autocomplete="off"
|
||||
name="db_pass"
|
||||
value="<?php
|
||||
@ -442,9 +442,9 @@ if (! empty($force_install_message))
|
||||
</tr>
|
||||
|
||||
<tr class="hidesqlite">
|
||||
<td class="label" valign="top"><?php echo $langs->trans("CreateUser"); ?>
|
||||
<td class="label tdtop"><?php echo $langs->trans("CreateUser"); ?>
|
||||
</td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="checkbox"
|
||||
id="db_create_user" name="db_create_user"
|
||||
<?php if (!empty($force_install_createuser)) {
|
||||
@ -472,8 +472,8 @@ if (! empty($force_install_message))
|
||||
</tr>
|
||||
|
||||
<tr class="hidesqlite hideroot">
|
||||
<td class="label" valign="top"><b><?php echo $langs->trans("Login"); ?></b></td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop"><b><?php echo $langs->trans("Login"); ?></b></td>
|
||||
<td class="label tdtop">
|
||||
<input type="text"
|
||||
id="db_user_root"
|
||||
name="db_user_root"
|
||||
@ -496,9 +496,9 @@ if (! empty($force_install_message))
|
||||
|
||||
</tr>
|
||||
<tr class="hidesqlite hideroot">
|
||||
<td class="label" valign="top"><b><?php echo $langs->trans("Password"); ?></b>
|
||||
<td class="label tdtop"><b><?php echo $langs->trans("Password"); ?></b>
|
||||
</td>
|
||||
<td class="label" valign="top">
|
||||
<td class="label tdtop">
|
||||
<input type="password"
|
||||
autocomplete="off"
|
||||
id="db_pass_root"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 460 B |
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 476 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 79 B |
Loading…
Reference in New Issue
Block a user