Lines 18-26
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
18 |
|
18 |
|
19 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% bibliotitle |html %]</i></a> › Modify subscription[% ELSE %]New subscription[% END %]</div> |
19 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% bibliotitle |html %]</i></a> › Modify subscription[% ELSE %]New subscription[% END %]</div> |
20 |
|
20 |
|
21 |
<div id="doc3" class="yui-t7"> |
21 |
<div class="main container-fluid"> |
22 |
<div id="bd"> |
22 |
<div class="row"> |
23 |
<div class="yui-g"> |
23 |
|
24 |
<h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle |html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1> |
24 |
<h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle |html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1> |
25 |
<form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated"> |
25 |
<form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated"> |
26 |
[% IF ( modify ) %] |
26 |
[% IF ( modify ) %] |
Lines 33-39
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
33 |
<input type="hidden" name="irreg_check" value="0" /> |
33 |
<input type="hidden" name="irreg_check" value="0" /> |
34 |
|
34 |
|
35 |
<div id="page_1"> |
35 |
<div id="page_1"> |
36 |
<div class="yui-u first"> |
36 |
<div class="col-md-6"> |
37 |
<fieldset id="subscription_add_information" class="rows"> |
37 |
<fieldset id="subscription_add_information" class="rows"> |
38 |
<legend>Subscription details</legend> |
38 |
<legend>Subscription details</legend> |
39 |
<ol> |
39 |
<ol> |
Lines 203-209
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
203 |
</div> |
203 |
</div> |
204 |
|
204 |
|
205 |
<div id="page_2"> |
205 |
<div id="page_2"> |
206 |
<div class="yui-u first"> |
206 |
<div class="col-md-6"> |
207 |
<div id="subscription_form_planning"> |
207 |
<div id="subscription_form_planning"> |
208 |
<fieldset class="rows"> |
208 |
<fieldset class="rows"> |
209 |
<legend>Serials planning</legend> |
209 |
<legend>Serials planning</legend> |
Lines 357-363
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
357 |
<table id="advancedpredictionpatternt"> |
357 |
<table id="advancedpredictionpatternt"> |
358 |
<thead> |
358 |
<thead> |
359 |
<tr> |
359 |
<tr> |
360 |
<th colspan="4">Advanced prediction pattern</td> |
360 |
<th colspan="4">Advanced prediction pattern</th> |
361 |
</tr> |
361 |
</tr> |
362 |
<tr> |
362 |
<tr> |
363 |
<th> </th> |
363 |
<th> </th> |
Lines 411-417
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
411 |
</tr> |
411 |
</tr> |
412 |
<tr> |
412 |
<tr> |
413 |
[% BLOCK numbering_select %] |
413 |
[% BLOCK numbering_select %] |
414 |
<select disabled="disabled" id="[% name %]" name="[% name %]" /> |
414 |
<select disabled="disabled" id="[% name %]" name="[% name %]"> |
415 |
<option value=""></option> |
415 |
<option value=""></option> |
416 |
<option value="dayname">Name of day</option> |
416 |
<option value="dayname">Name of day</option> |
417 |
<option value="dayabrv">Name of day (abbreviated)</option> |
417 |
<option value="dayabrv">Name of day (abbreviated)</option> |
Lines 475-488
fieldset.rows li.radio { width: 100%; } /* override staff-global.css */
Link Here
|
475 |
</fieldset> |
475 |
</fieldset> |
476 |
</div> |
476 |
</div> |
477 |
</div> |
477 |
</div> |
478 |
<div class="yui-u"> |
478 |
<div class="col-md-6"> |
479 |
<li id="displayexample"></li> |
479 |
<li id="displayexample"></li> |
480 |
</div> |
480 |
</div> |
481 |
</div> |
481 |
</div> |
482 |
</form> |
482 |
</form> |
483 |
</div> |
483 |
</div> |
484 |
</div> |
|
|
485 |
</div> |
486 |
|
484 |
|
487 |
[% MACRO jsinclude BLOCK %] |
485 |
[% MACRO jsinclude BLOCK %] |
488 |
[% INCLUDE 'calendar.inc' %] |
486 |
[% INCLUDE 'calendar.inc' %] |