Lines 6-16
Link Here
|
6 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
<title>Koha › Serials › [% IF ( modify ) %][% bibliotitle | html %] › Modify subscription[% ELSE %]New subscription[% END %]</title> |
7 |
<title>Koha › Serials › [% IF ( modify ) %][% bibliotitle | html %] › Modify subscription[% ELSE %]New subscription[% END %]</title> |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
9 |
<style type="text/css"> |
9 |
<style> |
10 |
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ |
10 |
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ |
11 |
.yui-u li p label.widelabel { |
|
|
12 |
width: 300px; /* not enough for IE7 apparently */ |
13 |
} |
14 |
</style> |
11 |
</style> |
15 |
</head> |
12 |
</head> |
16 |
|
13 |
|
Lines 493-499
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
493 |
|
490 |
|
494 |
[% MACRO jsinclude BLOCK %] |
491 |
[% MACRO jsinclude BLOCK %] |
495 |
[% INCLUDE 'calendar.inc' %] |
492 |
[% INCLUDE 'calendar.inc' %] |
496 |
<script type="text/javascript"> |
493 |
<script> |
497 |
var subscriptionid = "[% subscriptionid | html %]"; |
494 |
var subscriptionid = "[% subscriptionid | html %]"; |
498 |
var irregularity = "[% irregularity | html %]"; |
495 |
var irregularity = "[% irregularity | html %]"; |
499 |
var more_than_one_serial = "[% more_than_one_serial | html %]"; |
496 |
var more_than_one_serial = "[% more_than_one_serial | html %]"; |