Bugzilla – Attachment 103789 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: Use pull-left instead of pull-right to correctly display "actions" dropdown
Bug-25282-Use-pull-left-instead-of-pull-right-to-c.patch (text/plain), 2.58 KB, created by
Jonathan Druart
on 2020-04-27 13:16:36 UTC
(
hide
)
Description:
Bug 25282: Use pull-left instead of pull-right to correctly display "actions" dropdown
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-27 13:16:36 UTC
Size:
2.58 KB
patch
obsolete
>From 2687a8749d23395f9e6118095be38319ff4a6d8b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 27 Apr 2020 15:14:51 +0200 >Subject: [PATCH] Bug 25282: Use pull-left instead of pull-right to correctly > display "actions" dropdown > >--- > .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >index 59ae3a6d07..696ced35ae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt >@@ -138,7 +138,7 @@ > <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b> > </a> >- <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="frameworkactions[% loo.frameworkcode | html %]"> >+ <ul class="dropdown-menu pull-left" role="menu" aria-labelledby="frameworkactions[% loo.frameworkcode | html %]"> > <li><a href="marctagstructure.pl?frameworkcode="><i class="fa fa-eye"></i> MARC structure</a></li> > <!-- Trigger modal --> > <li><a href="#" data-toggle="modal" data-target="#exportModal_default" title="Export framework structure (fields, subfields) to a spreadsheet file (.csv or .ods)"><i class="fa fa-upload"></i> Export</a></li> >@@ -206,7 +206,7 @@ > <a class="btn btn-default btn-xs dropdown-toggle" id="frameworkactions[% loo.frameworkcode | html %]" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b> > </a> >- <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="frameworkactions[% loo.frameworkcode | html %]"> >+ <ul class="dropdown-menu pull-left" role="menu" aria-labelledby="frameworkactions[% loo.frameworkcode | html %]"> > <li><a href="marctagstructure.pl?frameworkcode=[% loo.frameworkcode | uri %]"><i class="fa fa-eye"></i> MARC structure</a></li> > <li><a href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form&frameworkcode=[% loo.frameworkcode | uri %]"><i class="fa fa-pencil"></i> Edit</a></li> > <li><a href="/cgi-bin/koha/admin/biblio_framework.pl?op=delete_confirm&frameworkcode=[% loo.frameworkcode | uri %]"><i class="fa fa-trash"></i> Delete</a></li> >-- >2.20.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 25282
:
103710
|
103789
|
103815
|
103816
|
103851
|
103852
|
103853