Jump to content

Cambiar de etiquetas de Formularios


Frank Asencio

Recommended Posts

Hola @Frank Asencio

Puedes cambiar el texto en el fichero authentication.tpl de la ruta /themes/tutheme

Y cambiar el texto marcado:

<fieldset class="account_creation dni titled_box">
            <h2><span>{l s='Tax identification'}</span></h2>
            <p class="required text">
                <label for="dni">{l s='Identification number'}</label>
                <input type="text" class="text" name="dni" id="dni" value="{if isset($smarty.post.dni)}{$smarty.post.dni}{/if}" />
                <span class="form_info">{l s='DNI / NIF / NIE'}</span>
            </p>
        </fieldset>

Edited by nest4 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...