1
0
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:
Andrew Dolgov
2021-02-16 18:50:18 +03:00
parent bf88c64d1e
commit f58c49beaa
6 changed files with 131 additions and 25 deletions

View File

@@ -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>