Lines 1083-1090
$(document).ready(function() {
Link Here
|
1083 |
</fieldset> |
1083 |
</fieldset> |
1084 |
</div> |
1084 |
</div> |
1085 |
|
1085 |
|
1086 |
<div id="subscription_form_history" class="yui-u" style="display:none"> |
1086 |
<div class="yui-u"> |
1087 |
<div><h3 style="display:inline">Subscription history</h3> <a href="#" id="cancel_manual_history">[cancel manual history]</a></div> |
1087 |
<div id="subscription_form_history" style="display:none"><h3 style="display:inline">Subscription history</h3> <a href="#" id="cancel_manual_history">[cancel manual history]</a> |
1088 |
<p>Hint: you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify these fields with care, as future serial receive will continue to update them automatically.</p> |
1088 |
<p>Hint: you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify these fields with care, as future serial receive will continue to update them automatically.</p> |
1089 |
<fieldset class="rows"> |
1089 |
<fieldset class="rows"> |
1090 |
<ol> |
1090 |
<ol> |
Lines 1117-1123
$(document).ready(function() {
Link Here
|
1117 |
<fieldset class="action"><input type="submit" value="Save subscription history" /></fieldset> |
1117 |
<fieldset class="action"><input type="submit" value="Save subscription history" /></fieldset> |
1118 |
</div> |
1118 |
</div> |
1119 |
|
1119 |
|
1120 |
<div class="yui-g"> |
|
|
1121 |
<div id="subscription_form_planning"> |
1120 |
<div id="subscription_form_planning"> |
1122 |
<fieldset class="rows"> |
1121 |
<fieldset class="rows"> |
1123 |
<legend>Serials planning</legend> |
1122 |
<legend>Serials planning</legend> |
Lines 1371-1377
$(document).ready(function() {
Link Here
|
1371 |
</li> |
1370 |
</li> |
1372 |
</ol> |
1371 |
</ol> |
1373 |
</fieldset> |
1372 |
</fieldset> |
1374 |
</div> |
1373 |
|
1375 |
<fieldset class="action"> |
1374 |
<fieldset class="action"> |
1376 |
<input type="button" class="action_test" value="Test prediction pattern" onclick="javascript:irregularity_check()" /> |
1375 |
<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()" /> |
1376 |
<input type="button" class="action_reset" value="Reset pattern" onclick="javascript:reset_pattern()" /> |
Lines 1441-1447
$(document).ready(function() {
Link Here
|
1441 |
</div> |
1440 |
</div> |
1442 |
|
1441 |
|
1443 |
</div> |
1442 |
</div> |
1444 |
|
1443 |
</div> |
1445 |
</form> |
1444 |
</form> |
1446 |
</div> |
1445 |
</div> |
1447 |
|
1446 |
|
1448 |
- |
|
|