Changeset 1046

Show
Ignore:
Timestamp:
09/17/08 18:20:11 (2 months ago)
Author:
rach
Message:

Correct bug: Wrong behaviours when you forgot a field
When you forgot a field to import rate... you finished on blank page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/Public/CC_card_import.php

    r570 r1046  
    4343                return (false); 
    4444        } 
    45  
     45        alert("XXXX"); 
    4646    document.forms["prefs"].elements["task"].value = "field"; 
    4747        document.forms[0].submit(); 
     
    5353                alert ('<?php echo gettext("Please, you must first select a file !")?>'); 
    5454                form.the_file.focus (); 
    55                 return (false)
     55                return false
    5656        } 
    57  
    5857    document.forms["prefs"].elements["task"].value = "upload"; 
    5958        document.prefs.action='CC_card_import_analyse.php'; 


Google