mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +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')) {
|
||||
|
||||
@@ -311,7 +311,7 @@
|
||||
<img style='vertical-align : top;' src='".theme_image($link, "images/sign_quest.png")."'></a>
|
||||
</div>";
|
||||
|
||||
print "<button onclick=\"return displayDlg('quickAddFilter', false)\">".
|
||||
print "<button onclick=\"return quickAddFilter()\">".
|
||||
__('Create filter')."</button> ";
|
||||
|
||||
print "<button onclick=\"return editSelectedFilter()\">".
|
||||
|
||||
Reference in New Issue
Block a user