mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:25:55 +00:00
Feeds: shorten some method names
finally rename "view as rss"
This commit is contained in:
@@ -93,7 +93,7 @@ class Af_Psql_Trgm extends Plugin {
|
||||
print " <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"$article_link\">".
|
||||
$line["title"]."</a>";
|
||||
|
||||
print " (<a href=\"#\" onclick=\"Feeds.viewfeed({feed:".$line["feed_id"]."})\">".
|
||||
print " (<a href=\"#\" onclick=\"Feeds.open({feed:".$line["feed_id"]."})\">".
|
||||
htmlspecialchars($line["feed_title"])."</a>)";
|
||||
|
||||
print " <span class='insensitive'>($sm)</span>";
|
||||
|
||||
@@ -18,7 +18,7 @@ class Toggle_Sidebar extends Plugin {
|
||||
function hook_main_toolbar_button() {
|
||||
?>
|
||||
|
||||
<button dojoType="dijit.form.Button" onclick="Feeds.collapseFeedlist()">
|
||||
<button dojoType="dijit.form.Button" onclick="Feeds.toggle()">
|
||||
<img src="plugins/toggle_sidebar/application_side_list.png"
|
||||
title="<?php echo __('Collapse feedlist') ?>">
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user