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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +1 lines)
Lines 219-225 Link Here
219
                [% END %]
219
                [% END %]
220
                [% IF deliveryplace %]<li><span class="label">Delivery place:</span> [% Branches.GetName( deliveryplace ) | html %]</li>[% END %]
220
                [% IF deliveryplace %]<li><span class="label">Delivery place:</span> [% Branches.GetName( deliveryplace ) | html %]</li>[% END %]
221
                [% IF billingplace %]<li><span class="label">Billing place:</span> [% Branches.GetName( billingplace ) | html %]</li>[% END %]
221
                [% IF billingplace %]<li><span class="label">Billing place:</span> [% Branches.GetName( billingplace ) | html %]</li>[% END %]
222
                [% IF ( authorisedbyname ) %]<li><span class="label">Created by:</span>  [% authorisedbyname | html %]</li>[% END %]
222
                [% IF ( authorisedbyname ) %]<li><span class="label">[% tp('basket created by', 'Created by:') | html %]</span>  [% authorisedbyname | html %]</li>[% END %]
223
                <li id="managedby">
223
                <li id="managedby">
224
                    <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
224
                    <form action="/cgi-bin/koha/acqui/basket.pl" method="post">
225
                        <span class="label">Managed by:</span>
225
                        <span class="label">Managed by:</span>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[% USE raw %]
2
[% USE raw %]
2
[% USE Asset %]
3
[% USE Asset %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
Lines 87-93 Link Here
87
                                    <th class="title-numeric">Item count</th>
88
                                    <th class="title-numeric">Item count</th>
88
                                    <th class="title-numeric">Bibliographic record count</th>
89
                                    <th class="title-numeric">Bibliographic record count</th>
89
                                    <th>Items expected</th>
90
                                    <th>Items expected</th>
90
                                    <th>Created by</th>
91
                                    <th>[% tp('basket created by', 'Created by') | html %]</th>
91
                                    <th class="title-string">Date</th>
92
                                    <th class="title-string">Date</th>
92
                                    <th>Basket group</th>
93
                                    <th>Basket group</th>
93
                                    <th class="title-string">Closed</th>
94
                                    <th class="title-string">Closed</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (-1 / +1 lines)
Lines 41-47 Link Here
41
                    <thead>
41
                    <thead>
42
                        <tr>
42
                        <tr>
43
                            <th>Basket (#)</th>
43
                            <th>Basket (#)</th>
44
                            <th>Created by</th>
44
                            <th>[% tp('basket created by', 'Created by') | html %]</th>
45
                            <th>Date</th>
45
                            <th>Date</th>
46
                            <th>&nbsp;</th>
46
                            <th>&nbsp;</th>
47
                        </tr>
47
                        </tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +2 lines)
Lines 1-3 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[% USE raw %]
2
[% USE raw %]
2
[% USE Asset %]
3
[% USE Asset %]
3
[% USE To %]
4
[% USE To %]
Lines 1177-1183 Link Here
1177
                                                         <th>Type</th>
1178
                                                         <th>Type</th>
1178
                                                         <th>Comment</th>
1179
                                                         <th>Comment</th>
1179
                                                         <th>Expiration</th>
1180
                                                         <th>Expiration</th>
1180
                                                         <th>Created</th>
1181
                                                         <th>[% tp('patron restriction created on', 'Created') | html %]</th>
1181
                                                         [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %]
1182
                                                         [% IF CAN_user_borrowers_edit_borrowers && CAN_user_circulate_manage_restrictions %]
1182
                                                           <th>Remove?</th>
1183
                                                           <th>Remove?</th>
1183
                                                         [% END %]
1184
                                                         [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-3 / +3 lines)
Lines 1-3 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[% USE raw %]
2
[% USE raw %]
2
[% USE Asset %]
3
[% USE Asset %]
3
[% USE Branches %]
4
[% USE Branches %]
Lines 163-169 Link Here
163
            <thead><tr><th>&nbsp;</th><th>Date</th><th>By</th></tr></thead>
164
            <thead><tr><th>&nbsp;</th><th>Date</th><th>By</th></tr></thead>
164
            <tbody>
165
            <tbody>
165
            <tr>
166
            <tr>
166
                <th>Created by:</th>
167
                <th>[% tp('purchase suggestion created by', 'Created by:') | html %]</th>
167
                <td>[% suggesteddate | $KohaDates %]</td>
168
                <td>[% suggesteddate | $KohaDates %]</td>
168
                <td>
169
                <td>
169
                    [% IF ( suggestedby_borrowernumber ) %]
170
                    [% IF ( suggestedby_borrowernumber ) %]
Lines 361-367 Link Here
361
            <thead><tr><th>&nbsp;</th><th>Date</th><th>By</th></tr></thead>
362
            <thead><tr><th>&nbsp;</th><th>Date</th><th>By</th></tr></thead>
362
            <tbody>
363
            <tbody>
363
            <tr>
364
            <tr>
364
                <th><label for="suggesteddate">Created by:</label> </th>
365
                <th><label for="suggesteddate">[% tp('purchase suggestion created by', 'Created by:') | html %]</label> </th>
365
                <td><input type="text" id="suggesteddate" name="suggesteddate" class="datepicker" size="10" maxlength="10" value="[% suggesteddate | $KohaDates %]"/>[% INCLUDE 'date-format.inc' %]</td>
366
                <td><input type="text" id="suggesteddate" name="suggesteddate" class="datepicker" size="10" maxlength="10" value="[% suggesteddate | $KohaDates %]"/>[% INCLUDE 'date-format.inc' %]</td>
366
                <td><input type="hidden" id="suggestedby" name="suggestedby" value="[% suggestedby | html %]"/>[% IF ( suggestedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestedby_borrowernumber | uri %]">[% suggestedby_surname | html %], [% suggestedby_firstname | html %] ([% suggestedby_cardnumber | html %])</a>  [% Branches.GetName( suggestedby_branchcode ) | html %] ([% suggestedby_description | html %])[% END %]
367
                <td><input type="hidden" id="suggestedby" name="suggestedby" value="[% suggestedby | html %]"/>[% IF ( suggestedby_borrowernumber ) %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestedby_borrowernumber | uri %]">[% suggestedby_surname | html %], [% suggestedby_firstname | html %] ([% suggestedby_cardnumber | html %])</a>  [% Branches.GetName( suggestedby_branchcode ) | html %] ([% suggestedby_description | html %])[% END %]
367
                </td>
368
                </td>
368
- 

Return to bug 24648