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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-2 / +2 lines)
Lines 62-71 Link Here
62
                                        [% IF item.rota %]
62
                                        [% IF item.rota %]
63
                                            [% IF !item.rota.active %]
63
                                            [% IF !item.rota.active %]
64
                                                <span class="highlighted-row">
64
                                                <span class="highlighted-row">
65
                                                    <span>Inactive</span>
65
                                                    <span>[% tp('Rota status', 'Inactive') | html %]</span>
66
                                                </span>
66
                                                </span>
67
                                            [% ELSE %]
67
                                            [% ELSE %]
68
                                                <span>Active</span>
68
                                                <span>[% tp('Rota status', 'Active') | html %]</span>
69
                                            [% END %]
69
                                            [% END %]
70
                                        [% END %]
70
                                        [% END %]
71
                                    </td>
71
                                    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt (-2 / +1 lines)
Lines 125-131 Link Here
125
                                        <tr>
125
                                        <tr>
126
                                            <th class="anti-the">Name</th>
126
                                            <th class="anti-the">Name</th>
127
                                            <th>Cyclical</th>
127
                                            <th>Cyclical</th>
128
                                            <th>Active</th>
128
                                            <th>[% tp('Rota status', 'Active') | html %]</th>
129
                                            <th>Description</th>
129
                                            <th>Description</th>
130
                                            <th>Number of items</th>
130
                                            <th>Number of items</th>
131
                                            <th class="no-sort no-export">Actions</th>
131
                                            <th class="no-sort no-export">Actions</th>
132
- 

Return to bug 39045