| 
      
            Lines 1530-1535
          
      
      
        Link Here
      
     | 
  
        
          | 1530 | 
                              $("#authorised_value_category").show(); | 
          1530 | 
                              $("#authorised_value_category").show(); | 
        
        
          | 1531 | 
                              $("#authorised_value").prop("required", true ).attr("required", "required"); | 
          1531 | 
                              $("#authorised_value").prop("required", true ).attr("required", "required"); | 
        
        
          | 1532 | 
                              break;  | 
          1532 | 
                              break;  | 
        
            
               | 
               | 
              1533 | 
                              case "insertCnSource":  | 
            
            
              | 1534 | 
                                  modalTitle.text( _("Insert classification source parameter") ); | 
            
            
              | 1535 | 
                                  $("#paramLabel").val( _("Source of classification or shelving scheme") ); | 
            
            
              | 1536 | 
                                  $("#param_category").val("cn_source"); | 
            
            
              | 1537 | 
                                  break;  | 
            
        
          | 1533 | 
                          case "insertDate":  | 
          1538 | 
                          case "insertDate":  | 
        
        
          | 1534 | 
                              modalTitle.text( _("Insert date parameter") ); | 
          1539 | 
                              modalTitle.text( _("Insert date parameter") ); | 
        
        
          | 1535 | 
                              $("#paramLabel").val( _("Date") ); | 
          1540 | 
                              $("#paramLabel").val( _("Date") ); | 
        
  
    | 
      
            Lines 2276-2282
          
      
      
        Link Here
      
     | 
  
        
          | 2276 | 
                      Insert runtime parameter <span class="caret"></span>  | 
          2281 | 
                      Insert runtime parameter <span class="caret"></span>  | 
        
        
          | 2277 | 
                  </button>  | 
          2282 | 
                  </button>  | 
        
        
          | 2278 | 
                  <ul class="dropdown-menu">  | 
          2283 | 
                  <ul class="dropdown-menu">  | 
        
          
            
              | 2279 | 
                          <li><a href="#" class="insertParam" id="insertAuthVal">Authorized value</a></li>  | 
              2284 | 
                          <li><a href="#" class="insertParam" id="insertAuthVal">Authorized values</a></li>  | 
            
            
               | 
               | 
              2285 | 
                          <li><a href="#" class="insertParam" id="insertCnSource">Classification sources</a></li>  | 
            
        
          | 2280 | 
                      <li><a href="#" class="insertParam" id="insertDate">Date</a></li>  | 
          2286 | 
                      <li><a href="#" class="insertParam" id="insertDate">Date</a></li>  | 
        
        
          | 2281 | 
                      <li><a href="#" class="insertParam" id="insertItemtypes">Item types</a></li>  | 
          2287 | 
                      <li><a href="#" class="insertParam" id="insertItemtypes">Item types</a></li>  | 
        
        
          | 2282 | 
                      <li><a href="#" class="insertParam" id="insertBranches">Libraries</a></li>  | 
          2288 | 
                      <li><a href="#" class="insertParam" id="insertBranches">Libraries</a></li>  | 
        
            
              | 2283 | 
              -   | 
               | 
               |