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');
|
llxHeader('','','EN:Backups|FR:Sauvegardes|ES:Copias_de_seguridad');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript">
|
||||||
jQuery(document).ready(function() {
|
jQuery(document).ready(function() {
|
||||||
|
|
||||||
function hideoptions () {
|
function hideoptions () {
|
||||||
|
|||||||
@ -37,7 +37,7 @@ if (! $user->admin)
|
|||||||
llxHeader('','','EN:Restores|FR:Restaurations|ES:Restauraciones');
|
llxHeader('','','EN:Restores|FR:Restaurations|ES:Restauraciones');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript">
|
||||||
jQuery(document).ready(function() {
|
jQuery(document).ready(function() {
|
||||||
jQuery("#mysql_options").<?php echo GETPOST('radio_dump')=='mysql_options'?'show()':'hide()'; ?>;
|
jQuery("#mysql_options").<?php echo GETPOST('radio_dump')=='mysql_options'?'show()':'hide()'; ?>;
|
||||||
jQuery("#postgresql_options").<?php echo GETPOST('radio_dump')=='postgresql_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()
|
function jsinfo()
|
||||||
{
|
{
|
||||||
ok=true;
|
ok=true;
|
||||||
|
|||||||
@ -430,7 +430,7 @@ if (! empty($force_install_message))
|
|||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript">
|
||||||
jQuery(document).ready(function() {
|
jQuery(document).ready(function() {
|
||||||
function init_needroot()
|
function init_needroot()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user