File: adm/style/acp_users_profile.html
Unmodified
Added
Modified
Removed
Line 1 | Line 1 |
---|
<form id="user_profile" method="post" action="{U_ACTION}">
| <form id="user_profile" method="post" action="{U_ACTION}"{S_FORM_ENCTYPE}>
|
<fieldset> <legend>{L_USER_PROFILE}</legend>
|
<fieldset> <legend>{L_USER_PROFILE}</legend>
|
| <!-- EVENT acp_users_profile_before -->
|
<dl> <dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt> <dd><input type="email" id="jabber" name="jabber" value="{JABBER}" /></dd>
| <dl> <dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt> <dd><input type="email" id="jabber" name="jabber" value="{JABBER}" /></dd>
|
Line 10 | Line 11 |
---|
<dt><label for="birthday">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt> <dd>{L_DAY}{L_COLON} <select id="birthday" name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> {L_MONTH}{L_COLON} <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> {L_YEAR}{L_COLON} <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></dd> </dl>
|
<dt><label for="birthday">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt> <dd>{L_DAY}{L_COLON} <select id="birthday" name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> {L_MONTH}{L_COLON} <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> {L_YEAR}{L_COLON} <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></dd> </dl>
|
| <!-- EVENT acp_users_profile_after -->
|
</fieldset>
<!-- IF .profile_fields -->
| </fieldset>
<!-- IF .profile_fields -->
|
Line 26 | Line 28 |
---|
<!-- END profile_fields --> </fieldset> <!-- ENDIF -->
|
<!-- END profile_fields --> </fieldset> <!-- ENDIF -->
|
| <!-- EVENT acp_users_profile_custom_after -->
|
<fieldset class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> {S_FORM_TOKEN}
| <fieldset class="quick"> <input class="button1" type="submit" name="update" value="{L_SUBMIT}" /> {S_FORM_TOKEN}
|