From f1fe36c210e7ebf80cf3665d469464cd6c878317 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Mar 2016 07:54:22 -0500 Subject: [PATCH] Bug 16062 - Remove CSS and images related to old "approve" and "deny" button styles Content-Type: text/plain; charset="utf-8" Now that confirmation dialogs have all been udpated to use Font Awesome icons, the old CSS for styling "approve" and "deny" buttons can be removed along with the associated images. To test, apply the patchs for Bugs 16061 and 16064 if necessary. - Search the templates for instances of the "approve" or "deny" class which don't have a Font Awesome icon associated with it. There should be none. - Confirm that there are no other references to the files "approve.gif" and "deny.gif" --- koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 12 +----------- koha-tmpl/intranet-tmpl/prog/img/approve.gif | Bin 204 -> 0 bytes koha-tmpl/intranet-tmpl/prog/img/deny.gif | Bin 381 -> 0 bytes 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/approve.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/img/deny.gif diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index e6116ce..d5e6b76 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1122,21 +1122,11 @@ div.first fieldset { .dialog input[type="submit"] { background : #FFF none; } - -.dialog input.approve, td input.approve { - background : #FFF url(../../img/approve.gif) no-repeat 4px center; - padding : .4em .4em .4em 25px; - } - + td input.approve { background-color : #FFC; } -.dialog input.deny { - background : #FFF url(../../img/deny.gif) no-repeat 4px center; - padding : .4em .4em .4em 25px; - } - .dialog input.save { background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center; color:black; diff --git a/koha-tmpl/intranet-tmpl/prog/img/approve.gif b/koha-tmpl/intranet-tmpl/prog/img/approve.gif deleted file mode 100644 index 8064cf21415c77d977ea9e6357f144fe9635dc3b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmZ?wbhEHb6k-r!IKsfdFf;A{|NjkVHXE#IKL6%X!u|#8@1GZ#U-04QH;2tV3vM3E zKe|$3S>^txH}8LX6R>mIg*T52j;#dhBN8b7WMLIyU}Vq%sR!A~!0MTx(3g@qFC)vW z(@W`e^A05=ku4rFUUF~t-qCyHEK{)WU_x1z4bNf@hDk;;e0>d!3I&=BtjfyA8EhB= UZiyRwlVvy`@T+z}x&(Hts`SVZv_I;bB(RO(&<@ zUS3bCs@^VH^5@;V`?0YvCr>`d!NEW?p!k!8RfK_yK?h_5$WIJxvm9CrJanY`Pb@JC ze4wLttnJAoNi~a!?#r!m49s{=Ur?@8P-^Nfn6NNFA?6{AvV#Rj_d!O-M3p{H9;tLe z5f+6c58+fr20qDpFJ5*&MLt1=LN_rUK{hEi4k=lW@P#rGscqbDj6571^1NKa+|r`b w;sH)_3VBS-F5H5m>=U_|S^AGVv$8NrIOj-atrchP0NV;}BLDyZ -- 2.1.4