Bugzilla – Attachment 50777 Details for
Bug 16360
Buttons wrap in Actions column for reviewing tags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16360: Adding 'actions' class to column in tag review so buttons don't wrap
Bug-16360-Adding-actions-class-to-column-in-tag-re.patch (text/plain), 1.39 KB, created by
Aleisha Amohia
on 2016-04-27 01:37:35 UTC
(
hide
)
Description:
Bug 16360: Adding 'actions' class to column in tag review so buttons don't wrap
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-04-27 01:37:35 UTC
Size:
1.39 KB
patch
obsolete
>From 516e148d5bda9630335f48e0a8b321533ea90b15 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Wed, 27 Apr 2016 01:34:49 +0000 >Subject: [PATCH] Bug 16360: Adding 'actions' class to column in tag review so > buttons don't wrap > >To test: >1) Go to Tools -> Tags >2) Click Reject for a tag >3) Notice buttons do not wrap > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index ba1908e..fc71354 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -251,7 +251,7 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > <td>[% tagloo.weight_total %] > </td> > [% IF ( tagloo.approved ) %] >- <td><span class="ajax_buttons" style="visibility:hidden"> >+ <td class="actions"><span class="ajax_buttons" style="visibility:hidden"> > [% IF ( tagloo.approved == -1 ) %] > <input class="ok" type="submit" title="[% tagloo.term %]" value="Approve" name="approve" /> > <input class="rej" disabled="disabled" type="submit" title="[% tagloo.term %]" value="Rejected" name="reject" /> >-- >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 16360
:
50776
|
50777
|
50778
|
50850
|
50856
|
50890