mirror of
https://github.com/openvk/openvk
synced 2025-07-08 00:39:50 +03:00
пепяо с табами
This commit is contained in:
parent
b35cebfa10
commit
4ddd0001fc
1 changed files with 13 additions and 14 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue