mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:15:56 +00:00
rewrite per-feed/global strip images to strip media
This commit is contained in:
@@ -697,7 +697,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
print "<hr/><input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" id=\"hide_images\"
|
||||
name=\"hide_images\"
|
||||
$checked> <label for=\"hide_images\">".
|
||||
__('Do not embed images')."</label>";
|
||||
__('Do not embed media')."</label>";
|
||||
|
||||
$cache_images = $row["cache_images"];
|
||||
|
||||
@@ -888,7 +888,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
name=\"hide_images\"
|
||||
dojoType=\"dijit.form.CheckBox\"> <label class='insensitive' id=\"hide_images_l\"
|
||||
for=\"hide_images\">".
|
||||
__('Do not embed images')."</label>";
|
||||
__('Do not embed media')."</label>";
|
||||
|
||||
print " "; $this->batch_edit_cbox("hide_images", "hide_images_l");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user