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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +3 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE AuthorisedValues  %]
5
[% USE AuthorisedValues  %]
5
[% USE Branches %]
6
[% USE Branches %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
Lines 36-42 Link Here
36
                        <tr>
37
                        <tr>
37
                          <th>Summary</th>
38
                          <th>Summary</th>
38
                          <th>Note</th>
39
                          <th>Note</th>
39
                          <th>Managed by</th>
40
                          <th>Managed by - on</th>
40
                          <th>Status</th>
41
                          <th>Status</th>
41
                        </tr>
42
                        </tr>
42
                    </thead>
43
                    </thead>
Lines 72-77 Link Here
72
                                    [% ELSE %]
73
                                    [% ELSE %]
73
                                        &nbsp;
74
                                        &nbsp;
74
                                    [% END %]
75
                                    [% END %]
76
                                    [% IF s.manageddate %] - [% s.manageddate | $KohaDates %][% END %]
75
                                </td>
77
                                </td>
76
                                <td>
78
                                <td>
77
                                    [% SWITCH s.STATUS %]
79
                                    [% SWITCH s.STATUS %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-2 / +2 lines)
Lines 304-310 Link Here
304
                                                <th>Suggested on</th>
304
                                                <th>Suggested on</th>
305
                                                <th>Note</th>
305
                                                <th>Note</th>
306
                                                [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]<th>Suggested for</th>[% END %]
306
                                                [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]<th>Suggested for</th>[% END %]
307
                                                [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]<th>Managed by</th>[% END %]
307
                                                [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]<th>Managed by - on</th>[% END %]
308
                                                <th>Status</th>
308
                                                <th>Status</th>
309
                                            </tr>
309
                                            </tr>
310
                                        </thead>
310
                                        </thead>
Lines 352-357 Link Here
352
                                                            [% suggestions_loo.surnamemanagedby | html %]
352
                                                            [% suggestions_loo.surnamemanagedby | html %]
353
                                                            [% IF ( suggestions_loo.firstnamemanagedby ) %]    , [% suggestions_loo.firstnamemanagedby | html %]
353
                                                            [% IF ( suggestions_loo.firstnamemanagedby ) %]    , [% suggestions_loo.firstnamemanagedby | html %]
354
                                                            [% END %]
354
                                                            [% END %]
355
                                                            [% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate | $KohaDates %][% END %]
355
                                                        [% END %]
356
                                                        [% END %]
356
                                                    </td>
357
                                                    </td>
357
                                                    [% END %]
358
                                                    [% END %]
358
- 

Return to bug 23590