diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-05-21 21:40:16 -0700 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-05-21 21:40:16 -0700 |
commit | 4cff911939b263993eb41682ca558c975e2db01f (patch) | |
tree | 78f58e08d04413827744689d0f5df7660bee6caa /view/it/settings_nick_unset.tpl | |
parent | 2cf696d0b5d647e1741d2f94ee379aa19b25ae1b (diff) | |
parent | f3f063c0dd7fd8b706987b856d79c7b58924acbb (diff) | |
download | volse-hubzilla-4cff911939b263993eb41682ca558c975e2db01f.tar.gz volse-hubzilla-4cff911939b263993eb41682ca558c975e2db01f.tar.bz2 volse-hubzilla-4cff911939b263993eb41682ca558c975e2db01f.zip |
merged multipart email changes
Diffstat (limited to 'view/it/settings_nick_unset.tpl')
-rw-r--r-- | view/it/settings_nick_unset.tpl | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/view/it/settings_nick_unset.tpl b/view/it/settings_nick_unset.tpl deleted file mode 100644 index 8f4cba475..000000000 --- a/view/it/settings_nick_unset.tpl +++ /dev/null @@ -1,15 +0,0 @@ - -<div id="settings-nick-wrapper" > -<p id="settings-nickname-desc"> -L'URL del tuo profilo è <strong>'$baseurl/profile/$uid'</strong>. -Impostare un soprannome permetterà di avere un URL piĆ¹ aimchevole, come -<strong>'soprannome@$basepath'</strong>. -<br /> -Una volta impostato, non potr&agreve; più essere cambiato. Il soprannome <strong>deve</strong> -cominciare con una lettera; nel soprannome sono permessi solo lettere, numeri, trattini (-) e underscore (_). -</p> -<label id="settings-nick-label" for="settings-nick" >Soprannome: </label> -<input type="text" name="nick" id="settings-nick" value="$nickname" /> -</div> -<div id="settings-nick-end" ></div> - |