пепяо с табами

This commit is contained in:
ZAZiOs 2022-11-23 22:29:59 +03:00 committed by GitHub
parent b35cebfa10
commit 4ddd0001fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,27 +30,26 @@
<td class="regform-right"> <td class="regform-right">
<input id="password" type="password" name="password" required /> <input id="password" type="password" name="password" required />
</td> </td>
</tr> </tr>
{if $is2faEnabled} {if $is2faEnabled}
<tr style="text-align: right;"> <tr style="text-align: right;">
<td class="regform-left"> <td class="regform-left">
<span class="nobold">{_"2fa_code_2"}: </span> <span class="nobold">{_"2fa_code_2"}: </span>
</td> </td>
<td class="regform-right"> <td class="regform-right">
<input id="password" type="password" name="password" required /> <input id="password" type="password" name="password" required />
</td> </td>
</tr> </tr>
{/if} {/if}
<tr> <tr>
<td> <td>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<center> <center>
<input type="hidden" name="hash" value="{$csrfToken}" /> <input type="hidden" name="hash" value="{$csrfToken}" />
<input type="submit" value="{_reset_password}" class="button" /> <input type="submit" value="{_reset_password}" class="button" />
</center> </center>
</form> </form>
{/block} {/block}