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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 305-311 Link Here
305
                                                    <ol>
305
                                                    <ol>
306
                                                        <li id="managedby">
306
                                                        <li id="managedby">
307
                                                            <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
307
                                                            <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
308
                                                                <span class="label">Managed by:</span>
308
                                                                <span class="label">[% tp('Acquisitions basket managed by user', 'Managed by:') | html %]</span>
309
                                                                <div style="display:inline-block">
309
                                                                <div style="display:inline-block">
310
                                                                    <ul id="users_names" style="padding-left:0">
310
                                                                    <ul id="users_names" style="padding-left:0">
311
                                                                        [% FOREACH user IN users %]
311
                                                                        [% FOREACH user IN users %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 5-10 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% PROCESS 'i18n.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
10
<title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
Lines 277-283 Link Here
277
            <li><span class="label">Contract number: </span>[% basketcontractno | html %]</li>
278
            <li><span class="label">Contract number: </span>[% basketcontractno | html %]</li>
278
            <li><span class="label">Contract name:</span> <a href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&amp;contractnumber=[% basketcontractno | uri %]">[% basketcontractname | html %]</a></li>
279
            <li><span class="label">Contract name:</span> <a href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&amp;contractnumber=[% basketcontractno | uri %]">[% basketcontractname | html %]</a></li>
279
        [% END %]
280
        [% END %]
280
        [% IF ( authorisedbyname ) %]<li><span class="label">Managed by:</span>  [% authorisedbyname | html %]</li>[% END %]
281
        [% IF ( authorisedbyname ) %]<li><span class="label">[% tp('Acquisitions basket managed by user', 'Managed by:') | html %]</span>  [% authorisedbyname | html %]</li>[% END %]
281
        [% IF ( creationdate ) %]<li><span class="label">Open on:</span>  [% creationdate | $KohaDates %]</li>[% END %]
282
        [% IF ( creationdate ) %]<li><span class="label">Open on:</span>  [% creationdate | $KohaDates %]</li>[% END %]
282
        [% IF ( closedate ) %]
283
        [% IF ( closedate ) %]
283
        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post">
284
        <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post">
284
- 

Return to bug 34228