| 
      
            Lines 342-347
          $(document).ready(function(){
      
      
        Link Here
      
     | 
  
        
          | 342 | 
              <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" onclick="return submitBackgroundJob(this.form);" />  | 
          342 | 
              <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" onclick="return submitBackgroundJob(this.form);" />  | 
        
        
          | 343 | 
              <br/>  | 
          343 | 
              <br/>  | 
        
        
          | 344 | 
              [% IF ( record_type != 'auth' ) %]  | 
          344 | 
              [% IF ( record_type != 'auth' ) %]  | 
        
            
               | 
               | 
              345 | 
                  [%# FIXME This does not work, the submitBackgroundJob function does not take arguments %]  | 
            
            
              | 346 | 
                  <!--  | 
            
        
          | 345 | 
              Add new bibliographic records into this framework:  | 
          347 | 
              Add new bibliographic records into this framework:  | 
        
        
          | 346 | 
              <select name="framework" id="frameworks">  | 
          348 | 
              <select name="framework" id="frameworks">  | 
        
        
          | 347 | 
                <option value="">Default</option>  | 
          349 | 
                <option value="">Default</option>  | 
        
  
    | 
      
            Lines 349-354
          $(document).ready(function(){
      
      
        Link Here
      
     | 
  
        
          | 349 | 
                    <option value="[% framework.value %]">[% framework.label %]</option>  | 
          351 | 
                    <option value="[% framework.value %]">[% framework.label %]</option>  | 
        
        
          | 350 | 
                [% END %]  | 
          352 | 
                [% END %]  | 
        
        
          | 351 | 
              </select>  | 
          353 | 
              </select>  | 
        
            
               | 
               | 
              354 | 
                  -->  | 
            
        
          | 352 | 
              [% END %]  | 
          355 | 
              [% END %]  | 
        
        
          | 353 | 
              </fieldset>  | 
          356 | 
              </fieldset>  | 
        
        
          | 354 | 
            </form>  | 
          357 | 
            </form>  | 
        
            
              | 355 | 
              -   | 
               | 
               |