Bugzilla – Attachment 48886 Details for
Bug 16021
Use Font Awesome icons on automatic item modifications by age page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16021 - Use Font Awesome icons on automatic item modifications by age page
Bug-16021---Use-Font-Awesome-icons-on-automatic-it.patch (text/plain), 4.37 KB, created by
Nicole C. Engard
on 2016-03-09 16:09:53 UTC
(
hide
)
Description:
Bug 16021 - Use Font Awesome icons on automatic item modifications by age page
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2016-03-09 16:09:53 UTC
Size:
4.37 KB
patch
obsolete
>From 8eea4ce888cab548c8eec87128235ec38cb66b40 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 9 Mar 2016 09:33:00 -0500 >Subject: [PATCH] Bug 16021 - Use Font Awesome icons on automatic item > modifications by age page > >This patch revises the automatic item modifications by age page to use >Font Awesome icons instead of Glyphicons. > >To test, apply the patch and go to Tools -> Automatic item modifications >by age. > >- Confirm that the "Edit" toolbar button uses a "pencil" icon instead of > a "plus." (Edit -> Pencil; Add -> Plus). >- Confirm that the icons associated with adding, editing, or removing > rules look correct and work correctly. > >Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com> >--- > .../tools/automatic_item_modification_by_age.tt | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt >index a08e96d..60da6c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/automatic_item_modification_by_age.tt >@@ -124,7 +124,7 @@ > <div class="yui-b"> > <h3>Automatic item modifications by age</h3> > <div id="toolbar" class="btn-toolbar"> >- <a class="btn btn-small" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="icon-plus"></i> Edit</a> >+ <a class="btn btn-small" id="newentry" href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl?op=edit_form"><i class="fa fa-pencil"></i> Edit</a> > </div> > [% FOR message IN messages %] > [% IF message.type == "error" %] >@@ -165,8 +165,8 @@ > </select> > = > <input type="text" value="[% condition.value %]" name="condition_value_[% id%]" /> >- <a class="add_block" style="cursor:pointer"><i class="icon-plus"></i></a> >- <a class="remove_block" style="cursor:pointer"><i class="icon-remove"></i></a> >+ <a class="add_block" style="cursor:pointer"><i class="fa fa-plus"></i></a> >+ <a class="remove_block" style="cursor:pointer"><i class="fa fa-trash"></i></a> > </div> > [% END %] > </div> >@@ -186,8 +186,8 @@ > </select> > = > <input type="text" value="[% substitution.value %]" name="substitution_value_[% id %]" /> >- <a class="add_block" style="cursor:pointer"><i class="icon-plus"></i></a> >- <a class="remove_block" style="cursor:pointer"><i class="icon-remove"></i></a> >+ <a class="add_block" style="cursor:pointer"><i class="fa fa-plus"></i></a> >+ <a class="remove_block" style="cursor:pointer"><i class="fa fa-trash"></i></a> > </div> > [% END %] > </div> >@@ -223,8 +223,8 @@ > </select> > = > <input type="text" value="" name="condition_value" /> >- <a class="add_block" style="cursor:pointer"><i class="icon-plus"></i></a> >- <a class="remove_block" style="cursor:pointer"><i class="icon-remove"></i></a> >+ <a class="add_block" style="cursor:pointer"><i class="fa fa-plus"></i></a> >+ <a class="remove_block" style="cursor:pointer"><i class="fa fa-trash"></i></a> > </div> > </div> > <div class="blocks"> >@@ -238,8 +238,8 @@ > </select> > = > <input type="text" value="" name="substitution_value" /> >- <a class="add_block" style="cursor:pointer"><i class="icon-plus"></i></a> >- <a class="remove_block" style="cursor:pointer"><i class="icon-remove"></i></a> >+ <a class="add_block" style="cursor:pointer"><i class="fa fa-plus"></i></a> >+ <a class="remove_block" style="cursor:pointer"><i class="fa fa-trash"></i></a> > </div> > </div> > <a class="add_rule" style="cursor:pointer">Add this rule</a> >-- >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 16021
:
48865
|
48886
|
48949