|
Lines 1-3
Link Here
|
|
|
1 |
[% USE raw %] |
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>[%- IF (type == "vendor") -%] |
3 |
<title>[%- IF (type == "vendor") -%] |
| 3 |
Change order vendor note |
4 |
Change order vendor note |
|
Lines 11-40
Link Here
|
| 11 |
<body id="acq_modordernotes" class="acq"> |
12 |
<body id="acq_modordernotes" class="acq"> |
| 12 |
[% INCLUDE 'header.inc' %] |
13 |
[% INCLUDE 'header.inc' %] |
| 13 |
|
14 |
|
| 14 |
|
|
|
| 15 |
[% WRAPPER 'sub-header.inc' %] |
15 |
[% WRAPPER 'sub-header.inc' %] |
| 16 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
16 |
[% WRAPPER breadcrumbs %] |
| 17 |
<ol> |
17 |
[% WRAPPER breadcrumb_item %] |
| 18 |
<li> |
|
|
| 19 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
| 20 |
</li> |
| 21 |
<li> |
| 22 |
<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> |
18 |
<a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisition</a> |
| 23 |
</li> |
19 |
[% END %] |
| 24 |
<li> |
20 |
[% WRAPPER breadcrumb_item %] |
| 25 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a> |
21 |
<a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a> |
| 26 |
</li> |
22 |
[% END %] |
| 27 |
<li> |
23 |
[% WRAPPER breadcrumb_item %] |
| 28 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketname | html %] ([% basketno | html %])</a> |
24 |
<a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketname | html %] ([% basketno | html %])</a> |
| 29 |
</li> |
25 |
[% END %] |
| 30 |
<li> |
26 |
[% WRAPPER breadcrumb_item bc_active=1 %] |
| 31 |
<a href="#" aria-current="page"> |
27 |
Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note |
| 32 |
Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note |
28 |
[% END %] |
| 33 |
</a> |
29 |
[% END #/ WRAPPER breadcrumbs %] |
| 34 |
</li> |
30 |
[% END #/ WRAPPER sub-header.inc %] |
| 35 |
</ol> |
|
|
| 36 |
</nav> |
| 37 |
[% END %] |
| 38 |
|
31 |
|
| 39 |
<div class="main container-fluid"> |
32 |
<div class="main container-fluid"> |
| 40 |
<div class="row"> |
33 |
<div class="row"> |