Bugzilla – Attachment 51501 Details for
Bug 16456
Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16456: Add Font Awesome icons to tag result
Bug-16456-Add-Font-Awesome-icons-to-tag-result.patch (text/plain), 1.69 KB, created by
Héctor Eduardo Castro Avalos
on 2016-05-14 06:27:16 UTC
(
hide
)
Description:
Bug 16456: Add Font Awesome icons to tag result
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-05-14 06:27:16 UTC
Size:
1.69 KB
patch
obsolete
>From 2c9e67ddfa8b639f7a168ea6ebad5dfa4cc6e2f0 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Sat, 14 May 2016 00:26:44 -0600 >Subject: [PATCH] Bug 16456: Add Font Awesome icons to tag result > >To test goto: >-Tags -> and click in a tag with multiple titles >-A table with titles tagged with the term is presented >-See the new button 'Remove' >-Verify if you can remove tag from a selected title. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >index 24bb2de..ee4ef72 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt >@@ -71,7 +71,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > </li> > [% END %]</ul>[% ELSE %]This record has no items.[% END %] > </td> >- <td><form method="post" action="/cgi-bin/koha/tags/list.pl"><input type="hidden" name="op" value="del" /><input type="hidden" name="tag" value="[% tag %]" /><input type="hidden" name="tag_id" value="[% title.tag_id %]" /><input type="submit" class="delete" value="Remove tag" /></form></td> >+ <td><form method="post" action="/cgi-bin/koha/tags/list.pl"><input type="hidden" name="op" value="del" /><input type="hidden" name="tag" value="[% tag %]" /><input type="hidden" name="tag_id" value="[% title.tag_id %]" /><button type="submit" class="delete btn btn-small"><i class="fa fa-trash"></i> Remove</button></form></td> > </tr> > [% END %] > </table> >-- >2.1.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 16456
:
51249
|
51250
|
51251
|
51258
|
51497
|
51498
|
51499
|
51500
|
51501
|
52091
|
52092
|
52159
|
52162
|
52247
|
52251
|
52361
|
52362