| 
      
            Lines 201-208
          $(document).ready(function() {
      
      
        Link Here
      
     | 
  
        
          | 201 | 
                          </th>  | 
          201 | 
                          </th>  | 
        
        
          | 202 | 
          		<th>Routing  | 
          202 | 
          		<th>Routing  | 
        
        
          | 203 | 
          		</th>  | 
          203 | 
          		</th>  | 
        
          
            
              | 204 | 
                              <th>Edit  | 
              204 | 
               | 
            
            
              | 205 | 
                              </th>  | 
              205 | 
                              [% IF ( CAN_user_serials_receive_serials ) %]<th>Edit</th>[% END %]  | 
            
        
          | 206 | 
                      </tr>  | 
          206 | 
                      </tr>  | 
        
        
          | 207 | 
                [% FOREACH serial IN year.serials %]  | 
          207 | 
                [% FOREACH serial IN year.serials %]  | 
        
        
          | 208 | 
              [% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]  | 
          208 | 
              [% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]  | 
        
  
    | 
      
            Lines 230-235
          $(document).ready(function() {
      
      
        Link Here
      
     | 
  
        
          | 230 | 
          		<td>  | 
          230 | 
          		<td>  | 
        
        
          | 231 | 
          		   <a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %]'); return false" >Print list</a>  | 
          231 | 
          		   <a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %]'); return false" >Print list</a>  | 
        
        
          | 232 | 
          		</td>  | 
          232 | 
          		</td>  | 
        
            
               | 
               | 
              233 | 
                          [% IF ( CAN_user_serials_receive_serials ) %]  | 
            
        
          | 233 | 
                          <td>  | 
          234 | 
                          <td>  | 
        
        
          | 234 | 
                            [% IF ( serial.cannotedit ) %]  | 
          235 | 
                            [% IF ( serial.cannotedit ) %]  | 
        
        
          | 235 | 
                              disabled  | 
          236 | 
                              disabled  | 
        
  
    | 
      
            Lines 245-254
          $(document).ready(function() {
      
      
        Link Here
      
     | 
  
        
          | 245 | 
                              [% END %]  | 
          246 | 
                              [% END %]  | 
        
        
          | 246 | 
                            [% END %]  | 
          247 | 
                            [% END %]  | 
        
        
          | 247 | 
                          </td>  | 
          248 | 
                          </td>  | 
        
            
               | 
               | 
              249 | 
                          [% END %]  | 
            
        
          | 248 | 
                      </tr>  | 
          250 | 
                      </tr>  | 
        
        
          | 249 | 
                [% END %]  | 
          251 | 
                [% END %]  | 
        
        
          | 250 | 
                  </table>  | 
          252 | 
                  </table>  | 
        
          
            
              | 251 | 
                    <p><input type="submit" value="Edit serials" /> <input type="button" value="Generate Next" onclick="javascript:generateNext([% subscriptionidlist %])" /></p>  | 
              253 | 
                  [% IF ( CAN_user_serials_receive_serials ) %]  | 
            
            
               | 
               | 
              254 | 
                      <p>  | 
            
            
              | 255 | 
                          <input type="submit" value="Edit serials" />   | 
            
            
              | 256 | 
                          <input type="button" value="Generate Next" onclick="javascript:generateNext([% subscriptionidlist %])" />  | 
            
            
              | 257 | 
                      </p>  | 
            
            
              | 258 | 
                  [% END %]  | 
            
        
          | 252 | 
              </div>  | 
          259 | 
              </div>  | 
        
        
          | 253 | 
              [% END %]  | 
          260 | 
              [% END %]  | 
        
        
          | 254 | 
            <input type="hidden" name="subscriptionid" value="[% subscriptionidlist %]" />  | 
          261 | 
            <input type="hidden" name="subscriptionid" value="[% subscriptionidlist %]" />  |