Fix push icons path

This commit is contained in:
Romain Neutron
2012-02-13 23:01:37 +01:00
parent 7e069cf151
commit 593879a91a
6 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ class eventsmanager_notify_validate extends eventsmanager_notifyAbstract
*/ */
public function icon_url() public function icon_url()
{ {
return '/skins/icons/push.png'; return '/skins/icons/push16.png';
} }
/** /**

View File

@@ -42,7 +42,7 @@ class eventsmanager_notify_validationdone extends eventsmanager_notifyAbstract
*/ */
public function icon_url() public function icon_url()
{ {
return '/skins/icons/push.png'; return '/skins/icons/push16.png';
} }
/** /**

View File

@@ -42,7 +42,7 @@ class eventsmanager_notify_validationreminder extends eventsmanager_notifyAbstra
*/ */
public function icon_url() public function icon_url()
{ {
return '/skins/icons/push.png'; return '/skins/icons/push16.png';
} }
/** /**

View File

@@ -5,7 +5,7 @@
{% if context == 'Push' %} {% if context == 'Push' %}
<img style="margin:10px;" src="/skins/icons/Push64.png"/> <img style="margin:10px;" src="/skins/icons/Push64.png"/>
{% else %} {% else %}
<img src="/skins/prod/Push/Feedback_logo.png"/> <img style="margin:10px;" src="/skins/prod/Push/Feedback60.png"/>
{% endif %} {% endif %}
</div> </div>
<div class="PNB content" style="top:100px;"> <div class="PNB content" style="top:100px;">

View File

@@ -937,7 +937,7 @@ form.phrasea_query input.query{
} }
.history-validate .history-validate
{ {
background-image:url(/skins/icons/push.png); background-image:url(/skins/icons/push16.png);
} }
.history-edit .history-edit
{ {

View File

@@ -939,7 +939,7 @@ form.phrasea_query input.query{
} }
.history-validate .history-validate
{ {
background-image:url(/skins/icons/push.png); background-image:url(/skins/icons/push16.png);
} }
.history-edit .history-edit
{ {