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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 162-168 Link Here
162
            [% END %]
162
            [% END %]
163
163
164
    [% IF ( NO_BOOKSELLER ) %]
164
    [% IF ( NO_BOOKSELLER ) %]
165
    <h2>Vendor not found</h2>
165
    <h1>Vendor not found</h1>
166
    [% ELSE %]
166
    [% ELSE %]
167
        [% IF ( delete_confirmed ) %]
167
        [% IF ( delete_confirmed ) %]
168
            <div class="dialog message">
168
            <div class="dialog message">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (+1 lines)
Lines 25-30 Link Here
25
            <main>
25
            <main>
26
26
27
[% INCLUDE 'acquisitions-toolbar.inc' %]
27
[% INCLUDE 'acquisitions-toolbar.inc' %]
28
<h1>Search for vendor</h1>
28
[% UNLESS ( count == 1 ) %]
29
[% UNLESS ( count == 1 ) %]
29
    [% UNLESS count %]
30
    [% UNLESS count %]
30
        <h1>Your search returned no results.</h1>
31
        <h1>Your search returned no results.</h1>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
      [% UNLESS ( confirmcancel ) %]
21
      [% UNLESS ( confirmcancel ) %]
22
      <form method="post" action="">
22
      <form method="post" action="">
23
        <div class="dialog alert">
23
        <div class="dialog alert">
24
          <h3>Are you sure you want to cancel this order ([% ordernumber | html %])</h3>
24
          <h1>Are you sure you want to cancel this order ([% ordernumber | html %])</h1>
25
          <p>
25
          <p>
26
            [% IF (del_biblio) %]
26
            [% IF (del_biblio) %]
27
              Bibliographic record will be deleted too.
27
              Bibliographic record will be deleted too.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-2 / +1 lines)
Lines 36-45 Basket [% basket.basketno | html %] &rsaquo; Duplicate existing orders Link Here
36
        <div class="col-sm-10 col-sm-push-2">
36
        <div class="col-sm-10 col-sm-push-2">
37
            <main>
37
            <main>
38
38
39
<h1>Duplicate existing orders</h1>
39
[% INCLUDE 'blocking_errors.inc' %]
40
[% INCLUDE 'blocking_errors.inc' %]
40
41
41
<h2>Duplicate existing orders</h2>
42
43
[% IF op == 'search' || op == 'select' %]
42
[% IF op == 'search' || op == 'select' %]
44
<form action="/cgi-bin/koha/acqui/duplicate_orders.pl" method="post">
43
<form action="/cgi-bin/koha/acqui/duplicate_orders.pl" method="post">
45
    <fieldset class="rows">
44
    <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt (-1 / +1 lines)
Lines 14-20 Link Here
14
        <div class="col-sm-10 col-sm-push-2">
14
        <div class="col-sm-10 col-sm-push-2">
15
            <main>
15
            <main>
16
16
17
    <h2>Select the library account submitting the EDI order</h2>
17
    <h1>Select the library account submitting the EDI order</h1>
18
    <br />
18
    <br />
19
    <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
19
    <form action="/cgi-bin/koha/acqui/basket.pl" method="get">
20
         <p>Select ordering library account: </p>
20
         <p>Select ordering library account: </p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt (+1 lines)
Lines 15-20 Link Here
15
    <div class="row">
15
    <div class="row">
16
        <div class="col-sm-10 col-sm-push-2">
16
        <div class="col-sm-10 col-sm-push-2">
17
            <main>
17
            <main>
18
            <h1>EDIFACT message display</h1>
18
                <div id="edimsg">
19
                <div id="edimsg">
19
                    [% IF no_message %]
20
                    [% IF no_message %]
20
                        <div class"dialog message">The requested message cannot be displayed</div>
21
                        <div class"dialog message">The requested message cannot be displayed</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (+3 lines)
Lines 19-24 Link Here
19
    <div class="row">
19
    <div class="row">
20
        <div class="col-sm-10 col-sm-push-2">
20
        <div class="col-sm-10 col-sm-push-2">
21
            <main>
21
            <main>
22
23
                <h1>Order search</h1>
24
22
                [% IF !order_loop && search_done %]
25
                [% IF !order_loop && search_done %]
23
                    <div class="dialog message">
26
                    <div class="dialog message">
24
                        Your search returned no results.
27
                        Your search returned no results.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
        <div class="col-sm-10 col-sm-push-2">
18
        <div class="col-sm-10 col-sm-push-2">
19
            <main>
19
            <main>
20
20
21
      <h2>Files for invoice: [% invoicenumber | html %]</h2>
21
      <h1>Files for invoice: [% invoicenumber | html %]</h1>
22
      <p><strong>Vendor: </strong><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% suppliername | html %]</a></p>
22
      <p><strong>Vendor: </strong><a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% suppliername | html %]</a></p>
23
      <br />
23
      <br />
24
      [% IF errors %]
24
      [% IF errors %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +1 lines)
Lines 24-29 Link Here
24
        <div class="col-sm-10 col-sm-push-2">
24
        <div class="col-sm-10 col-sm-push-2">
25
            <main>
25
            <main>
26
26
27
      <h1>Invoice: [% invoicenumber | html %]</h1>
27
                [% INCLUDE 'blocking_errors.inc' %]
28
                [% INCLUDE 'blocking_errors.inc' %]
28
29
29
      [% IF ( modified ) %]
30
      [% IF ( modified ) %]
Lines 31-37 Link Here
31
          <p>Invoice has been modified</p>
32
          <p>Invoice has been modified</p>
32
        </div>
33
        </div>
33
      [% END %]
34
      [% END %]
34
      <h1>Invoice: [% invoicenumber | html %]</h1>
35
35
36
      <p>Vendor: <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% suppliername | html %]</a></p>
36
      <p>Vendor: <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% suppliername | html %]</a></p>
37
        <form action="/cgi-bin/koha/acqui/invoice.pl" method="post" class="validated">
37
        <form action="/cgi-bin/koha/acqui/invoice.pl" method="post" class="validated">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 24-36 Link Here
24
        <div class="col-sm-10 col-sm-push-2">
24
        <div class="col-sm-10 col-sm-push-2">
25
            <main>
25
            <main>
26
26
27
<h2>
27
<h1>
28
    [% IF ( ordernumber ) %]
28
    [% IF ( ordernumber ) %]
29
        Modify order line
29
        Modify order line
30
    [% ELSE %]
30
    [% ELSE %]
31
        New order
31
        New order
32
    [% END %]
32
    [% END %]
33
</h2>
33
</h1>
34
34
35
<div class="dialog alert order_error" style="display:none"></div>
35
<div class="dialog alert order_error" style="display:none"></div>
36
36
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
            <main>
15
            <main>
16
16
17
<div class="dialog alert">
17
<div class="dialog alert">
18
<h4>Duplicate warning</h4>
18
<h1>Duplicate warning</h1>
19
<p>You selected a record from an external source that matches an existing record in your catalog: [% IF ( BiblioDefaultViewmarc ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblionumber |url %]">
19
<p>You selected a record from an external source that matches an existing record in your catalog: [% IF ( BiblioDefaultViewmarc ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% biblionumber |url %]">
20
[% ELSIF ( BiblioDefaultViewlabeled_marc ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblionumber |url %]">
20
[% ELSIF ( BiblioDefaultViewlabeled_marc ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/labeledMARCdetail.pl?biblionumber=[% biblionumber |url %]">
21
[% ELSIF ( BiblioDefaultViewisbd ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblionumber |url %]">
21
[% ELSIF ( BiblioDefaultViewisbd ) %]<a target="_blank" title="Open in new window" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=[% biblionumber |url %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
        <div class="col-sm-10 col-sm-push-2">
21
        <div class="col-sm-10 col-sm-push-2">
22
            <main>
22
            <main>
23
23
24
            <h2>Serials subscriptions</h2>
24
            <h1>Serials subscriptions</h1>
25
            [% IF (done_searched) %]
25
            [% IF (done_searched) %]
26
                <label for="show_only_renewed">
26
                <label for="show_only_renewed">
27
                    <input type="checkbox" style="vertical-align: middle;" id="show_only_renewed" />
27
                    <input type="checkbox" style="vertical-align: middle;" id="show_only_renewed" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-2 / +1 lines)
Lines 21-28 Link Here
21
        <div class="col-sm-10 col-sm-push-2">
21
        <div class="col-sm-10 col-sm-push-2">
22
            <main>
22
            <main>
23
23
24
<h1>Fund: [% fund_code | html %]</h1>
24
<h1>Ordered - Fund: [% fund_code | html %]</h1>
25
<h2>Ordered</h2>
26
25
27
<table id="spent">
26
<table id="spent">
28
    <thead>
27
    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 21-33 Link Here
21
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
21
            <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
22
        [% END %]
22
        [% END %]
23
            <main>
23
            <main>
24
<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h1>
24
25
25
[% IF ( error_failed_to_create_invoice ) %]
26
[% IF ( error_failed_to_create_invoice ) %]
26
    <div id="error" class="dialog alert">
27
    <div id="error" class="dialog alert">
27
        <p>An error has occurred. Invoice cannot be created.</p>
28
        <p>An error has occurred. Invoice cannot be created.</p>
28
    </div>
29
    </div>
29
[% END %]
30
[% END %]
30
<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h1>
31
31
32
    [% IF duplicate_invoices %]
32
    [% IF duplicate_invoices %]
33
    <div id="parcels_duplicate_invoice" class="dialog alert">
33
    <div id="parcels_duplicate_invoice" class="dialog alert">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/showorder.tt (+1 lines)
Lines 4-9 Link Here
4
</head>
4
</head>
5
<body id="acq_showorder" class="acq">
5
<body id="acq_showorder" class="acq">
6
    <div id="main">
6
    <div id="main">
7
        <h1>Order details</h1>
7
        [% IF order %]
8
        [% IF order %]
8
            <fieldset class="rows">
9
            <fieldset class="rows">
9
                <ol>
10
                <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-2 / +1 lines)
Lines 21-28 Link Here
21
        <div class="col-sm-10 col-sm-push-2">
21
        <div class="col-sm-10 col-sm-push-2">
22
            <main>
22
            <main>
23
23
24
<h1>Fund: [% fund_code | html %]</h1>
24
<h1>Spent - Fund: [% fund_code | html %]</h1>
25
<h2>Spent</h2>
26
25
27
<table id="spent">
26
<table id="spent">
28
    <thead>
27
    <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (+1 lines)
Lines 8-13 Link Here
8
8
9
<body id="acq_transferorder" class="acq">
9
<body id="acq_transferorder" class="acq">
10
    <div class="container-fluid">
10
    <div class="container-fluid">
11
        <h1>Transfer order</h1>
11
        [% IF ( bookselleridfrom ) %]
12
        [% IF ( bookselleridfrom ) %]
12
            <h3>Search for a vendor to transfer to</h3>
13
            <h3>Search for a vendor to transfer to</h3>
13
              <div class="transferinfo">
14
              <div class="transferinfo">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +1 lines)
Lines 54-60 Link Here
54
            [% END %]
54
            [% END %]
55
        [% END %]
55
        [% END %]
56
56
57
        <h2>Orders with uncertain prices</h2>
57
        <h1>Orders with uncertain prices</h1>
58
        <form action="[% scriptname | html %]" method="post">
58
        <form action="[% scriptname | html %]" method="post">
59
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
59
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
60
        <label for="owner">Orders from:</label>
60
        <label for="owner">Orders from:</label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-2 / +1 lines)
Lines 23-29 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
23
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
23
    <form method="post" action="z3950_search.pl" name="f" class="checkboxed">
24
    <div class="row">
24
    <div class="row">
25
    <div class="col-sm-6">
25
    <div class="col-sm-6">
26
    <h2>Order from external source</h2>
26
    <h1>Order from external source</h1>
27
    <input type="hidden" name="op" id="op" value="do_search" />
27
    <input type="hidden" name="op" id="op" value="do_search" />
28
	    <fieldset class="rows">
28
	    <fieldset class="rows">
29
         <ol>
29
         <ol>
30
- 

Return to bug 27631