Lines 1-15
Link Here
|
1 |
[% SET footerjs = 1 %] |
1 |
[% SET footerjs = 1 %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Koha › Acquisition › |
3 |
<title>Change estimated delivery date › Acquisitions › Koha</title> |
4 |
Change estimated delivery date |
|
|
5 |
</title> |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
</head> |
5 |
</head> |
8 |
|
6 |
|
9 |
<body id="acq_moddeliverydate" class="acq"> |
7 |
<body id="acq_moddeliverydate" class="acq"> |
10 |
[% INCLUDE 'header.inc' %] |
8 |
[% INCLUDE 'header.inc' %] |
11 |
|
9 |
|
12 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> › <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% booksellername | html %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Basket [% basketname | html %] ([% basketno | html %])</a> › Change estimated delivery date</div> |
10 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
|
|
11 |
<ol> |
12 |
<li> |
13 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
14 |
</li> |
15 |
<li> |
16 |
<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> |
17 |
</li> |
18 |
<li> |
19 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]">[% booksellername | html %]</a> |
20 |
</li> |
21 |
<li> |
22 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | html %]">Basket [% basketname | html %] ([% basketno | html %])</a> |
23 |
</li> |
24 |
<li> |
25 |
<a href="#" aria-current="page">Change estimated delivery date</a> |
26 |
</li> |
27 |
</ol> |
28 |
</nav> |
13 |
|
29 |
|
14 |
<div class="main container-fluid"> |
30 |
<div class="main container-fluid"> |
15 |
<div class="row"> |
31 |
<div class="row"> |
16 |
- |
|
|