|
|
@@ -345,6 +345,12 @@ endif;
|
|
|
<span class="small"><?php echo I18n::_('In case this message never disappears please have a look at <a href="">this FAQ for information to troubleshoot</a>.'); ?></span>
|
|
|
</div>
|
|
|
</section>
|
|
|
+ <section class="container">
|
|
|
+ <div id="noscript" role="alert" class="nonworking alert alert-info noscript-hide"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true">
|
|
|
+ <span> <?php echo I18n::_('Loading…'); ?></span><br>
|
|
|
+ <span class="small"><?php echo I18n::_('In case this message never disappears please have a look at <a href="https://github.com/PrivateBin/PrivateBin/wiki/FAQ#why-does-not-the-loading-message-go-away">this FAQ for information to troubleshoot</a>.'); ?></span>
|
|
|
+ </div>
|
|
|
+ </section>
|
|
|
<footer class="container">
|
|
|
<div class="row">
|
|
|
<h4 class="col-md-5 col-xs-8"><?php echo I18n::_('PrivateBin'); ?> <small>- <?php echo I18n::_('Because ignorance is bliss'); ?></small></h4>
|