|
@@ -1,3 +1,5 @@
|
|
|
|
|
+<div id="first_load" class="loading"></div>
|
|
|
|
|
+
|
|
|
<?php
|
|
<?php
|
|
|
$actual_view = Minz_Request::actionName();
|
|
$actual_view = Minz_Request::actionName();
|
|
|
flush();
|
|
flush();
|
|
@@ -197,7 +199,7 @@
|
|
|
<?php } ?>
|
|
<?php } ?>
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<?php
|
|
<?php
|
|
|
if (FreshRSS_Context::$order === 'DESC') {
|
|
if (FreshRSS_Context::$order === 'DESC') {
|
|
|
$order = 'ASC';
|
|
$order = 'ASC';
|
|
@@ -214,8 +216,9 @@
|
|
|
<a id="toggle-order" class="btn" href="<?= Minz_Url::display($url_order) ?>" title="<?= $title ?>">
|
|
<a id="toggle-order" class="btn" href="<?= Minz_Url::display($url_order) ?>" title="<?= $title ?>">
|
|
|
<?= _i($icon) ?>
|
|
<?= _i($icon) ?>
|
|
|
</a>
|
|
</a>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<?php if (FreshRSS_Auth::hasAccess() || FreshRSS_Context::$system_conf->allow_anonymous_refresh) { ?>
|
|
<?php if (FreshRSS_Auth::hasAccess() || FreshRSS_Context::$system_conf->allow_anonymous_refresh) { ?>
|
|
|
<a id="actualize" class="btn" href="<?= _url('feed', 'actualize') ?>" title="<?= _t('gen.action.actualize') ?>"><?= _i('refresh') ?></a>
|
|
<a id="actualize" class="btn" href="<?= _url('feed', 'actualize') ?>" title="<?= _t('gen.action.actualize') ?>"><?= _i('refresh') ?></a>
|
|
|
<?php } ?>
|
|
<?php } ?>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+<?php flush(); ?>
|