Implementadas Varias funciones de Pago de Stripe para Opciones Personajes, La Tienda Todavia no esta implementada del todo (EXPERIMENTAL)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<option value="recover-accountname-form">Nombre de cuenta</option>
|
||||
<option value="recover-activationlink-form">Enlace de activación</option>
|
||||
</select>
|
||||
</p><form action="" method="POST" id="uw-recover-accountpassword-form" accept-charset="utf-8" style="">
|
||||
</p><form action="" method="POST" id="nw-recover-accountpassword-form" accept-charset="utf-8" style="">
|
||||
<table class="middle-center-table">
|
||||
<tbody><tr>
|
||||
<td><input type="text" maxlength="20" name="username" id="username" placeholder="Nombre de usuario"></td>
|
||||
@@ -45,7 +45,7 @@
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</form>
|
||||
<form action="" method="POST" id="uw-recover-accountname-form" accept-charset="utf-8" style="display: none;">
|
||||
<form action="" method="POST" id="nw-recover-accountname-form" accept-charset="utf-8" style="display: none;">
|
||||
<table class="middle-center-table">
|
||||
<tbody><tr>
|
||||
<td><input type="email" name="email" id="email" placeholder="Correo electrónico"></td>
|
||||
@@ -58,7 +58,7 @@
|
||||
</tr>
|
||||
</tbody></table>
|
||||
</form>
|
||||
<form action="" method="POST" id="uw-recover-activationlink-form" accept-charset="utf-8" style="display: none;">
|
||||
<form action="" method="POST" id="nw-recover-activationlink-form" accept-charset="utf-8" style="display: none;">
|
||||
<table class="middle-center-table">
|
||||
<tbody><tr>
|
||||
<td><input type="text" maxlength="20" name="username" id="username" placeholder="Nombre de usuario"></td>
|
||||
|
||||
Reference in New Issue
Block a user