mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-04 18:47:10 +00:00
confirm dangerous actions in prefs, main quick-delete action change
This commit is contained in:
@@ -353,7 +353,7 @@
|
||||
|
||||
while ($line = db_fetch_assoc($result)) {
|
||||
|
||||
$feed = $line["title"];
|
||||
$feed = db_unescape_string($line["title"]);
|
||||
$feed_id = $line["id"];
|
||||
|
||||
$subop = $_GET["subop"];
|
||||
@@ -2986,7 +2986,8 @@
|
||||
name=\"subop\" value=\"Save configuration\">";
|
||||
|
||||
print " <input class=\"button\" type=\"submit\"
|
||||
name=\"subop\" value=\"Reset to defaults\"></p>";
|
||||
name=\"subop\" onclick=\"return validatePrefsReset()\"
|
||||
value=\"Reset to defaults\"></p>";
|
||||
|
||||
print "</form>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user