diff options
Diffstat (limited to 'view/it')
-rw-r--r-- | view/it/profile_edit.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/it/profile_edit.tpl b/view/it/profile_edit.tpl index db2957bac..e5d0976ec 100644 --- a/view/it/profile_edit.tpl +++ b/view/it/profile_edit.tpl @@ -29,6 +29,13 @@ $default </div> <div id="profile-edit-name-end"></div> +<div id="profile-edit-pdesc-wrapper" > +<label id="profile-edit-pdesc-label" for="profile-edit-pdesc" >Il tuo titolo: </label> +<input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="$pdesc" /> +</div> +<div id="profile-edit-pdesc-end"></div> + + <div id="profile-edit-gender-wrapper" > <label id="profile-edit-gender-label" for="gender-select" >Il tuo sesso: </label> $gender |