aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/profile.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/profile.tpl')
-rw-r--r--template/default/profile.tpl30
1 files changed, 6 insertions, 24 deletions
diff --git a/template/default/profile.tpl b/template/default/profile.tpl
index 7d435304f..6bb881891 100644
--- a/template/default/profile.tpl
+++ b/template/default/profile.tpl
@@ -8,29 +8,28 @@
</div>
<!-- END errors -->
-<!-- BEGIN profile -->
<div class="titrePage">{L_TITLE}</div>
-<!-- END profile -->
+
<form method="post" name="profile" action="{F_ACTION}">
+
+<input type="hidden" name="userid" value="{USERID}" />
+
<table width="70%" align="center">
<tr class="admin">
<th colspan="2">{L_REGISTRATION_INFO}</th>
</tr>
<tr>
<td width="50%">{L_USERNAME}</td>
- <td><input type="text" name="username" value="{USERNAME}" />
- <input type="hidden" name="userid" value="{USERID}" /></td>
+ <td>{USERNAME}</td>
</tr>
<tr>
<td>{L_EMAIL}</td>
<td><input type="text" name="mail_address" value="{EMAIL}" /></td>
</tr>
- <!-- BEGIN profile -->
<tr>
<td>{L_CURRENT_PASSWORD} : <br /><span class="small">{L_CURRENT_PASSWORD_HINT}</span></td>
<td><input type="password" name="password" value="" /></td>
</tr>
- <!-- END profile -->
<tr>
<td>{L_NEW_PASSWORD} : <br /><span class="small">{L_NEW_PASSWORD_HINT}</span></td>
<td><input type="password" name="use_new_pwd" value="" /></td>
@@ -82,22 +81,6 @@
<td><input type="text" size="4" maxlength="4" name="maxheight" value="{MAXHEIGHT}" />
</td>
</tr>
-<!-- BEGIN admin -->
- <tr class="admin">
- <th colspan="2">{modify.admin.L_ADMIN_USER}</th>
- </tr>
- <tr>
- <td>{modify.admin.L_STATUS}</td>
- <td>{modify.admin.STATUS}
- </td>
- </tr>
- <tr>
- <td>{modify.admin.L_DELETE}<br />
- <span class="small">{modify.admin.L_DELETE_HINT}</span></td>
- <td><input name="user_delete" type="checkbox" value="1">
- </td>
- </tr>
-<!-- END admin -->
<tr>
<td colspan="2" align="center">
<input type="submit" name="validate" value="{L_SUBMIT}" class="bouton" />
@@ -106,8 +89,7 @@
</tr>
</table>
</form>
-<!-- BEGIN profile -->
+
<div style="text-align:center;margin:5px;">
<a href="{U_RETURN}" title="{L_RETURN_HINT}">[{L_RETURN}]</a>
</div>
-<!-- END profile -->