Bugzilla – Attachment 54751 Details for
Bug 17161
Making 'preview MARC' links show as buttons in batch record mod
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17161: Making 'Preview MARC' links show as buttons in batch record modification
Bug-17161-Making-Preview-MARC-links-show-as-button.patch (text/plain), 2.89 KB, created by
Claire Gravely
on 2016-08-23 09:48:04 UTC
(
hide
)
Description:
Bug 17161: Making 'Preview MARC' links show as buttons in batch record modification
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2016-08-23 09:48:04 UTC
Size:
2.89 KB
patch
obsolete
>From ddd37581c9ad46ef6e77a538102ccbd5d954b903 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 23 Aug 2016 00:02:56 +0000 >Subject: [PATCH] Bug 17161: Making 'Preview MARC' links show as buttons in > batch record modification > >This patch removes the column heading and makes all links show as font >awesome buttons. I have also changed the wording from Preview MARC to >Show MARC to shorten the button and be consistent with other places in >Koha > >To test: >1) Go to Tools -> Batch record modification >2) Put in some record numbers and click Continue >3) Ensure column heading 'Preview' no longer shows, and buttons are >showing with an appropriate icon. Confirm button still works as >expected. >4) Confirm button does not wrap on narrower browser > >Sponsored-by: Catalyst IT >Works as described >Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> >--- > .../prog/en/modules/tools/batch_record_modification.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index 2d7d534..3a7769a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -198,10 +198,10 @@ $(document).ready(function() { > <table id="biblios" class="records"> > <thead> > <tr> >- <th></th> >+ <th> </th> > <th>Biblionumber</th> > <th>Title</th> >- <th>Preview</th> >+ <th> </th> > </tr> > </thead> > <tbody> >@@ -210,7 +210,7 @@ $(document).ready(function() { > <td><input type="checkbox" name="record_id" value="[% biblio.biblionumber %]" data-items="[% biblio.itemnumbers.size %]" data-issues="[% biblio.issues_count %]" data-reserves="[% biblio.reserves.size %]" /></td> > <td>[% biblio.biblionumber %]</td> > <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.title %]</a></td> >- <td><a href="/cgi-bin/koha/svc/records/preview?record_type=biblio&record_id=[% biblio.biblionumber %]&mmtid=[% mmtid %]" class="previewMARC" data-record_type="biblio" data-record_id="[% biblio.biblionumber %]" data-mmtid="[% mmtid %]" title="Preview MARC" >Preview MARC</a> >+ <td class="actions"><a href="/cgi-bin/koha/svc/records/preview?record_type=biblio&record_id=[% biblio.biblionumber %]&mmtid=[% mmtid %]" class="previewMARC btn btn-mini" data-record_type="biblio" data-record_id="[% biblio.biblionumber %]" data-mmtid="[% mmtid %]" title="Preview MARC"><i class="fa fa-eye"></i> Show MARC</a> > </tr> > [% END %] > </tbody> >-- >2.1.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 17161
:
54726
|
54751
|
54772
|
54773