mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-27 14:48:08 -05:00
Small fixes to follow @marienfressinaud recommandations
This commit is contained in:
@@ -77,13 +77,13 @@
|
||||
<ul class="dropdown-menu">
|
||||
<li class="dropdown-close"><a href="#close">❌</a></li>
|
||||
<li class="item"><a href="<?php echo _url ('index', 'index', 'get', 'f_!!!!!!'); ?>"><?php echo Minz_Translate::t ('filter'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('stats', 'repartition', 'id', '!!!!!!'); ?>"><?php echo Minz_Translate::t ('stats'); ?></a></li>
|
||||
<li class="item"><a target="_blank" href="http://example.net/"><?php echo Minz_Translate::t ('see_website'); ?></a></li>
|
||||
<?php if ($this->loginOk) { ?>
|
||||
<li class="separator"></li>
|
||||
<li class="item"><a href="<?php echo _url ('configure', 'feed', 'id', '!!!!!!'); ?>"><?php echo Minz_Translate::t ('administration'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('feed', 'actualize', 'id', '!!!!!!'); ?>"><?php echo Minz_Translate::t ('actualize'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('entry', 'read', 'get', 'f_!!!!!!'); ?>"><?php echo Minz_Translate::t ('mark_read'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('stats', 'repartition', 'id', '!!!!!!'); ?>"><?php echo Minz_Translate::t ('stats'); ?></a></li>
|
||||
<?php } ?>
|
||||
</ul>
|
||||
</script>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php $this->partial('aside_stats'); ?>
|
||||
<?php $this->partial ('aside_stats'); ?>
|
||||
|
||||
<div class="post content">
|
||||
<a href="<?php echo _url ('index', 'index'); ?>"><?php echo _t ('back_to_rss_feeds'); ?></a>
|
||||
@@ -6,8 +6,8 @@
|
||||
<?php if ($this->feed) {?>
|
||||
<h1>
|
||||
<?php echo _t ('stats_repartition'), " - "; ?>
|
||||
<a href="<?php echo _url('configure', 'feed', 'id', $this->feed->id()); ?>"
|
||||
title="<?php echo date('Y-m-d', $feed['last_date']); ?>">
|
||||
<a href="<?php echo _url ('configure', 'feed', 'id', $this->feed->id()); ?>"
|
||||
title="<?php echo date ('Y-m-d', $feed['last_date']); ?>">
|
||||
<?php echo $this->feed->name(); ?>
|
||||
</a>
|
||||
</h1>
|
||||
@@ -97,4 +97,4 @@ function initStats() {
|
||||
|
||||
}
|
||||
initStats();
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user