Bugzilla – Attachment 48923 Details for
Bug 16036
Making basket actions buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16036: Making basket actions buttons
Bug-16036-Making-basket-actions-buttons.patch (text/plain), 2.78 KB, created by
Frédéric Demians
on 2016-03-10 06:02:49 UTC
(
hide
)
Description:
Bug 16036: Making basket actions buttons
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2016-03-10 06:02:49 UTC
Size:
2.78 KB
patch
obsolete
>From 699b21ee8e359d7e7f1bdef1e44d58dd9d7e8479 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 10 Mar 2016 03:35:08 +0000 >Subject: [PATCH] Bug 16036: Making basket actions buttons >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1) Go to Acqui -> do a vendor search >2) Confirm actions 'View' and 'Add to basket' are now buttons and behave as > expected > >Sponsored-by: Catalyst IT >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 5e6ff45..bbffdda 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -105,7 +105,7 @@ $(document).ready(function() { > <th class="title-string">Date</th> > <th>Basket group</th> > <th class="title-string">Closed</th> >- <th> </th> >+ <th>Actions</th> > </tr> > </thead> > <tbody> >@@ -155,10 +155,10 @@ $(document).ready(function() { > [% END %] > </td> > <td> >- <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno %]">View</a> >+ <a class="btn btn-mini" href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno %]"><i class="fa fa-eye"></i> View</a> > > [% IF not basket.closedate and supplier.active %] >- | <a id="addtoBasketLabel[% basket.basketno %]" href="#addtoBasket[% basket.basketno %]" role="button" data-toggle="modal">Add to basket</a> >+ <a class="btn btn-mini" id="addtoBasketLabel[% basket.basketno %]" href="#addtoBasket[% basket.basketno %]" role="button" data-toggle="modal"><i class="fa fa-plus"></i> Add to basket</a> > <!-- Modal --> > <div id="addtoBasket[% basket.basketno %]" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="addtoBasketLabel[% basket.basketno %]" aria-hidden="true" data-basketno="[% basket.basketname %]"> > <div class="modal-body"> >-- >2.7.1
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 16036
:
48916
|
48923
|
49012
|
49068
|
49069
|
49115
|
49116