File: adm/style/acp_profile.html
Unmodified
Added
Modified
Removed
Line 20 | Line 20 |
---|
<form id="add_profile_field" method="post" action="{U_ACTION}"{S_FORM_ENCTYPE}>
<!-- IF S_STEP_ONE -->
|
<form id="add_profile_field" method="post" action="{U_ACTION}"{S_FORM_ENCTYPE}>
<!-- IF S_STEP_ONE -->
|
| {% EVENT acp_profile_options_before %}
|
<fieldset> <legend>{L_TITLE}</legend>
|
<fieldset> <legend>{L_TITLE}</legend>
|
| {% EVENT acp_profile_basic_options_before %}
|
<dl> <dt><label>{L_FIELD_TYPE}{L_COLON}</label><br /><span>{L_FIELD_TYPE_EXPLAIN}</span></dt> <dd><strong>{FIELD_TYPE}</strong></dd>
| <dl> <dt><label>{L_FIELD_TYPE}{L_COLON}</label><br /><span>{L_FIELD_TYPE_EXPLAIN}</span></dt> <dd><strong>{FIELD_TYPE}</strong></dd>
|
Line 43 | Line 46 |
---|
<dd><label><input type="radio" class="radio" id="field_no_view" name="field_no_view" value="0"<!-- IF not S_FIELD_NO_VIEW --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="field_no_view" value="1"<!-- IF S_FIELD_NO_VIEW --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl>
|
<dd><label><input type="radio" class="radio" id="field_no_view" name="field_no_view" value="0"<!-- IF not S_FIELD_NO_VIEW --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="field_no_view" value="1"<!-- IF S_FIELD_NO_VIEW --> checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl>
|
| {% EVENT acp_profile_basic_options_after %}
|
</fieldset>
|
</fieldset>
|
| {% EVENT acp_profile_visibility_options_before %}
|
<fieldset> <legend>{L_VISIBILITY_OPTION}</legend>
| <fieldset> <legend>{L_VISIBILITY_OPTION}</legend>
|
Line 87 | Line 93 |
---|
<dd><input class="text medium" type="text" name="field_contact_url" id="field_contact_url" value="{FIELD_CONTACT_URL}" /> <label for="field_contact_url">{L_FIELD_CONTACT_URL}</label></dd> <!-- EVENT acp_profile_contact_last --> </dl>
|
<dd><input class="text medium" type="text" name="field_contact_url" id="field_contact_url" value="{FIELD_CONTACT_URL}" /> <label for="field_contact_url">{L_FIELD_CONTACT_URL}</label></dd> <!-- EVENT acp_profile_contact_last --> </dl>
|
| {% EVENT acp_profile_contact_after %}
|
</fieldset>
|
</fieldset>
|
| {% EVENT acp_profile_visibility_options_after %}
|
<!-- IF S_EDIT_MODE --> <fieldset class="quick">
| <!-- IF S_EDIT_MODE --> <fieldset class="quick">
|