Bugzilla – Attachment 32240 Details for
Bug 11395
Batch modifications for records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11395: Add links to the new tool page
Bug-11395-Add-links-to-the-new-tool-page.patch (text/plain), 3.48 KB, created by
Brendan Gallagher
on 2014-10-11 15:13:39 UTC
(
hide
)
Description:
Bug 11395: Add links to the new tool page
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2014-10-11 15:13:39 UTC
Size:
3.48 KB
patch
obsolete
>From 630dd4d66d4e188ca2e60a4ecfcb47e58e45772f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 12 Dec 2013 21:13:15 +0100 >Subject: [PATCH] Bug 11395: Add links to the new tool page > >This patch adds links in the tool module to the new batch tool and in >the basket. > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 3 +++ > koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 10 ++++++++++ > koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 7 ++++++- > 3 files changed, 19 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >index 45d9b4e..136f3b7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >@@ -56,6 +56,9 @@ > [% IF ( CAN_user_tools_items_batchmod ) %] > <li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></li> > [% END %] >+ [% IF CAN_user_tools_records_batchmod %] >+ <li><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></li> >+ [% END %] > [% IF ( CAN_user_tools_export_catalog ) %] > <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index 5a3d22e..2d5759e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -101,6 +101,16 @@ function placeHold () { > [% END %] > </ul> > </div> >+ [% IF CAN_user_tools_records_batchmod %] >+ <div class="btn-group"> >+ <a class="btn btn-small dropdown-toggle" data-toggle="dropdown" href="#" id="actioncart"><i class="icon-play"></i> Actions <span class="caret"></span> </a> >+ <ul class="dropdown-menu"> >+ [% IF CAN_user_tools_records_batchmod %] >+ <li><a href="/cgi-bin/koha/tools/batch_record_modification.pl?op=list&bib_list=[% bib_list %]&type=biblio">Modify</a></li> >+ [% END %] >+ </ul> >+ </div> >+ [% END %] > <a class="btn btn-small" href="basket.pl" onclick="printBasket(); return false;"><i class="icon-print"></i> Print</a> > <a class="btn btn-small" href="basket.pl" onclick="delBasket('popup'); return false;"><i class="icon-trash"></i> Empty and close</a> > <a class="btn btn-small close" href="basket.pl"><i class="icon-remove-sign"></i> Hide window</a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >index 4ab38c9..9a3cb6d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >@@ -121,7 +121,12 @@ > <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt> > <dd>Modify items in a batch</dd> > [% END %] >- >+ >+ [% IF CAN_user_tools_records_batchmod %] >+ <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt> >+ <dd>Modify a batch of records (biblios or authorities)</dd> >+ [% END %] >+ > [% IF ( CAN_user_tools_export_catalog ) %] > <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt> > <dd>Export bibliographic, holdings, and authority records</dd> >-- >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 11395
:
23502
|
23503
|
23504
|
23505
|
23506
|
23507
|
23508
|
23592
|
24634
|
26072
|
26981
|
28978
|
28999
|
29000
|
29001
|
29002
|
29003
|
29004
|
29056
|
29509
|
29569
|
31344
|
32181
|
32182
|
32184
|
32239
|
32240
|
32241
|
32242
|
32243
|
32244
|
32245
|
32246
|
32247
|
32248
|
32249
|
33145
|
33146
|
33147
|
33148
|
33149
|
33150
|
33151
|
33152
|
33153
|
33154
|
33155
|
34393
|
34394
|
34395
|
34396
|
34397
|
34398
|
34399
|
34400
|
34401
|
34402
|
34552
|
34553
|
34554
|
34555
|
34556
|
34557
|
34558
|
34559
|
34560
|
34561
|
34562
|
35783
|
35784
|
35785
|
35786
|
35787
|
35788
|
35789
|
35790
|
35791
|
35792
|
36295
|
36296
|
36297
|
36298
|
36299
|
36300
|
36301
|
36302
|
36303
|
36304