Bugzilla – Attachment 49116 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 [Follow-up] Making basket actions buttons
Bug-16036-Follow-up-Making-basket-actions-buttons.patch (text/plain), 1.81 KB, created by
Jonathan Druart
on 2016-03-14 16:25:34 UTC
(
hide
)
Description:
Bug 16036 [Follow-up] Making basket actions buttons
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-14 16:25:34 UTC
Size:
1.81 KB
patch
obsolete
>From 0093ddcf25d0fad704df4876a791a981d0687c69 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 11 Mar 2016 08:28:18 -0500 >Subject: [PATCH] Bug 16036 [Follow-up] Making basket actions buttons > >This trivial follow-up adds an "actions" class to the table cell >containing the new buttons. In conjunction with the style update in Bug >16048, this will prevent the buttons from wrapping at narrow browser >window widths. > >To test, apply the patch for Bug 16048 and search for a vendor in >Acquisitions which has at least one open basket. > >Confirm that the "View" and "Add to basket" buttons look correct and do >not wrap when you make your browser window narrower. > >Signed-off-by: Aleisha <aleishaamohia@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 bbffdda..edb26d9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -154,7 +154,7 @@ $(document).ready(function() { > <span title="9999-99-99"></span> > [% END %] > </td> >- <td> >+ <td class="actions"> > <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 %] >-- >2.7.0
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