mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 14:29:14 +00:00
more input focusing improvements in popup dialogs
This commit is contained in:
@@ -1177,10 +1177,10 @@
|
||||
__('Search')."</button>
|
||||
</div>";
|
||||
|
||||
print "<button onclick=\"javascript:displayDlg('quickAddFeed')\">"
|
||||
print "<button onclick=\"quickAddFeed()\">"
|
||||
.__('Subscribe to feed')."</button> ";
|
||||
|
||||
print "<button onclick=\"javascript:editSelectedFeed()\">".
|
||||
print "<button onclick=\"editSelectedFeed()\">".
|
||||
__('Edit feeds')."</button> ";
|
||||
|
||||
if (get_pref($link, 'ENABLE_FEED_CATS')) {
|
||||
|
||||
Reference in New Issue
Block a user