diff options
author | Friendika <info@friendika.com> | 2011-01-18 19:25:28 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-18 19:25:28 -0800 |
commit | b40281802ffce0b977cb0b1c4d02902ecf82e753 (patch) | |
tree | 512b05743036a083b68cce77e64b69475bc66a5d /view/it/profile_edit.tpl | |
parent | 028460a5c1de4833bb1dcfaa945c1292952bf923 (diff) | |
download | volse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.tar.gz volse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.tar.bz2 volse-hubzilla-b40281802ffce0b977cb0b1c4d02902ecf82e753.zip |
personal title
Diffstat (limited to 'view/it/profile_edit.tpl')
-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 |