mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 04:25:57 +00:00
implement a simple pseudo-dashboard feed; display feeds having update errors there instead of client-based 'no feed selected' whiteBox plug (closes #189)
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
|
||||
<?php if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { ?>
|
||||
<div id="headlines-frame" class="headlines_normal">
|
||||
<div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
|
||||
<div class="whiteBox"><?php echo __('Loading, please wait...') ?></div></div>
|
||||
<div id="content-frame">
|
||||
<div id="resize-grabber"
|
||||
onmouseover="enable_resize(true)" onmouseout="enable_resize(false)"
|
||||
@@ -256,7 +256,7 @@
|
||||
<!-- <div class="whiteBox"> </div> --> </div>
|
||||
<?php } else { ?>
|
||||
<div id="headlines-frame" class="headlines_cdm">
|
||||
<div class="whiteBox"><?php echo __('No feed selected.') ?></div></div>
|
||||
<div class="whiteBox"><?php echo __('Loading, please wait...') ?></div></div>
|
||||
<?php } ?>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
Reference in New Issue
Block a user