Bugzilla – Attachment 148242 Details for
Bug 33133
Fast cataloging should be visible in cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33133: Move fast cataloging to first column
Bug-33133-Move-fast-cataloging-to-first-column.patch (text/plain), 2.62 KB, created by
Martin Renvoize (ashimema)
on 2023-03-15 18:11:33 UTC
(
hide
)
Description:
Bug 33133: Move fast cataloging to first column
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-03-15 18:11:33 UTC
Size:
2.62 KB
patch
obsolete
>From 039b57aa4e1a05c120fbccfe8086e66a8d257134 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 14 Mar 2023 13:36:14 +0000 >Subject: [PATCH] Bug 33133: Move fast cataloging to first column > >This move the link and adds its own heading > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../en/modules/cataloguing/cataloging-home.tt | 19 ++++++++++++------- > 1 file changed, 12 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >index 1c68165e94..289223f619 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/cataloging-home.tt >@@ -107,6 +107,17 @@ > [% END %] > </ul> > [% END %] >+ [% IF ( fast_cataloging && CAN_user_editcatalogue_fast_cataloging ) %] >+ <h3>Fast cataloging</h3> >+ <ul class="buttons-list"> >+ [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] >+ <li> >+ <a class="circ-button" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA"><i class="fa fa-plus"></i> Fast cataloging</a> >+ </li> >+ [% END %] >+ </ul> >+ [% END %] >+ > > </div> > >@@ -164,7 +175,7 @@ > > <div class="col-sm-4 col-md-4"> > >- [% IF ( CAN_user_tools_label_creator || CAN_user_tools_upload_local_cover_images || ( fast_cataloging && CAN_user_editcatalogue_fast_cataloging ) ) %] >+ [% IF ( CAN_user_tools_label_creator || CAN_user_tools_upload_local_cover_images ) %] > <h3>Tools</h3> > <ul class="buttons-list"> > [% IF ( CAN_user_tools_label_creator ) %] >@@ -187,12 +198,6 @@ > </li> > [% END %] > >- [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] >- <li> >- <a class="circ-button" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA"><i class="fa fa-plus"></i> Fast cataloging</a> >- </li> >- [% END %] >- > </ul> > [% END %] > >-- >2.39.2
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 33133
:
147739
|
147837
|
148165
|
148241
| 148242