Qual: Removed deprecated tag

This commit is contained in:
Laurent Destailleur 2011-11-21 01:34:37 +01:00
parent 2f100d0d72
commit 985c061e65
4 changed files with 4 additions and 4 deletions

View File

@ -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 () {

View File

@ -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()'; ?>;

View File

@ -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;

View File

@ -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()
{ {