Bugzilla – Attachment 34296 Details for
Bug 13371
Add filters to the supplier list view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13371: Reintroduce the action buttons
Bug-13371-Reintroduce-the-action-buttons.patch (text/plain), 2.80 KB, created by
Jonathan Druart
on 2014-12-11 09:39:32 UTC
(
hide
)
Description:
Bug 13371: Reintroduce the action buttons
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-12-11 09:39:32 UTC
Size:
2.80 KB
patch
obsolete
>From 7554e0a051cb37cb10e959baf66723a8c1d2e5f2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 2 Dec 2014 12:02:50 +0100 >Subject: [PATCH] Bug 13371: Reintroduce the action buttons > >Confirm the the "New basket" and "Receive shipment" buttons work as >before. >--- > koha-tmpl/intranet-tmpl/prog/en/css/datatables.css | 17 +++++++++++++++++ > .../intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 13 ++++++++++++- > 2 files changed, 29 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css b/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css >index e81564a..d549f38 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/datatables.css >@@ -247,4 +247,21 @@ td.group { > background-color: #D1CFD0; > border-bottom: 2px solid #A19B9E; > border-top: 2px solid #A19B9E; >+ font-weight: bold; >+} >+ >+table.group tr.odd td { >+ background-color : #F3F3F3; >+ border : 1px solid #BCBCBC; >+ border-right : 1px solid #BCBCBC; >+} >+ >+table.group tr.even td { >+ background-color: #FFF; >+ border-right : 1px solid #BCBCBC; >+} >+ >+table.group td.group .action { >+ float: right; >+ font-weight: normal; > } >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 1887cb8..7b5a770 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -132,7 +132,18 @@ $(document).ready(function() { > [% ELSE %] > <tr> > [% END %] >- <td>[% supplier.name %] ([% supplier.booksellerid %])</td> >+ <td> >+ <a name="[% supplier.booksellerid %]" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% supplier.booksellerid %]">[% supplier.name %]</a> >+ ([% supplier.booksellerid %]) >+ <span class="action"> >+ [% IF ( CAN_user_acquisition_order_manage ) %] >+ [% IF ( supplier.active ) %] >+ <a class="btn btn-small" href="/cgi-bin/koha/acqui/basketheader.pl?booksellerid=[% supplier.booksellerid %]&op=add_form"><i class="icon-plus"></i> New basket</a> >+ [% END %] >+ [% END %] >+ <a class="btn btn-small" href="/cgi-bin/koha/acqui/parcels.pl?booksellerid=[% supplier.booksellerid %]"><i class="icon-inbox"></i> Receive shipment</a> >+ </span> >+ </td> > <td>[% basket.basketno %]</td> > <td>[% basket.basketname %]</td> > <td> >-- >2.1.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 13371
:
34057
|
34058
|
34059
|
34167
|
34170
|
34275
|
34295
|
34296
|
34297
|
34298
|
34299
|
34306
|
34423
|
34424
|
34425
|
34433
|
34434
|
34435
|
34436
|
34437
|
34438
|
34439
|
36759
|
49014
|
49015
|
49016
|
49017
|
49018
|
49019
|
49020
|
49021
|
55235
|
55236
|
55237
|
55238
|
55239
|
55240
|
55241
|
55242
|
55243
|
55244
|
55245
|
55978
|
59312