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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt (-8 / +21 lines)
Lines 135-140 Link Here
135
                        </ul>
135
                        </ul>
136
                        [% END %]
136
                        [% END %]
137
137
138
                        [% IF ( CAN_user_tools_items_batchmod || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) ) %]
139
                        <h3>Automation</h3>
140
                        <ul class="buttons-list">
141
                            [% IF ( CAN_user_tools_items_batchmod ) %]
142
                            <li>
143
                                <a class="circ-button" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl"><i class="fa fa-calendar"></i> Item modifications by age</a>
144
                            </li>
145
                            [% END %]
146
                            [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
147
                            <li>
148
                                <a class="circ-button" href="/cgi-bin/koha/tools/stockrotation.pl"><i class="fa fa-refresh"></i> Stock rotation</a>
149
                            </li>
150
                            [% END %]
151
                        </ul>
152
                        [% END %]
153
138
                    </div>
154
                    </div>
139
155
140
                    <div class="col-sm-4 col-md-4">
156
                    <div class="col-sm-4 col-md-4">
Lines 165-183 Link Here
165
                        </ul>
181
                        </ul>
166
                        [% END %]
182
                        [% END %]
167
183
168
                        [% IF ( CAN_user_tools_items_batchmod || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) ) %]
184
                        [% IF ( CAN_user_parameters ) %]
169
                        <h3>Automation</h3>
185
                        <h3>Administration</h3>
170
                        <ul class="buttons-list">
186
                        <ul class="buttons-list">
171
                            [% IF ( CAN_user_tools_items_batchmod ) %]
187
                            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
172
                            <li>
188
                            <li>
173
                                <a class="circ-button" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl"><i class="fa fa-calendar"></i> Item modifications by age</a>
189
                                <a class="circ-button" href="/cgi-bin/koha/admin/preferences.pl?tab=cataloguing"><i class="fa fa-tasks"></i> Preferences</a>
174
                            </li>
190
                            </li>
175
                            [% END %]
191
                            [% END %]
176
                            [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
177
                            <li>
192
                            <li>
178
                                <a class="circ-button" href="/cgi-bin/koha/tools/stockrotation.pl"><i class="fa fa-refresh"></i> Stock rotation</a>
193
                                <a class="circ-button" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-cogs"></i> Configuration</a>
179
                            </li>
194
                            </li>
180
                            [% END %]
181
                        </ul>
195
                        </ul>
182
                        [% END %]
196
                        [% END %]
183
197
184
- 

Return to bug 31162