Merge branch '3.1.x'

* 3.1.x:
  [ticket/13934] Add enctype clause for profile fields
This commit is contained in:
Tristan Darricau 2015-10-08 15:45:46 +02:00
commit 73f9e7936a
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
</div>
<!-- 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 -->

View file

@ -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>
<legend>{L_USER_PROFILE}</legend>

View file

@ -14,7 +14,7 @@
// ]]>
</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="inner">