aboutsummaryrefslogtreecommitdiffstats
path: root/view/fr/settings_nick_unset.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-24 07:33:56 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-01-24 07:33:56 +0100
commit4198efe03570606b35f3aba6cdf7f80de20384f4 (patch)
tree5a59cf3b29a70f22728e25d7c46ab8648bcda407 /view/fr/settings_nick_unset.tpl
parent2319bc43bf3f837c22daa5067dcf538e8b5a792d (diff)
parent205a2b8930c9d519c06f106d5d37702f8f69d013 (diff)
downloadvolse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.tar.gz
volse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.tar.bz2
volse-hubzilla-4198efe03570606b35f3aba6cdf7f80de20384f4.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/fr/settings_nick_unset.tpl')
-rw-r--r--view/fr/settings_nick_unset.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/fr/settings_nick_unset.tpl b/view/fr/settings_nick_unset.tpl
new file mode 100644
index 000000000..903768b59
--- /dev/null
+++ b/view/fr/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>
+