Tarea #1106 -> Cambiar el orden del campo fecha de nacimiento en el registro para poner el modelo americano (MM/DD/YYYY)
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@183 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
b225879696
commit
846e05f727
@ -139,14 +139,14 @@
|
||||
<div class="datebox">
|
||||
<label for="<?php bp_the_profile_field_input_name() ?>_day"><?php bp_the_profile_field_name() ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ) ?><?php endif; ?></label>
|
||||
|
||||
<select name="<?php bp_the_profile_field_input_name() ?>_day" id="<?php bp_the_profile_field_input_name() ?>_day">
|
||||
<?php bp_the_profile_field_options( 'type=day' ) ?>
|
||||
</select>
|
||||
|
||||
<select name="<?php bp_the_profile_field_input_name() ?>_month" id="<?php bp_the_profile_field_input_name() ?>_month">
|
||||
<?php bp_the_profile_field_options( 'type=month' ) ?>
|
||||
</select>
|
||||
|
||||
<select name="<?php bp_the_profile_field_input_name() ?>_day" id="<?php bp_the_profile_field_input_name() ?>_day">
|
||||
<?php bp_the_profile_field_options( 'type=day' ) ?>
|
||||
</select>
|
||||
|
||||
<select name="<?php bp_the_profile_field_input_name() ?>_year" id="<?php bp_the_profile_field_input_name() ?>_year">
|
||||
<?php bp_the_profile_field_options( 'type=year' ) ?>
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user