Bugzilla – Attachment 168514 Details for
Bug 37243
Tag moderation actions should be in the last column
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37243: Tag moderation actions should be in the last column
Bug-37243-Tag-moderation-actions-should-be-in-the-.patch (text/plain), 5.26 KB, created by
Chris Cormack
on 2024-07-04 20:55:53 UTC
(
hide
)
Description:
Bug 37243: Tag moderation actions should be in the last column
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2024-07-04 20:55:53 UTC
Size:
5.26 KB
patch
obsolete
>From 895e82531f23c082fa5b0a9ec2be042365970616 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 3 Jul 2024 11:35:25 +0000 >Subject: [PATCH] Bug 37243: Tag moderation actions should be in the last > column > >This patch updates the tag review template to make the "actions" column >the last one in the table. This makes it consistent with other pages in >Koha. > >To test you should have TagsEnabled turned on and at least one >pending tag in the system. > >- Go to Tools -> Tags. >- Confirm that the "Approve" and "Reject" buttons are in the last column > of the table. >- Approve a tag and click the "Approved" link the the "Terms summary" > box in the right-hand sidebar. >- In this view the table has a "Reviewer" column visible. The buttons > should still be in the last column. > >Sponsored-by: Athens County Public Libraries >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > .../prog/en/modules/tags/review.tt | 21 ++++++++++--------- > 1 file changed, 11 insertions(+), 10 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 e6114cfb5bf..791db2fe4dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -134,9 +134,9 @@ > <th>Status</th> > <th>Term</th> > <th>Weight</th> >- <th class="NoSort noExport">Actions</th> >- [% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %] > <th>Date</th> >+ [% UNLESS ( filter_approved_pending ) %]<th>Reviewer</th>[% END %] >+ <th class="NoSort noExport">Actions</th> > </tr> > </thead> > <tbody> >@@ -172,7 +172,15 @@ > <td> > [% tagloo.weight_total | html %] > </td> >+ <td data-order="[% tagloo.date_approved | html %]"> >+ [% tagloo.date_approved | $KohaDates %] >+ </td> > [% IF ( tagloo.approved ) %] >+ <td> >+ [% IF ( tagloo.approved_by_name ) %] >+ <a href="/cgi-bin/koha/tags/review.pl?approved_by=[% tagloo.approved_by | uri %]&approved=all">[% tagloo.approved_by_name | html %]</a> >+ [% END %] >+ </td> > <td class="actions"> > <span class="ajax_buttons" style="visibility:hidden"> > [% IF ( tagloo.approved == -1 ) %] >@@ -184,11 +192,7 @@ > [% END %] > </span> > </td> >- <td> >- [% IF ( tagloo.approved_by_name ) %] >- <a href="/cgi-bin/koha/tags/review.pl?approved_by=[% tagloo.approved_by | uri %]&approved=all">[% tagloo.approved_by_name | html %]</a> >- [% END %] >- </td> >+ > [% ELSE %] > <td class="actions"> > <span class="ajax_buttons" style="visibility:hidden"> >@@ -200,9 +204,6 @@ > <td> </td> > [% END %] > [% END # /IF ( tagloo.approved ) %] >- <td data-order="[% tagloo.date_approved | html %]"> >- [% tagloo.date_approved | $KohaDates %] >- </td> > </tr> > [% END # /FOREACH tagloo %] > </tbody> >-- >2.39.2
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 37243
:
168440
| 168514