mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix push icons path
This commit is contained in:
@@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -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;">
|
||||||
|
@@ -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
|
||||||
{
|
{
|
||||||
|
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user