Bugzilla – Attachment 52362 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: Reintroduce wording "Delete tag"
Bug-16456-Reintroduce-wording-Delete-tag.patch (text/plain), 2.78 KB, created by
Jonathan Druart
on 2016-06-14 10:11:13 UTC
(
hide
)
Description:
Bug 16456: Reintroduce wording "Delete tag"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-14 10:11:13 UTC
Size:
2.78 KB
patch
obsolete
>From a966b665ac66ba5a07f798a9273b6799204d249d Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 14 Jun 2016 11:09:42 +0100 >Subject: [PATCH] Bug 16456: Reintroduce wording "Delete tag" > >"Delete tag" seems more appropriate than "Delete" on this tag, but I may >be wrong. > >This patch also removes an extra space. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index 187c7da..79cf84d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -102,7 +102,7 @@ $(document).ready(function() { > <form action="list.pl" id="remove_patrons" method="post"> > > <div id="searchheader"> >- <span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | >+ <span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | > <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span> | > <div class="btn-group"> > <button class="btn btn-mini list-remove" type="submit"><i class="fa fa-trash"></i> Remove selected</button> >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 ee4ef72..919c8fe 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 %]" /><button type="submit" class="delete btn btn-small"><i class="fa fa-trash"></i> Remove</button></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 tag</button></form></td> > </tr> > [% END %] > </table> >-- >2.8.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 16456
:
51249
|
51250
|
51251
|
51258
|
51497
|
51498
|
51499
|
51500
|
51501
|
52091
|
52092
|
52159
|
52162
|
52247
|
52251
|
52361
| 52362