Close button for site modified files notification
This commit is contained in:
parent
8ddfbf37c3
commit
eb837e3685
6 changed files with 133 additions and 16 deletions
|
@ -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">×</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">×</a>
|
||||
</div>
|
||||
|
||||
<!-- Loadingscreen -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue