aboutsummaryrefslogtreecommitdiffstats
path: root/view/sv/settings_nick_unset.tpl
diff options
context:
space:
mode:
authorerik <eeeeeee@utpost.se>2011-03-11 20:12:32 +0100
committererik <eeeeeee@utpost.se>2011-03-11 20:12:32 +0100
commite94ae8d396b8583407b140faf211f4f92a503bc6 (patch)
treee349d2f2186469d7a989e8e757e9b5b33535bbb9 /view/sv/settings_nick_unset.tpl
parent0578751cc9820fcc028d8761e2ba8926dbcfbb05 (diff)
downloadvolse-hubzilla-e94ae8d396b8583407b140faf211f4f92a503bc6.tar.gz
volse-hubzilla-e94ae8d396b8583407b140faf211f4f92a503bc6.tar.bz2
volse-hubzilla-e94ae8d396b8583407b140faf211f4f92a503bc6.zip
commit001
Diffstat (limited to 'view/sv/settings_nick_unset.tpl')
-rw-r--r--view/sv/settings_nick_unset.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/sv/settings_nick_unset.tpl b/view/sv/settings_nick_unset.tpl
new file mode 100644
index 000000000..903768b59
--- /dev/null
+++ b/view/sv/settings_nick_unset.tpl
@@ -0,0 +1,14 @@
+
+<div id="settings-nick-wrapper" >
+<p id="settings-nickname-desc">
+Your profile URL is currently <strong>'$baseurl/profile/$uid'</strong>.
+Setting a nickname will allow a friendly profile URL such as
+<strong>'nickname@$basepath'</strong>.
+<br />
+Once set, it can never be changed. The nickname <strong>must</strong> start with a letter; and only letters, numbers, dashes, and underscores are allowed.
+</p>
+<label id="settings-nick-label" for="settings-nick" >URL Nickname: </label>
+<input type="text" name="nick" id="settings-nick" value="$nickname" />
+</div>
+<div id="settings-nick-end" ></div>
+