Bugzilla – Attachment 48718 Details for
Bug 15991
Moving OAI sets actions into a drop-down menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15991: Moving OAI sets actions into a drop-down menu
Bug-15991-Moving-OAI-sets-actions-into-a-drop-down.patch (text/plain), 2.78 KB, created by
Aleisha Amohia
on 2016-03-06 22:28:25 UTC
(
hide
)
Description:
Bug 15991: Moving OAI sets actions into a drop-down menu
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-03-06 22:28:25 UTC
Size:
2.78 KB
patch
obsolete
>From 1b804fea0d678c38d3de22efe3a918bee26c9cd9 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Sun, 6 Mar 2016 22:27:08 +0000 >Subject: [PATCH] Bug 15991: Moving OAI sets actions into a drop-down menu > >To test: > >1) Go to Administration -> OAI sets >2) Confirm that the actions 'Modify', 'Delete' and 'Define mappings' have been moved into a drop-down menu and buttons behave as expected. > >Sponsored-by: Catalyst IT >--- > .../intranet-tmpl/prog/en/modules/admin/oai_sets.tt | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >index 06bb16a..f670c49 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt >@@ -82,7 +82,7 @@ function delDescField(minusButton) { > <th>setSpec</th> > <th>setName</th> > <th>setDescriptions</th> >- <th>Action</th> >+ <th> </th> > </tr> > </thead> > <tbody> >@@ -102,11 +102,15 @@ function delDescField(minusButton) { > [% END %] > </td> > <td> >- <a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&id=[% set.id %]">Modify</a> >- | >- <a href="/cgi-bin/koha/admin/oai_sets.pl?op=del&id=[% set.id %]">Delete</a> >- | >- <a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id %]">Define mappings</a> >+ <div class="dropdown"> >+ <a class="btn btn-mini dropdown-toggle" id="oaisetsactions[% set.id %]" role="button" data-toggle="dropdown" href="#"> >+ Actions <b class="caret"></b></a> >+ <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="oaisetsactions[% set.id %]"> >+ <li><a href="/cgi-bin/koha/admin/oai_sets.pl?op=mod&id=[% set.id %]"><i class="fa fa-pencil"></i> Modify</a></li> >+ <li><a href="/cgi-bin/koha/admin/oai_sets.pl?op=del&id=[% set.id %]"><i class="fa fa-trash"></i> Delete</a></li> >+ <li><a href="/cgi-bin/koha/admin/oai_set_mappings.pl?id=[% set.id %]"><i class="fa fa-info"></i> Define mappings</a></li> >+ </ul> >+ </div> > </td> > </tr> > [% END %] >-- >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 15991
:
48718
|
48824
|
48906
|
48998