mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:35:56 +00:00
simplify dlgSec-related markup
This commit is contained in:
@@ -113,9 +113,13 @@ class Af_Readability extends Plugin {
|
||||
$key = array_search($feed_id, $enabled_feeds);
|
||||
$checked = $key !== FALSE ? "checked" : "";
|
||||
|
||||
print "<hr/><input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" id=\"af_readability_enabled\"
|
||||
print "<fieldset>";
|
||||
|
||||
print "<label class='checkbox'><input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" id=\"af_readability_enabled\"
|
||||
name=\"af_readability_enabled\"
|
||||
$checked> <label for=\"af_readability_enabled\">".__('Inline article content')."</label>";
|
||||
$checked> ".__('Inline article content')."</label>";
|
||||
|
||||
print "</fieldset>";
|
||||
|
||||
print "</div>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user