View | Details | Raw Unified | Return to bug 30952
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-9 / +20 lines)
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 &rsaquo; Koha</title>
11
<title>Acquisitions &rsaquo; 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>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-2 / +12 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% formulaire = BLOCK %]
6
    [% INCLUDE 'acquisitions-search.inc' %]
7
[% END %]
5
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
6
<title>EDIFACT messages &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>EDIFACT messages &rsaquo; Acquisitions &rsaquo; Koha</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
Lines 11-18 Link Here
11
</head>
14
</head>
12
15
13
<body id="acq_edifactmsgs" class="acq">
16
<body id="acq_edifactmsgs" class="acq">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    <ol>
19
    <ol>
18
        <li>
20
        <li>
Lines 25-30 Link Here
25
            <a href="#" aria-current="page">EDIFACT messages</a>
27
            <a href="#" aria-current="page">EDIFACT messages</a>
26
        </li>
28
        </li>
27
    </ol>
29
    </ol>
30
31
    <ol>
32
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
33
    </ol>
34
35
    <ol>
36
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
37
    </ol>
28
</nav>
38
</nav>
29
39
30
<div class="main container-fluid">
40
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +4 lines)
Lines 4-9 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Price %]
5
[% USE Price %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% formulaire = BLOCK %]
8
    [% INCLUDE 'acquisitions-search.inc' %]
9
[% END %]
7
[% USE AuthorisedValues %]
10
[% USE AuthorisedValues %]
8
11
9
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
Lines 12-18 Link Here
12
</head>
15
</head>
13
16
14
<body id="acq_invoice" class="acq">
17
<body id="acq_invoice" class="acq">
15
[% INCLUDE 'header.inc' %]
18
[% INCLUDE 'header.inc' form=formulaire %]
16
[% INCLUDE 'acquisitions-search.inc' %]
19
[% INCLUDE 'acquisitions-search.inc' %]
17
20
18
[% SET readonly = NOT CAN_user_acquisition_edit_invoices %]
21
[% SET readonly = NOT CAN_user_acquisition_edit_invoices %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-2 / +12 lines)
Lines 3-8 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% formulaire = BLOCK %]
7
    [% INCLUDE 'acquisitions-search.inc' %]
8
[% END %]
6
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Invoices &rsaquo; Acquisitions &rsaquo; Koha</title>
10
<title>Invoices &rsaquo; Acquisitions &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 10-17 Link Here
10
</head>
13
</head>
11
14
12
<body id="acq_invoices" class="acq">
15
<body id="acq_invoices" class="acq">
13
[% INCLUDE 'header.inc' %]
16
[% INCLUDE 'header.inc' form=formulaire %]
14
[% INCLUDE 'acquisitions-search.inc' %]
15
17
16
18
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
Lines 26-31 Link Here
26
            <a href="#" aria-current="page">Invoices</a>
28
            <a href="#" aria-current="page">Invoices</a>
27
        </li>
29
        </li>
28
    </ol>
30
    </ol>
31
32
    <ol>
33
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
34
    </ol>
35
36
    <ol>
37
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
38
    </ol>
29
</nav>
39
</nav>
30
40
31
<div class="main container-fluid">
41
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-3 / +4 lines)
Lines 5-18 Link Here
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% USE Price %]
6
[% USE Price %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% formulaire = BLOCK %]
9
    [% INCLUDE 'acquisitions-search.inc' %]
10
[% END %]
8
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Late orders &rsaquo; Acquisitions &rsaquo; Koha</title>
12
<title>Late orders &rsaquo; Acquisitions &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
13
<body id="acq_lateorders" class="acq">
16
<body id="acq_lateorders" class="acq">
14
[% INCLUDE 'header.inc' %]
17
[% INCLUDE 'header.inc' form=formulaire %]
15
[% INCLUDE 'acquisitions-search.inc' %]
16
18
17
19
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
- 

Return to bug 30952