Close button for site modified files notification

This commit is contained in:
shortcutme 2019-02-05 15:54:32 +01:00
parent 8ddfbf37c3
commit eb837e3685
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
6 changed files with 133 additions and 16 deletions

View file

@ -44,7 +44,6 @@ else if (window.opener && window.opener.location.toString()) {
<a class='fixbutton-bg' href="{homepage}/"></a>
</div>
<!-- Notifications -->
<div class='notifications'>
<div class='notification template'><span class='notification-icon'>!</span> <span class='body'>Test notification</span><a class="close" href="#Close">&times;</a><div style="clear: both"></div></div>
@ -52,7 +51,12 @@ else if (window.opener && window.opener.location.toString()) {
<!-- Infopanel -->
<div class='infopanel'>
<div class="message"><span class='line line-1'>8 modified files</span><br><span class='line line-2'>content.json, data.json</span></div> <a href="#Publish" class="button button-submit">Sign & Publish</a>
<span class='closed-num'>8</span>
<div class="message">
<span class='line line-1'>8 modified files</span><br><span class='line line-2'>content.json, data.json</span>
</div>
<a href="#Publish" class="button button-submit">Sign & Publish</a>
<a href="#Close" class="close">&times;</a>
</div>
<!-- Loadingscreen -->