Lines 4-9
Link Here
|
4 |
[% USE Branches %] |
4 |
[% USE Branches %] |
5 |
[% USE TablesSettings %] |
5 |
[% USE TablesSettings %] |
6 |
[% SET footerjs = 1 %] |
6 |
[% SET footerjs = 1 %] |
|
|
7 |
[% formulaire = BLOCK %] |
8 |
[% INCLUDE 'acquisitions-search.inc' %] |
9 |
[% END %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
<title>Acquisitions › Koha</title> |
11 |
<title>Acquisitions › Koha</title> |
9 |
[% INCLUDE 'doc-head-close.inc' %] |
12 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 11-18
Link Here
|
11 |
</head> |
14 |
</head> |
12 |
|
15 |
|
13 |
<body id="acq_acqui-home" class="acq"> |
16 |
<body id="acq_acqui-home" class="acq"> |
14 |
[% INCLUDE 'header.inc' %] |
17 |
[% INCLUDE 'header.inc' form=formulaire %] |
15 |
[% INCLUDE 'acquisitions-search.inc' %] |
|
|
16 |
|
18 |
|
17 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
19 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
18 |
<ol> |
20 |
<ol> |
Lines 23-28
Link Here
|
23 |
<a href="#" aria-current="page">Acquisitions</a> |
25 |
<a href="#" aria-current="page">Acquisitions</a> |
24 |
</li> |
26 |
</li> |
25 |
</ol> |
27 |
</ol> |
|
|
28 |
|
29 |
<ol> |
30 |
[% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %] |
31 |
</ol> |
32 |
|
33 |
<ol> |
34 |
<a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a> |
35 |
</ol> |
26 |
</nav> |
36 |
</nav> |
27 |
|
37 |
|
28 |
<div class="main container-fluid"> |
38 |
<div class="main container-fluid"> |
Lines 48-60
Link Here
|
48 |
<div class="col-sm-12"> |
58 |
<div class="col-sm-12"> |
49 |
[% END %] |
59 |
[% END %] |
50 |
<div id="acqui_acqui_home_order"> |
60 |
<div id="acqui_acqui_home_order"> |
51 |
<fieldset> |
61 |
<fieldset class="brief"> |
52 |
<legend>Manage orders</legend> |
62 |
<h2>Manage orders</h2> |
53 |
<form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post"> |
63 |
<fieldset> |
54 |
<p><label for="supplierpage">Vendor: </label><input type="text" size="25" name="supplier" id="supplierpage" class="focus" /> |
64 |
<form name="findsupplier" action="/cgi-bin/koha/acqui/booksellers.pl" method="post"> |
55 |
<input type="submit" value="Search" /> |
65 |
<p>Vendor: <input type="text" size="25" name="supplier" id="supplierpage" class="focus" /> |
56 |
</p> |
66 |
<input type="submit" class="principal" value="Search" /></p> |
57 |
</form> |
67 |
</form> |
|
|
68 |
<fieldset> |
58 |
</fieldset> |
69 |
</fieldset> |
59 |
</div> |
70 |
</div> |
60 |
</div> |
71 |
</div> |