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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc (-2 / +2 lines)
Lines 1-12 Link Here
1
<fieldset id="acqui_basket_add">
1
<fieldset id="acqui_basket_add">
2
    <legend>Add Order To Basket</legend>
2
    <legend>Add order to basket</legend>
3
    [% IF has_budgets %]
3
    [% IF has_budgets %]
4
    <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
4
    <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
5
        <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
5
        <input type="hidden" name="booksellerid" value="[% booksellerid %]" />
6
        <input type="hidden" name="basketno" value="[% basketno %]" />
6
        <input type="hidden" name="basketno" value="[% basketno %]" />
7
        <ul><li><label for="q">From an existing record: </label><input id="q" type="text"  size="25" name="q" />
7
        <ul><li><label for="q">From an existing record: </label><input id="q" type="text"  size="25" name="q" />
8
        <input type="submit" class="submit" value="Search" /></li>
8
        <input type="submit" class="submit" value="Search" /></li>
9
        <li><a href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From a Suggestion</a></li>
9
        <li><a href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From a suggestion</a></li>
10
        <li><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From a new (empty) record</a></li>
10
        <li><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From a new (empty) record</a></li>
11
        <li><a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From an external source</a></li>
11
        <li><a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]">From an external source</a></li>
12
        <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]"> From a staged file</a></li>
12
        <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]"> From a staged file</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
	<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
2
	<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
3
	[% IF ( suggestion ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% ELSE %][% END %]
3
	[% IF ( suggestion ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% ELSE %][% END %]
4
    [% IF ( CAN_user_acquisition_budget_manage ) %]
4
    [% IF ( CAN_user_acquisition_budget_manage ) %]
5
	<li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets &amp; Funds</a></li>
5
	<li><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets &amp; funds</a></li>
6
    [% END %]
6
    [% END %]
7
    [% IF ( CAN_user_parameters ) %]
7
    [% IF ( CAN_user_parameters ) %]
8
     <li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li>
8
     <li><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc (-4 / +4 lines)
Lines 14-29 Link Here
14
		<label for="title">Title: </label><input type="text" id="title" name="title" size="15" value="[% title %]" /> <label for="searchsupplier">Vendor:</label> <input type="text" id="searchsupplier" name="name" size="15" value="[% name|html %]" />
14
		<label for="title">Title: </label><input type="text" id="title" name="title" size="15" value="[% title %]" /> <label for="searchsupplier">Vendor:</label> <input type="text" id="searchsupplier" name="name" size="15" value="[% name|html %]" />
15
        <span class="filteraction" id="filteraction_off" style="display:none"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').hide();">[-]</a></span>
15
        <span class="filteraction" id="filteraction_off" style="display:none"> <a href="#" onclick="$('#filters').toggle();$('.filteraction').hide();">[-]</a></span>
16
        <span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters').show();$('.filteraction').toggle();">[+]</a></span>
16
        <span class="filteraction" id="filteraction_on"> <a href="#" onclick="$('#filters').show();$('.filteraction').toggle();">[+]</a></span>
17
	<input value="Submit" class="submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced Search</a>
17
	<input value="Submit" class="submit" type="submit" /> <a href="/cgi-bin/koha/acqui/histsearch.pl">Advanced search</a>
18
    <p id="filters" style="display:none">
18
    <p id="filters" style="display:none">
19
      <label for="basket">Basket: </label><input type="text" name="basket" id="basket" />
19
      <label for="basket">Basket: </label><input type="text" name="basket" id="basket" />
20
      <label for="booksellerinvoicenumber">Invoice No.: </label><input type="text" name="booksellerinvoicenumber" id="booksellerinvoicenumber" />
20
      <label for="booksellerinvoicenumber">Invoice no.: </label><input type="text" name="booksellerinvoicenumber" id="booksellerinvoicenumber" />
21
    </p>
21
    </p>
22
	</form>
22
	</form>
23
	</div>	
23
	</div>	
24
			<ul id="tabtriggers">
24
			<ul id="tabtriggers">
25
			<li><a href="/cgi-bin/koha/acqui/booksellers.pl#supplier_search">Vendor Search</a></li>
25
			<li><a href="/cgi-bin/koha/acqui/booksellers.pl#supplier_search">Vendor search</a></li>
26
			<li><a href="/cgi-bin/koha/acqui/histsearch.pl#orders_search">Orders Search</a></li>
26
			<li><a href="/cgi-bin/koha/acqui/histsearch.pl#orders_search">Orders search</a></li>
27
			</ul>	
27
			</ul>	
28
</div>
28
</div>
29
<!-- End Acquisitions Resident Search Box -->
29
<!-- End Acquisitions Resident Search Box -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc (-4 / +3 lines)
Lines 50-63 Link Here
50
                [% UNLESS ( basketcount OR subscriptioncount ) %]
50
                [% UNLESS ( basketcount OR subscriptioncount ) %]
51
                    <li><a id="deletesupplier" href="javascript:confirm_deletion()">Delete</a></li>
51
                    <li><a id="deletesupplier" href="javascript:confirm_deletion()">Delete</a></li>
52
                [% END %]
52
                [% END %]
53
                <li><a id="newcontract" href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&booksellerid=[% booksellerid %]">New Contract</a></li>
53
                <li><a id="newcontract" href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&amp;booksellerid=[% booksellerid %]">New contract</a></li>
54
                <li><a id="editcontracts" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a></li>
54
                <li><a id="editcontracts" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a></li>
55
                [% UNLESS ( basketcount ) %]
55
                [% UNLESS ( basketcount ) %]
56
                    <li><a id="newbasket" href="/cgi-bin/koha/acqui/basketheader.pl?booksellerid=[% booksellerid %]&op=add_form">New Basket</a></li>
56
                    <li><a id="newbasket" href="/cgi-bin/koha/acqui/basketheader.pl?booksellerid=[% booksellerid %]&amp;op=add_form">New basket</a></li>
57
                [% END %]
57
                [% END %]
58
            [% END %]
58
            [% END %]
59
        [% ELSE %]
59
        [% ELSE %]
60
            <li><a id="newbudget" href="/cgi-bin/koha/acqui/supplier.pl?op=enter">New Vendor</a></li>
60
            <li><a id="newbudget" href="/cgi-bin/koha/acqui/supplier.pl?op=enter">New vendor</a></li>
61
        [% END %]
61
        [% END %]
62
    </ul>
62
    </ul>
63
</div>
63
</div>
64
- 

Return to bug 2780