aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-06 00:03:24 -0800
committerfriendica <info@friendica.com>2012-12-06 00:03:24 -0800
commitc6b8ab534f4516605ed276b9f8677f9cf578ea45 (patch)
treed920a212cf7cbf583f87d874e47dc98abd271dd7 /view
parentd715febf7c981f8b65fddb0952e769df56ba081f (diff)
downloadvolse-hubzilla-c6b8ab534f4516605ed276b9f8677f9cf578ea45.tar.gz
volse-hubzilla-c6b8ab534f4516605ed276b9f8677f9cf578ea45.tar.bz2
volse-hubzilla-c6b8ab534f4516605ed276b9f8677f9cf578ea45.zip
fixed several little nit bugs that cropped up during deployment
Diffstat (limited to 'view')
-rw-r--r--view/en/register_open_eml.tpl30
-rw-r--r--view/theme/redbasic/css/style.css6
-rw-r--r--view/tpl/nav.tpl31
3 files changed, 27 insertions, 40 deletions
diff --git a/view/en/register_open_eml.tpl b/view/en/register_open_eml.tpl
index c55ac1e7e..68c4a722b 100644
--- a/view/en/register_open_eml.tpl
+++ b/view/en/register_open_eml.tpl
@@ -1,32 +1,16 @@
-Dear $[username],
- Thank you for registering at $[sitename]. Your account has been created.
+An account has been created at $[sitename] for this email address.
The login details are as follows:
-
Site Location: $[siteurl]
-Login Name: $[email]
-Password: $[password]
-
-You may change your password from your account "Settings" page after logging
-in.
-
-Please take a few moments to review the other account settings on that page.
-
-You may also wish to add some basic information to your default profile
-(on the "Profiles" page) so that other people can easily find you.
-
-We recommend setting your full name, adding a profile photo,
-adding some profile "keywords" (very useful in making new friends) - and
-perhaps what country you live in; if you do not wish to be more specific
-than that.
-
-We fully respect your right to privacy, and none of these items are necessary.
-If you are new and do not know anybody here, they may help
-you to make some new and interesting friends.
+Login: $[email]
+Password: $[password]
+If this account was created without your knowledge and is not desired, please
+login and remove the account from the links on the Settings page, and we
+apologise for any inconvenience.
-Thank you and welcome to $[sitename].
+Thank you and welcome.
Sincerely,
$[sitename] Administrator
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7dbea7acf..afe2f8979 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -409,13 +409,13 @@ div.wall-item-content-wrapper.shiny {
margin-bottom: 25px;
}
-#label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
+#label-register-name, #label-register-nickname, #label-register-openid {
float: left;
width: 350px;
margin-top: 10px;
}
-#register-name, #register-email, #register-nickname {
+#register-name, #register-nickname {
float: left;
margin-top: 10px;
width: 150px;
@@ -659,6 +659,7 @@ input#dfrn-url {
.profile-edit-side-link {
opacity: 0.3;
filter:alpha(opacity=30);
+ float: right;
}
.profile-edit-side-link:hover {
opacity: 1.0;
@@ -3552,6 +3553,7 @@ nav #nav-help-link,
nav #nav-search-link,
nav #nav-directory-link,
nav #nav-apps-link,
+nav #nav-user-linkmenu,
nav #nav-site-linkmenu {
float: right;
}
diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl
index 5e909e172..234b20854 100644
--- a/view/tpl/nav.tpl
+++ b/view/tpl/nav.tpl
@@ -10,21 +10,6 @@
</li>
{{ endif }}
- {{ if $userinfo }}
- <li id="nav-user-linkmenu" class="nav-menu-icon"><a href="#" rel="#nav-user-menu" title="$userinfo.name"><img src="$userinfo.icon" alt="$userinfo.name"></a>
- {{ if $localuser }}
- <ul id="nav-user-menu" class="menu-popup">
- {{ for $nav.usermenu as $usermenu }}
- <li><a class="$usermenu.2" href="$usermenu.0" title="$usermenu.3">$usermenu.1</a></li>
- {{ endfor }}
-
- {{ if $nav.notifications }}<li><a class="$nav.notifications.2" href="$nav.notifications.0" title="$nav.notifications.3" >$nav.notifications.1</a></li>{{ endif }}
- {{ if $nav.messages }}<li><a class="$nav.messages.2" href="$nav.messages.0" title="$nav.messages.3" >$nav.messages.1</a></li>{{ endif }}
- {{ if $nav.contacts }}<li><a class="$nav.contacts.2" href="$nav.contacts.0" title="$nav.contacts.3" >$nav.contacts.1</a></li>{{ endif }}
- </ul>
- {{ endif }}
- </li>
- {{ endif }}
{{ if $nav.network }}
<li id="nav-network-link" class="nav-menu $sel.network">
@@ -72,6 +57,22 @@
</ul>
</li>
+ {{ if $userinfo }}
+ <li id="nav-user-linkmenu" class="nav-menu-icon"><a href="#" rel="#nav-user-menu" title="$userinfo.name"><img src="$userinfo.icon" alt="$userinfo.name"></a>
+ {{ if $localuser }}
+ <ul id="nav-user-menu" class="menu-popup">
+ {{ for $nav.usermenu as $usermenu }}
+ <li><a class="$usermenu.2" href="$usermenu.0" title="$usermenu.3">$usermenu.1</a></li>
+ {{ endfor }}
+
+ {{ if $nav.notifications }}<li><a class="$nav.notifications.2" href="$nav.notifications.0" title="$nav.notifications.3" >$nav.notifications.1</a></li>{{ endif }}
+ {{ if $nav.messages }}<li><a class="$nav.messages.2" href="$nav.messages.0" title="$nav.messages.3" >$nav.messages.1</a></li>{{ endif }}
+ {{ if $nav.contacts }}<li><a class="$nav.contacts.2" href="$nav.contacts.0" title="$nav.contacts.3" >$nav.contacts.1</a></li>{{ endif }}
+ </ul>
+ {{ endif }}
+ </li>
+ {{ endif }}
+
{{ if $nav.help }}
<li id="nav-help-link" class="nav-menu $sel.help">
<a class="$nav.help.2" target="friendika-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a>