Lines 8-14
Link Here
|
8 |
|
8 |
|
9 |
<body id="ser_subscription_numberpatterns" class="ser"> |
9 |
<body id="ser_subscription_numberpatterns" class="ser"> |
10 |
[% INCLUDE 'header.inc' %] |
10 |
[% INCLUDE 'header.inc' %] |
11 |
[% INCLUDE 'serials-search.inc' %] |
|
|
12 |
|
11 |
|
13 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
12 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
14 |
<ol> |
13 |
<ol> |
Lines 45-50
Link Here
|
45 |
</li> |
44 |
</li> |
46 |
[% END %] |
45 |
[% END %] |
47 |
</ol> |
46 |
</ol> |
|
|
47 |
|
48 |
<ol> |
49 |
[% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %] |
50 |
</ol> |
51 |
|
52 |
<ol> |
53 |
<a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a> |
54 |
</ol> |
48 |
</nav> |
55 |
</nav> |
49 |
|
56 |
|
50 |
<div class="main container-fluid"> |
57 |
<div class="main container-fluid"> |
Lines 283-289
Link Here
|
283 |
[% END %] |
290 |
[% END %] |
284 |
|
291 |
|
285 |
<div id="toolbar" class="btn-toolbar"> |
292 |
<div id="toolbar" class="btn-toolbar"> |
286 |
<a class="btn btn-default" id="newnumberpattern" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=new"><i class="fa fa-plus"></i> New numbering pattern</a> |
293 |
<div> |
|
|
294 |
<a class="pat" id="newnumberpattern" href="/cgi-bin/koha/serials/subscription-numberpatterns.pl?op=new"><i class="fa fa-plus"></i> New numbering pattern</a> |
295 |
</div> |
287 |
</div> |
296 |
</div> |
288 |
|
297 |
|
289 |
[% IF (numberpatterns_loop.size) %] |
298 |
[% IF (numberpatterns_loop.size) %] |
290 |
- |
|
|