| Lines 1037-1050
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 1037 |             </select> | 1037 |             </select> | 
        
          | 1038 |         </li> | 1038 |         </li> | 
        
          | 1039 |          <li> | 1039 |          <li> | 
          
            
              | 1040 |             <label for="callnumber">Call Number:</label> | 1040 |             <label for="callnumber">Call number:</label> | 
        
          | 1041 |             <input type="text" name="callnumber" id="callnumber" value="[% callnumber %]" size="20" /> | 1041 |             <input type="text" name="callnumber" id="callnumber" value="[% callnumber %]" size="20" /> | 
        
          | 1042 |         </li> | 1042 |         </li> | 
        
          | 1043 |         <li> | 1043 |         <li> | 
        
          | 1044 |             <label for="graceperiod">Grace period:</label> <input type="text" name="graceperiod" id="graceperiod" value="[% graceperiod %]" size="5"/> day(s) | 1044 |             <label for="graceperiod">Grace period:</label> <input type="text" name="graceperiod" id="graceperiod" value="[% graceperiod %]" size="5"/> day(s) | 
        
          | 1045 |         </li> | 1045 |         </li> | 
        
          | 1046 |         <li> | 1046 |         <li> | 
          
            
              | 1047 |             <label for="notes">Public note:</label> | 1047 |             <label for="notes">OPAC note:</label> | 
        
          | 1048 |             <textarea name="notes" id="notes" cols="30" rows="2">[% notes %]</textarea> | 1048 |             <textarea name="notes" id="notes" cols="30" rows="2">[% notes %]</textarea> | 
        
          | 1049 |         </li> | 1049 |         </li> | 
        
          | 1050 |         <li> | 1050 |         <li> | 
  
    | Lines 1065-1071
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 1065 | [% END %] | 1065 | [% END %] | 
        
          | 1066 |                 [% END %] | 1066 |                 [% END %] | 
        
          | 1067 |                 </select>  | 1067 |                 </select>  | 
          
            
              | 1068 | 				<div class="hint">Select a notice and patrons on the routing list will be notified when new issues are received.</div> | 1068 | 				<div class="hint">Select a notice and subscribers will be notified when new issues are received.</div> | 
        
          | 1069 |             	[% ELSE %] | 1069 |             	[% ELSE %] | 
        
          | 1070 |             <span class="label">Patron notification: </span> | 1070 |             <span class="label">Patron notification: </span> | 
        
          | 1071 | 				<div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div> | 1071 | 				<div class="hint">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div> | 
  
    | Lines 1076-1082
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 1076 | 			 <input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount %]" size="4"/> | 1076 | 			 <input type="text" name="staffdisplaycount" id="staffdisplaycount" value="[% staffdisplaycount %]" size="4"/> | 
        
          | 1077 | 		 </li> | 1077 | 		 </li> | 
        
          | 1078 | 		 <li> | 1078 | 		 <li> | 
          
            
              | 1079 | 			<label class="widelabel" for="opacdisplaycount">Number of issues to display to the public: </label> | 1079 | 			<label class="widelabel" for="opacdisplaycount">Number of issues to display in OPAC: </label> | 
        
          | 1080 | 			<input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount %]" size="4"/> | 1080 | 			<input type="text" name="opacdisplaycount" id="opacdisplaycount" value="[% opacdisplaycount %]" size="4"/> | 
        
          | 1081 | 		</li> | 1081 | 		</li> | 
        
          | 1082 | 	</ol> | 1082 | 	</ol> | 
  
    | Lines 1274-1297
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 1274 |                         <option value="1">Number</option> | 1274 |                         <option value="1">Number</option> | 
        
          | 1275 |                     [% END %] | 1275 |                     [% END %] | 
        
          | 1276 |                     [% IF ( numberpattern2 ) %] | 1276 |                     [% IF ( numberpattern2 ) %] | 
          
            
              | 1277 |                         <option value="2" selected="selected">Volume, Number, Issue</option> | 1277 |                         <option value="2" selected="selected">Volume, number, issue</option> | 
        
          | 1278 |                     [% ELSE %] | 1278 |                     [% ELSE %] | 
          
            
              | 1279 |                         <option value="2">Volume, Number, Issue</option> | 1279 |                         <option value="2">Volume, number, issue</option> | 
        
          | 1280 |                     [% END %] | 1280 |                     [% END %] | 
        
          | 1281 |                     [% IF ( numberpattern3 ) %] | 1281 |                     [% IF ( numberpattern3 ) %] | 
          
            
              | 1282 |                         <option value="3" selected="selected">Volume, Number</option> | 1282 |                         <option value="3" selected="selected">Volume, number</option> | 
        
          | 1283 |                     [% ELSE %] | 1283 |                     [% ELSE %] | 
          
            
              | 1284 |                         <option value="3">Volume, Number</option> | 1284 |                         <option value="3">Volume, number</option> | 
        
          | 1285 |                     [% END %] | 1285 |                     [% END %] | 
        
          | 1286 |                     [% IF ( numberpattern4 ) %] | 1286 |                     [% IF ( numberpattern4 ) %] | 
          
            
              | 1287 |                         <option value="4" selected="selected">Volume, Issue</option> | 1287 |                         <option value="4" selected="selected">Volume, issue</option> | 
        
          | 1288 |                     [% ELSE %] | 1288 |                     [% ELSE %] | 
          
            
              | 1289 |                         <option value="4">Volume, Issue</option> | 1289 |                         <option value="4">Volume, issue</option> | 
        
          | 1290 |                     [% END %] | 1290 |                     [% END %] | 
        
          | 1291 |                     [% IF ( numberpattern5 ) %] | 1291 |                     [% IF ( numberpattern5 ) %] | 
          
            
              | 1292 |                         <option value="5" selected="selected">Number, Issue</option> | 1292 |                         <option value="5" selected="selected">Number, issue</option> | 
        
          | 1293 |                     [% ELSE %] | 1293 |                     [% ELSE %] | 
          
            
              | 1294 |                         <option value="5">Number, Issue</option> | 1294 |                         <option value="5">Number, issue</option> | 
        
          | 1295 |                     [% END %] | 1295 |                     [% END %] | 
        
          | 1296 |                     [% IF ( numberpattern6 ) %] | 1296 |                     [% IF ( numberpattern6 ) %] | 
        
          | 1297 |                         <option value="6" selected="selected">Seasonal only</option> | 1297 |                         <option value="6" selected="selected">Seasonal only</option> | 
  
    | Lines 1316-1322
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 1316 |         <li> | 1316 |         <li> | 
        
          | 1317 |            <label for="beginning_date" class="required"> Subscription start date:</label> | 1317 |            <label for="beginning_date" class="required"> Subscription start date:</label> | 
        
          | 1318 |              | 1318 |              | 
          
            
              | 1319 |                 <img src="[% themelang %]/lib/calendar/cal.gif" id="button1" style="cursor: pointer;" alt="Show Calendar" title="Show Calendar" /> | 1319 |                 <img src="[% themelang %]/lib/calendar/cal.gif" id="button1" style="cursor: pointer;" alt="Show calendar" title="Show calendar" /> | 
        
          | 1320 |                 <input type="text" name="startdate" value="[% startdate %]" size="13" maxlength="10" id="beginning_date" /> | 1320 |                 <input type="text" name="startdate" value="[% startdate %]" size="13" maxlength="10" id="beginning_date" /> | 
        
          | 1321 |                 <!-- both scripts for calendar must follow the input field -->  | 1321 |                 <!-- both scripts for calendar must follow the input field -->  | 
        
          | 1322 |                 <script type="text/javascript"> | 1322 |                 <script type="text/javascript"> | 
  
    | Lines 1339-1347
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 1339 |             <label for="subtype" class="required">Subscription length:</label> | 1339 |             <label for="subtype" class="required">Subscription length:</label> | 
        
          | 1340 |              | 1340 |              | 
        
          | 1341 |                 <select name="subtype" id="subtype"> | 1341 |                 <select name="subtype" id="subtype"> | 
          
            
              | 1342 | 					[% IF ( subtype_monthlength ) %]<option value="monthlength" selected="selected">[% ELSE %]<option value="monthlength">[% END %] Number of months</option>					 | 1342 |                     [% IF ( subtype_monthlength ) %]<option value="monthlength" selected="selected">[% ELSE %]<option value="monthlength">[% END %] Number of months</option> | 
            
              | 1343 | 					[% IF ( subtype_numberlength ) %]<option value="numberlength" selected="selected">[% ELSE %]<option value="numberlength">[% END %] Number of issues</option>					 | 1343 |                     [% IF ( subtype_numberlength ) %]<option value="numberlength" selected="selected">[% ELSE %]<option value="numberlength">[% END %] Number of issues</option> | 
            
              | 1344 | 					[% IF ( subtype_weeklength ) %]<option value="weeklength" selected="selected">[% ELSE %]<option value="weeklength">[% END %] Number of weeks</option>					 | 1344 |                     [% IF ( subtype_weeklength ) %]<option value="weeklength" selected="selected">[% ELSE %]<option value="weeklength">[% END %] Number of weeks</option> | 
        
          | 1345 |                 </select> | 1345 |                 </select> | 
        
          | 1346 |                 <input type="text" id="numberlength" name="sublength" value="[% sublength %]" size="3" onkeypress="return check_input(event)" /> (enter amount in numerals) | 1346 |                 <input type="text" id="numberlength" name="sublength" value="[% sublength %]" size="3" onkeypress="return check_input(event)" /> (enter amount in numerals) | 
        
          | 1347 |             <span class="required">Required</span> | 1347 |             <span class="required">Required</span> | 
  
    | Lines 1373-1388
          $(document).ready(function() {
      
      
        Link Here | 
        
          | 1373 | 	</fieldset> | 1373 | 	</fieldset> | 
        
          | 1374 | </div> | 1374 | </div> | 
        
          | 1375 | 	<fieldset class="action"> | 1375 | 	<fieldset class="action"> | 
          
            
              | 1376 | 	<input type="button" class="action_test" value="Test Prediction Pattern" onclick="javascript:irregularity_check()" /> | 1376 | 	<input type="button" class="action_test" value="Test prediction pattern" onclick="javascript:irregularity_check()" /> | 
            
              | 1377 | 	<input type="button" class="action_reset" value="Reset Pattern" onclick="javascript:reset_pattern()" /> | 1377 | 	<input type="button" class="action_reset" value="Reset pattern" onclick="javascript:reset_pattern()" /> | 
        
          | 1378 |     <input type="button" class="action_save"  value="Save subscription" onclick="Check(this.form)" accesskey="w" /> | 1378 |     <input type="button" class="action_save"  value="Save subscription" onclick="Check(this.form)" accesskey="w" /> | 
        
          | 1379 | 	</fieldset> | 1379 | 	</fieldset> | 
        
          | 1380 |     <fieldset class="action"> | 1380 |     <fieldset class="action"> | 
          
            
              | 1381 |     <input type="button" class="action_advanced" value="Show/Hide Advanced Pattern" onclick="javascript:display_table()" /> | 1381 |     <input type="button" class="action_advanced" value="Show/Hide advanced pattern" onclick="javascript:display_table()" /> | 
        
          | 1382 |     </fieldset> | 1382 |     </fieldset> | 
        
          | 1383 |            <div id="basetable"  style="display: none;"> | 1383 |            <div id="basetable"  style="display: none;"> | 
        
          | 1384 |             <table class="small"> | 1384 |             <table class="small"> | 
          
            
              | 1385 |                 <tr><th colspan="4">Advanced Prediction Pattern</th></tr> | 1385 |                 <tr><th colspan="4">Advanced prediction pattern</th></tr> | 
        
          | 1386 | 				<tr> | 1386 | 				<tr> | 
        
          | 1387 |                     <th> </th> | 1387 |                     <th> </th> | 
        
          | 1388 |                     <th>X</th> | 1388 |                     <th>X</th> |