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

(-)a/admin/columns_settings.yml (-1 / +4 lines)
Lines 408-413 modules: Link Here
408
            -
408
            -
409
              columnname: automatic_checkin
409
              columnname: automatic_checkin
410
              is_hidden: 1
410
              is_hidden: 1
411
            -
412
              columnname: bookable
413
              is_hidden: 1
411
            -
414
            -
412
              columnname: actions
415
              columnname: actions
413
              cannot_be_toggled: 1
416
              cannot_be_toggled: 1
Lines 2580-2583 modules: Link Here
2580
            -
2583
            -
2581
              columnname: actions
2584
              columnname: actions
2582
              cannot_be_toggled: 1
2585
              cannot_be_toggled: 1
2583
              cannot_be_modified: 1
2586
              cannot_be_modified: 1
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-1 / +2 lines)
Lines 419-424 Link Here
419
                        <th>Checkin message</th>
419
                        <th>Checkin message</th>
420
                        <th>Library limitations</th>
420
                        <th>Library limitations</th>
421
                        <th>Automatic check-in</th>
421
                        <th>Automatic check-in</th>
422
                        <th>Bookable</th>
422
                        <th class="no-export no-sort">Actions</th>
423
                        <th class="no-export no-sort">Actions</th>
423
                    </thead>
424
                    </thead>
424
                    [% FOREACH itemtype IN itemtypes %]
425
                    [% FOREACH itemtype IN itemtypes %]
Lines 516-521 Link Here
516
                                [% END %]
517
                                [% END %]
517
                            </td>
518
                            </td>
518
                            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
519
                            <td>[% IF ( itemtype.automatic_checkin ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
520
                            <td>[% IF ( itemtype.bookable ) %]Yes[% ELSE %]&nbsp;[% END %]</td>
519
                            <td class="actions">
521
                            <td class="actions">
520
                                <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
522
                                <a href="/cgi-bin/koha/admin/itemtypes.pl?op=add_form&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
521
                                <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash-can"></i> Delete</a>
523
                                <a href="/cgi-bin/koha/admin/itemtypes.pl?op=delete_confirm&amp;itemtype=[% itemtype.itemtype | uri %]" class="btn btn-default btn-xs"><i class="fa fa-trash-can"></i> Delete</a>
522
- 

Return to bug 38863