mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/13934] Add enctype clause for profile fields
Adds a template variable (the same) in all places where profile fields may need an enctype clause in the corresponding forms. PHPBB3-13934
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<form id="add_profile_field" method="post" action="{U_ACTION}">
|
<form id="add_profile_field" method="post" action="{U_ACTION}"{S_FORM_ENCTYPE}>
|
||||||
|
|
||||||
<!-- IF S_STEP_ONE -->
|
<!-- IF S_STEP_ONE -->
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
<form id="user_profile" method="post" action="{U_ACTION}">
|
<form id="user_profile" method="post" action="{U_ACTION}"{S_FORM_ENCTYPE}>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{L_USER_PROFILE}</legend>
|
<legend>{L_USER_PROFILE}</legend>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<form method="post" action="{S_UCP_ACTION}" id="register">
|
<form id="register" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
||||||
|
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
Reference in New Issue
Block a user