Bugzilla – Attachment 50890 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]
[PASSED QA] Bug 16360: Adding 'actions' class to column in tag review so buttons don't wrap
PASSED-QA-Bug-16360-Adding-actions-class-to-column.patch (text/plain), 2.49 KB, created by
Katrin Fischer
on 2016-04-28 09:58:53 UTC
(
hide
)
Description:
[PASSED QA] Bug 16360: Adding 'actions' class to column in tag review so buttons don't wrap
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-28 09:58:53 UTC
Size:
2.49 KB
patch
obsolete
>From 072454f67bdba43ae97966f3ffc3376c301b0c1d Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Wed, 27 Apr 2016 01:34:49 +0000 >Subject: [PATCH] [PASSED QA] Bug 16360: Adding 'actions' class to column in > tag review so buttons don't wrap > >EDIT: Comment 3 > >Note: the wrapping only happens when all tags have been approved (or all >rejected), i.e. column has a certain width. When testing, ensure all >tags have been approved or rejected and click the opposite >action to see the effect of the bug and the patch. > >To test: >1) Go to Tools -> Tags >2) Click Reject for a tag >3) Notice buttons do not wrap > >Sponsored-by: Catalyst IT >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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..dfda321 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" /> >@@ -264,7 +264,7 @@ tr > td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > <td>[% IF ( tagloo.approved_by_name ) %]<a href="/cgi-bin/koha/tags/review.pl?approved_by=[% tagloo.approved_by %]&approved=all">[% tagloo.approved_by_name %]</a>[% ELSE %] [% END %] > </td> > [% ELSE %] >- <td><span class="ajax_buttons" style="visibility:hidden"> >+ <td class="actions"><span class="ajax_buttons" style="visibility:hidden"> > <input class="ok" type="submit" title="[% tagloo.term %]" value="Approve" name="approve" /> > <input class="rej" type="submit" title="[% tagloo.term %]" value="Reject" name="reject" /> > </span> >-- >1.9.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 16360
:
50776
|
50777
|
50778
|
50850
|
50856
| 50890