mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 20:59:13 +00:00
replace a few more controls to new style
This commit is contained in:
@@ -1325,7 +1325,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
</button>
|
||||
|
||||
<label class='checkbox'>
|
||||
<?php print_checkbox("include_settings", true, "1", "") ?>
|
||||
<?= \Controls\checkbox_tag("include_settings", true, "1") ?>
|
||||
<?= __("Include settings") ?>
|
||||
</label>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user