Subversion Repositories DevTools

Rev

Rev 4525 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4525 Rev 5190
Line 389... Line 389...
389
      formButton.style.color="silver";
389
      formButton.style.color="silver";
390
    }
390
    }
391
  }
391
  }
392
}
392
}
393
 
393
 
394
function confirmDelete(m)
-
 
395
{
-
 
396
   var agree=confirm('Are you sure you want to delete '+m+'?');
-
 
397
   if (agree) {
-
 
398
      MM_showProgressBar();
-
 
399
      return true;
-
 
400
   } else {
-
 
401
      return false;
-
 
402
   }
-
 
403
}
-
 
404
 
-
 
405
function confirmAction(m)
-
 
406
{
-
 
407
   var agree=confirm(m);
-
 
408
   if (agree) {
-
 
409
      MM_showProgressBar();
-
 
410
      return true;
-
 
411
   } else {
-
 
412
      return false;
-
 
413
   }
-
 
414
}
-
 
415
 
-
 
416
function DisplaySPAN(show) {
394
function DisplaySPAN(show) {
417
   if (show) {
395
   if (show) {
418
      MM_findObj("spanHideDetails").style.display = "block";
396
      MM_findObj("spanHideDetails").style.display = "block";
419
      MM_findObj("spanPkgInfo").style.display = "block";
397
      MM_findObj("spanPkgInfo").style.display = "block";
420
      MM_findObj("spanShowDetails").style.display = "none";
398
      MM_findObj("spanShowDetails").style.display = "none";