Skip to content

Commit

Permalink
add rocket icon image
Browse files Browse the repository at this point in the history
add rocket icon image
  • Loading branch information
Peter committed Feb 3, 2022
1 parent fae3884 commit 1241174
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Binary file added plugins/Morpheus/images/rocket-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions plugins/SitesManager/stylesheets/SitesManager.less
Expand Up @@ -122,6 +122,16 @@ td.editable-site-field:hover {
}

.site-without-data {
.card-title:after {
content: "";
background: url('plugins/Morpheus/images/rocket-icon.png') no-repeat;
background-size: 100%;
width: 20px;
height: 20px;
display: inline-block;
margin-left: 7px;
}

h3 {
font-weight: bold;
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/SitesManager/templates/siteWithoutData.twig
Expand Up @@ -25,9 +25,9 @@
</script>

<div class="site-without-data">
<div piwik-content-block content-title="{{ 'SitesManager_SiteWithoutDataTitle'|translate|e('html_attr') }} 🚀">
<div piwik-content-block content-title="{{ 'SitesManager_SiteWithoutDataTitle'|translate|e('html_attr') }}">

<p>&nbsp;</p>
<p>&nbsp;</p>
<p>{{ 'SitesManager_SiteWithoutDataDescription'|translate('<a href="mailto:?subject=' ~ 'SitesManager_EmailInstructionsSubject'|translate|url_encode|e('html_attr') ~ '&body=' ~ emailBody|url_encode|e('html_attr') ~ '">', '</a>')|raw }}</p>
<p>{{ 'SitesManager_SiteWithoutDataMessageDisappears'|translate }}</p>

Expand Down

0 comments on commit 1241174

Please sign in to comment.