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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-1 / +1 lines)
Lines 71-77 Link Here
71
                                            <span class="highlighted-row">
71
                                            <span class="highlighted-row">
72
                                        [% END %]
72
                                        [% END %]
73
                                            [% IF item.rota.active %]
73
                                            [% IF item.rota.active %]
74
                                                <span>Active</span>
74
                                                <span>[% tp('Rota status', 'Active') | html %]</span>
75
                                            [% ELSE %]
75
                                            [% ELSE %]
76
                                                <span>Inactive</span>
76
                                                <span>Inactive</span>
77
                                            [% END %]
77
                                            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-2 / +1 lines)
Lines 116-122 Link Here
116
                                    <tr>
116
                                    <tr>
117
                                    <th class="anti-the">Name</th>
117
                                    <th class="anti-the">Name</th>
118
                                    <th>Cyclical</th>
118
                                    <th>Cyclical</th>
119
                                    <th>Active</th>
119
                                    <th>[% tp('Rota status', 'Active') | html %]</th>
120
                                    <th>Description</th>
120
                                    <th>Description</th>
121
                                    <th>Number of items</th>
121
                                    <th>Number of items</th>
122
                                    <th class="NoSort noExport">Actions</th>
122
                                    <th class="NoSort noExport">Actions</th>
123
- 

Return to bug 39045