mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 11:21:29 +00:00
add namespaced controls with unified naming; deprecated old-style control shortcuts
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
<form action="public.php?return=<?= $return ?>"
|
||||
dojoType="dijit.form.Form" method="POST">
|
||||
|
||||
<?php print_hidden("op", "login"); ?>
|
||||
<?= \Controls\hidden_tag("op", "login"); ?>
|
||||
|
||||
<?php if (!empty($_SESSION["login_error_msg"])) { ?>
|
||||
<?= format_error($_SESSION["login_error_msg"]) ?>
|
||||
|
||||
Reference in New Issue
Block a user