mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Qual: Removed deprecated tag
This commit is contained in:
parent
2f100d0d72
commit
985c061e65
|
|
@ -41,7 +41,7 @@ $formfile = new FormFile($db);
|
|||
llxHeader('','','EN:Backups|FR:Sauvegardes|ES:Copias_de_seguridad');
|
||||
|
||||
?>
|
||||
<script type="text/javascript" language="javascript">
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function() {
|
||||
|
||||
function hideoptions () {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ if (! $user->admin)
|
|||
llxHeader('','','EN:Restores|FR:Restaurations|ES:Restauraciones');
|
||||
|
||||
?>
|
||||
<script type="text/javascript" language="javascript">
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function() {
|
||||
jQuery("#mysql_options").<?php echo GETPOST('radio_dump')=='mysql_options'?'show()':'hide()'; ?>;
|
||||
jQuery("#postgresql_options").<?php echo GETPOST('radio_dump')=='postgresql_options'?'show()':'hide()'; ?>;
|
||||
|
|
|
|||
|
|
@ -650,7 +650,7 @@ if (! $error && $db->connected && $action == "set")
|
|||
|
||||
?>
|
||||
|
||||
<script type="text/javascript" language="javascript">
|
||||
<script type="text/javascript">
|
||||
function jsinfo()
|
||||
{
|
||||
ok=true;
|
||||
|
|
|
|||
|
|
@ -430,7 +430,7 @@ if (! empty($force_install_message))
|
|||
|
||||
</table>
|
||||
|
||||
<script type="text/javascript" language="javascript">
|
||||
<script type="text/javascript">
|
||||
jQuery(document).ready(function() {
|
||||
function init_needroot()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user