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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +4 lines)
Lines 540-546 function verify_images() { Link Here
540
                [% IF ( hostrecords ) %]<th>Host records</th>[% END %]
540
                [% IF ( hostrecords ) %]<th>Host records</th>[% END %]
541
                [% IF ( analyze ) %]<th>Used in</th><th></th>[% END %]
541
                [% IF ( analyze ) %]<th>Used in</th><th></th>[% END %]
542
                [% IF ( ShowCourseReserves ) %]<th>Course Reserves</th>[% END %]
542
                [% IF ( ShowCourseReserves ) %]<th>Course Reserves</th>[% END %]
543
                <th>Edit</th>
543
                [% IF ( CAN_user_editcatalogue_edit_items ) %]<th>Edit</th>[% END %]
544
            </tr>
544
            </tr>
545
        </thead>
545
        </thead>
546
        <tbody>
546
        <tbody>
Lines 714-720 function verify_images() { Link Here
714
                       [% END %]
714
                       [% END %]
715
                    </td>
715
                    </td>
716
                [% END %]
716
                [% END %]
717
                <td><a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]#edititem">Edit</a></td>
717
                [% IF ( CAN_user_editcatalogue_edit_items ) %]
718
                    <td><a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]#edititem">Edit</a></td>
719
                [% END %]
718
                </tr>
720
                </tr>
719
            [% END %]
721
            [% END %]
720
        </tbody>
722
        </tbody>
721
- 

Return to bug 11746