| Lines 2-7
          
      
      
        Link Here | 
        
          | 2 | <title>Koha › Serials › Numbering patterns</title> | 2 | <title>Koha › Serials › Numbering patterns</title> | 
        
          | 3 | [% INCLUDE 'doc-head-close.inc' %] | 3 | [% INCLUDE 'doc-head-close.inc' %] | 
        
          | 4 | [% INCLUDE 'calendar.inc' %] | 4 | [% INCLUDE 'calendar.inc' %] | 
            
              |  |  | 5 | <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> | 
            
              | 6 | [% INCLUDE 'datatables.inc' %] | 
        
          | 5 | <script type="text/javascript"> | 7 | <script type="text/javascript"> | 
        
          | 6 | //<![CDATA[ | 8 | //<![CDATA[ | 
        
          | 7 |  | 9 |  | 
  
    | Lines 63-68
          function show_blocking_subs() {
      
      
        Link Here | 
        
          | 63 |     $("#blocking_subs").show(); | 65 |     $("#blocking_subs").show(); | 
        
          | 64 | } | 66 | } | 
        
          | 65 | $(document).ready(function(){ | 67 | $(document).ready(function(){ | 
            
              |  |  | 68 |  | 
            
              | 69 |     $("#numberpatternst").dataTable($.extend(true, {}, dataTablesDefaults, { | 
            
              | 70 |         "aoColumnDefs": [ | 
            
              | 71 |             { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, | 
            
              | 72 |         ], | 
            
              | 73 |         "sPaginationType": "four_button" | 
            
              | 74 |     })); | 
            
              | 75 |  | 
        
          | 66 |     $(".delete_pattern").on("click",function(){ | 76 |     $(".delete_pattern").on("click",function(){ | 
        
          | 67 |         return confirmDelete(); | 77 |         return confirmDelete(); | 
        
          | 68 |     }); | 78 |     }); | 
  
    | Lines 86-91
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 86 |     <a href="/cgi-bin/koha/mainpage.pl">Home</a> › | 96 |     <a href="/cgi-bin/koha/mainpage.pl">Home</a> › | 
        
          | 87 |     <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › | 97 |     <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › | 
        
          | 88 |     <a href="/cgi-bin/koha/serials/subscription-numberpatterns.pl">Numbering patterns</a> | 98 |     <a href="/cgi-bin/koha/serials/subscription-numberpatterns.pl">Numbering patterns</a> | 
            
              |  |  | 99 |     [% IF ( new ) %] | 
            
              | 100 |         › New numbering pattern | 
            
              | 101 |     [% ELSIF ( modify ) %] | 
            
              | 102 |         › Modifying numbering pattern '[% label %]' | 
            
              | 103 |     [% END %] | 
        
          | 89 | </div> | 104 | </div> | 
        
          | 90 |  | 105 |  | 
        
          | 91 | <div id="doc3" class="yui-t2"> | 106 | <div id="doc3" class="yui-t2"> | 
  
    | Lines 223-230
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 223 |               </table> | 238 |               </table> | 
        
          | 224 |             </fieldset> | 239 |             </fieldset> | 
        
          | 225 |             <fieldset class="action"> | 240 |             <fieldset class="action"> | 
          
            
              | 226 |               <input type="submit" value="Save" /> | 241 |               <button type="submit" class="btn btn-default btn-sm">Save</button> | 
            
              | 227 |               <input type="reset" value="Reset" /> | 242 |               <button type="reset" class="btn btn-default btn-sm">Reset</button> | 
        
          | 228 |               <a class="cancel" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl">Cancel</a> | 243 |               <a class="cancel" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl">Cancel</a> | 
        
          | 229 |             </fieldset> | 244 |             </fieldset> | 
        
          | 230 |           </form> | 245 |           </form> | 
  
    | Lines 291-297
          $(document).ready(function(){
      
      
        Link Here | 
        
          | 291 |                 </tbody> | 306 |                 </tbody> | 
        
          | 292 |               </table> | 307 |               </table> | 
        
          | 293 |               <fieldset class="action"> | 308 |               <fieldset class="action"> | 
          
            
              | 294 |               <input type="button" id="test_pattern" value="Test pattern" /> | 309 |                   <button type="button" id="test_pattern" class="btn btn-default btn-sm">Test pattern</button> | 
        
          | 295 |               </fieldset> | 310 |               </fieldset> | 
        
          | 296 |               <div id="predictionpattern"></div> | 311 |               <div id="predictionpattern"></div> | 
        
          | 297 |             </fieldset> | 312 |             </fieldset> | 
            
              | 298 | -  |  |  |