Bugzilla – Attachment 103851 Details for
Bug 25282
Menu for Action menubutton in dataTables like MARC frameworks page separated from the button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25282: (follow-up) More corrections
Bug-25282-follow-up-More-corrections.patch (text/plain), 4.20 KB, created by
Owen Leonard
on 2020-04-28 11:31:16 UTC
(
hide
)
Description:
Bug 25282: (follow-up) More corrections
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-04-28 11:31:16 UTC
Size:
4.20 KB
patch
obsolete
>From 76b8a61e5ecfee50cfecedb29685c08a66cf84fa Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 28 Apr 2020 11:25:22 +0000 >Subject: [PATCH] Bug 25282: (follow-up) More corrections > >This patch adds more corrections missed in the first patch: > >- Tools -> Patron clubs (in the Clubs table) >- Circulation -> Article requests (removed a couple of divs made > redundant by the re-used BLOCK) >- Tools -> Plugins home >--- > koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt | 4 ---- > koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 +- > 3 files changed, 2 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc >index c3a5877e21..233ccf3d04 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/clubs-table.inc >@@ -64,7 +64,7 @@ > </td> > [% UNLESS destination == 'holds' %] > <td class="actions"> >- <div class="dropdown"> >+ <div class="btn-group dropup"> > <a class="btn btn-default btn-xs dropdown-toggle" id="clubactions[% c.id | html %]" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b> > </a> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >index aba89fade9..10e69f48a4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >@@ -190,9 +190,7 @@ > </td> > <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td> > <td class="ar-actions"> >- <div class="dropdown"> > [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %] >- </div> > </td> > </tr> > [% END %] >@@ -297,9 +295,7 @@ > </td> > <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td> > <td class="ar-actions"> >- <div class="dropdown"> > [% PROCESS actions menuid="table_" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %] >- </div> > </td> > </tr> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >index 1c25a22718..1b24428fde 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt >@@ -145,7 +145,7 @@ > <td>[% plugin.metadata.date_updated | $KohaDates %]</td> > [% IF ( CAN_user_plugins_configure || CAN_user_plugins_manage || CAN_user_plugins_report || CAN_user_plugins_tool ) %] > <td class="actions"> >- <div class="dropdown"> >+ <div class="btn-group dropup"> > <a class="btn btn-default btn-xs dropdown-toggle" id="pluginactions[% plugin.class | html %]" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b> > </a> >-- >2.11.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 25282
:
103710
|
103789
|
103815
|
103816
|
103851
|
103852
|
103853