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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-menu.inc (-5 / +5 lines)
Lines 43-49 Link Here
43
        </ul>
43
        </ul>
44
    [% END %]
44
    [% END %]
45
45
46
    [% IF ( CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_marc_modification_templates || CAN_user_editcatalogue_edit_catalogue ) %]
46
    [% IF ( CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_records_restore || CAN_user_tools_marc_modification_templates || CAN_user_editcatalogue_edit_catalogue ) %]
47
        <h5>Batch editing</h5>
47
        <h5>Batch editing</h5>
48
        <ul>
48
        <ul>
49
            [% IF ( CAN_user_tools_items_batchmod ) %]
49
            [% IF ( CAN_user_tools_items_batchmod ) %]
Lines 66-79 Link Here
66
                    <a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a>
66
                    <a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a>
67
                </li>
67
                </li>
68
            [% END %]
68
            [% END %]
69
            [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
69
            [% IF ( CAN_user_tools_marc_modification_templates ) %]
70
                <li>
70
                <li>
71
                    <a href="/cgi-bin/koha/tools/restore-records.pl">Restore deleted records</a>
71
                    <a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a>
72
                </li>
72
                </li>
73
            [% END %]
73
            [% END %]
74
            [% IF ( CAN_user_tools_marc_modification_templates ) %]
74
            [% IF ( CAN_user_tools_records_restore ) %]
75
                <li>
75
                <li>
76
                    <a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a>
76
                    <a href="/cgi-bin/koha/tools/restore-records.pl">Restore deleted records</a>
77
                </li>
77
                </li>
78
            [% END %]
78
            [% END %]
79
        </ul>
79
        </ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt (-2 / +6 lines)
Lines 120-126 Link Here
120
        </div>
120
        </div>
121
121
122
        <div class="col-sm-4 col-md-4">
122
        <div class="col-sm-4 col-md-4">
123
            [% IF ( CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_marc_modification_templates ) %]
123
            [% IF ( CAN_user_tools_items_batchmod || CAN_user_tools_items_batchdel || CAN_user_tools_records_batchmod || CAN_user_tools_records_batchdel || CAN_user_tools_records_restore || CAN_user_tools_marc_modification_templates ) %]
124
                <h3>Batch editing</h3>
124
                <h3>Batch editing</h3>
125
                <ul class="buttons-list">
125
                <ul class="buttons-list">
126
                    [% IF ( CAN_user_tools_items_batchmod ) %]
126
                    [% IF ( CAN_user_tools_items_batchmod ) %]
Lines 149-154 Link Here
149
                            <a class="circ-button" href="/cgi-bin/koha/tools/marc_modification_templates.pl"><i class="fa fa-gear"></i> MARC modification templates</a>
149
                            <a class="circ-button" href="/cgi-bin/koha/tools/marc_modification_templates.pl"><i class="fa fa-gear"></i> MARC modification templates</a>
150
                        </li>
150
                        </li>
151
                    [% END %]
151
                    [% END %]
152
                    [% IF ( CAN_user_tools_records_restore ) %]
153
                        <li>
154
                            <a class="circ-button" href="/cgi-bin/koha/tools/restore-records.pl"><i class="fa fa-undo"></i> Restore deleted records</a>
155
                        </li>
156
                    [% END %]
152
                </ul>
157
                </ul>
153
            [% END %]
158
            [% END %]
154
159
155
- 

Return to bug 17387