8
templates/Sparkle/2fa/entercode.tpl
vendored
8
templates/Sparkle/2fa/entercode.tpl
vendored
@@ -6,20 +6,20 @@ $header
|
||||
<section class="loginsec">
|
||||
<form method="post" action="{$filename}" enctype="application/x-www-form-urlencoded">
|
||||
<fieldset>
|
||||
<legend>Froxlor - {\Froxlor\I18N\Lang::getAll()['login']['2fa']}</legend>
|
||||
<legend>Froxlor - {$lng['login']['2fa']}</legend>
|
||||
<p>
|
||||
<label for="2fa_code">{\Froxlor\I18N\Lang::getAll()['login']['2facode']}:</label>
|
||||
<label for="2fa_code">{$lng['login']['2facode']}:</label>
|
||||
<input type="text" name="2fa_code" id="2fa_code" value="" required/>
|
||||
</p>
|
||||
<p class="submit">
|
||||
<input type="hidden" name="action" value="2fa_verify" />
|
||||
<input type="hidden" name="send" value="send" />
|
||||
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['2fa']['2fa_verify']}" />
|
||||
<input type="submit" value="{$lng['2fa']['2fa_verify']}" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
<aside>
|
||||
<a href="index.php">{\Froxlor\I18N\Lang::getAll()['login']['backtologin']}</a>
|
||||
<a href="index.php">{$lng['login']['backtologin']}</a>
|
||||
</aside>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user