Bugzilla – Attachment 25608 Details for
Bug 11746
Add edit item links to record details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11746 [QA Followup] - Add edit item links to record details page
Bug-11746-QA-Followup---Add-edit-item-links-to-rec.patch (text/plain), 1.84 KB, created by
Jonathan Druart
on 2014-02-25 09:14:31 UTC
(
hide
)
Description:
Bug 11746 [QA Followup] - Add edit item links to record details page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-02-25 09:14:31 UTC
Size:
1.84 KB
patch
obsolete
>From cc0f189c07144601b9f8b3979f5c1a45bd5a5f9f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 13 Feb 2014 09:21:28 -0500 >Subject: [PATCH] Bug 11746 [QA Followup] - Add edit item links to record > details page > >Signed-off-by: Havilah Lyon <havilah@aflibrary.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 1a3ce6a..1e1fcd2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -540,7 +540,7 @@ function verify_images() { > [% IF ( hostrecords ) %]<th>Host records</th>[% END %] > [% IF ( analyze ) %]<th>Used in</th><th></th>[% END %] > [% IF ( ShowCourseReserves ) %]<th>Course Reserves</th>[% END %] >- <th>Edit</th> >+ [% IF ( CAN_user_editcatalogue_edit_items ) %]<th>Edit</th>[% END %] > </tr> > </thead> > <tbody> >@@ -714,7 +714,9 @@ function verify_images() { > [% END %] > </td> > [% END %] >- <td><a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]#edititem">Edit</a></td> >+ [% IF ( CAN_user_editcatalogue_edit_items ) %] >+ <td><a href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber %]&itemnumber=[% item.itemnumber %]#edititem">Edit</a></td> >+ [% END %] > </tr> > [% END %] > </tbody> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11746
:
25204
|
25206
|
25222
|
25225
|
25226
|
25227
|
25228
|
25579
|
25607
| 25608 |
25609
|
25610