mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 13:01:29 +00:00
tweak top25 feeds dialog when no feeds are found
This commit is contained in:
@@ -104,13 +104,17 @@
|
||||
}
|
||||
|
||||
if ($feedctr == 0) {
|
||||
print "<li>".__('No feeds found to subscribe.')."</li>";
|
||||
print "<li style=\"text-align : center\"><p>".__('No feeds found.')."</p></li>";
|
||||
$subscribe_btn_disabled = "disabled";
|
||||
} else {
|
||||
$subscribe_btn_disabled = "";
|
||||
}
|
||||
|
||||
print "</ul>";
|
||||
|
||||
print "<div align='center'>
|
||||
<input type=\"submit\" class=\"button\"
|
||||
$subscribe_btn_disabled
|
||||
onclick=\"feedBrowserSubscribe()\" value=\"".__('Subscribe')."\">
|
||||
<input type='submit' class='button'
|
||||
onclick=\"closeInfoBox()\" value=\"".__('Cancel')."\"></div>";
|
||||
|
||||
Reference in New Issue
Block a user