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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (-3 / +3 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Transfer order</title>
2
<title>Koha &rsaquo; Acquisitions &rsaquo; Transfer order</title>
3
[%- USE KohaDates -%]
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
4
    <style type="text/css">
5
    <style type="text/css">
5
    #custom-doc { width:44.46em;*width:43.39em;min-width:578px; margin:auto; text-align:left; }
6
    #custom-doc { width:44.46em;*width:43.39em;min-width:578px; margin:auto; text-align:left; }
Lines 71-84 Link Here
71
                          <tr>
72
                          <tr>
72
                            <td>[% basket.basketname %] (#[% basket.basketno %])</td>
73
                            <td>[% basket.basketname %] (#[% basket.basketno %])</td>
73
                            <td>[% basket.createdby %]</td>
74
                            <td>[% basket.createdby %]</td>
74
                            <td>[% basket.creationdate %]</td>
75
                            <td>[% basket.creationdate | $KohaDates %]</td>
75
                            <td><a href="transferorder.pl?basketno=[% basket.basketno %]&ordernumber=[% ordernumber %]" onclick="return confirmtransfer();">Choose</a>
76
                            <td><a href="transferorder.pl?basketno=[% basket.basketno %]&ordernumber=[% ordernumber %]" onclick="return confirmtransfer();">Choose</a>
76
                          </tr>
77
                          </tr>
77
                        [% END %]
78
                        [% END %]
78
                    </tbody>
79
                    </tbody>
79
                </table>
80
                </table>
80
            [% ELSE %]
81
            [% ELSE %]
81
                <p>There is no open baskets for this supplier.</p>
82
                <p>There are no open baskets for this vendor.</p>
82
            [% END %]
83
            [% END %]
83
        [% END %]
84
        [% END %]
84
        [% IF ( ordersloop ) %]
85
        [% IF ( ordersloop ) %]
85
- 

Return to bug 15202