Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<a href="https://packagist.org/packages/openmage/magento-lts"><img src="https://poser.pugx.org/openmage/magento-lts/license.svg" alt="License"></a>
</p>

<img src="skin/adminhtml/default/default/images/flag-ua.svg?raw=true" width="20" align="top" alt=""> Stop russian war. **Free Ukraine!** ([Read more](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine))

# Magento - Long Term Support

This repository is the home of an **unofficial** community-driven project. It's goal is to be a dependable alternative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
?>

<div class="notification-global ua">
Stop russian war. <strong>Free Ukraine!</strong>
<a href="https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine" onclick="this.target='_blank';"><?php echo $this->__('Read details') ?></a>
</div>

<?php
/**
* @var $this Mage_Adminhtml_Block_Notification_Toolbar
Expand Down
1 change: 1 addition & 0 deletions skin/adminhtml/default/default/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ ul.tabs-horiz li a.active { border-bottom:1px solid #fff; background:#fff;
/* MESSAGES
*******************************************************************************/
.notification-global { padding:5px 27px 5px 47px; background:#fff9e9 url(images/error_msg_icon.gif) 27px 5px no-repeat; border-bottom:1px solid #eee2be; border-top:1px solid #eee2be; font-size:11px; line-height:16px; margin:0 0 -3px; color:#444; position:relative; }
.notification-global.ua { background:#fff9e9 url(images/flag-ua.svg) 28px 5px no-repeat; background-size: 14px; }
.notification-global-notice { background-image:url(images/note_msg_icon.gif); }
.notification-global .label { color:#eb5e00; }
.notification-global .clickable { cursor:pointer; }
Expand Down
4 changes: 4 additions & 0 deletions skin/adminhtml/default/default/images/flag-ua.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.