aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-24 16:41:46 -0800
committerredmatrix <git@macgirvin.com>2016-02-24 16:41:46 -0800
commit2b95580cc006b410c8df7b71846872b0defba68d (patch)
treeb5419fb307365b645eb383423e3f3bf26402b176
parent7e6febe2a6609457eca1f1caf650375534780048 (diff)
parent93b84f1262bbbf467bab266288e6676d896ac2c8 (diff)
downloadvolse-hubzilla-2b95580cc006b410c8df7b71846872b0defba68d.tar.gz
volse-hubzilla-2b95580cc006b410c8df7b71846872b0defba68d.tar.bz2
volse-hubzilla-2b95580cc006b410c8df7b71846872b0defba68d.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
-rw-r--r--mod/register.php1
-rw-r--r--view/css/bootstrap-red.css2
-rw-r--r--view/nl/hstrings.php6
-rw-r--r--view/theme/redbasic/schema/boxy.css6
4 files changed, 6 insertions, 9 deletions
diff --git a/mod/register.php b/mod/register.php
index 2de13feae..b533483f7 100644
--- a/mod/register.php
+++ b/mod/register.php
@@ -250,6 +250,7 @@ function register_content(&$a) {
'$role' => $role,
'$default_role' => $default_role,
'$nickname' => $nickname,
+ '$enable_tos' => $enable_tos,
'$tos' => $tos,
'$email' => $email,
'$pass1' => $password,
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index 29164c7ad..777bf69eb 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -37,7 +37,7 @@ nav .navbar-header img {
nav .dropdown-menu {
max-height: 450px;
- max-width: 300px;
+ width: 270px;
overflow-y: auto;
margin-top: 0px;
}
diff --git a/view/nl/hstrings.php b/view/nl/hstrings.php
index 6bac66a1e..37212e1ab 100644
--- a/view/nl/hstrings.php
+++ b/view/nl/hstrings.php
@@ -1847,8 +1847,8 @@ $a->strings["Public Sites"] = "Openbare hubs";
$a->strings["The listed sites allow public registration for the \$Projectname network. All sites in the network are interlinked so membership on any of them conveys membership in the network as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Op de hier weergegeven hubs kan iedereen zich voor het \$Projectname-netwerk aanmelden. Alle hubs in het \$Projectname-netwerk zijn met elkaar verbonden, dus maakt het qua lidmaatschap niet uit waar je je aanmeldt. Op sommige hubs heb je eerst goedkeuring nodig en sommige hubs vereisen betaalde abonnementen voor uitbreidingen. <strong>Mogelijk</strong> wordt hierover op de hub zelf meer informatie gegeven.";
$a->strings["Rate this hub"] = "Beoordeel deze hub";
$a->strings["Site URL"] = "URL hub";
-$a->strings["Access Type"] = "Toegangstype";
-$a->strings["Registration Policy"] = "Registratiebeleid";
+$a->strings["Access Type"] = "Toegangs-<br/>&nbsp;type";
+$a->strings["Registration Policy"] = "Registratie-<br/>&nbsp;beleid";
$a->strings["Project"] = "Project";
$a->strings["View hub ratings"] = "Beoordelingen";
$a->strings["Rate"] = "Beoordeel";
@@ -1877,7 +1877,7 @@ $a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"]
$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze \$Projectname-hub heeft het maximum aantal dagelijks toegestane registraties bereikt. Probeer het morgen (UTC) nogmaals.";
$a->strings["Terms of Service"] = "Gebruiksvoorwaarden";
$a->strings["I accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub";
-$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik accepteer de %s van deze \$Projectname-hub";
+$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ik ben 13 jaar of ouder en accepteer de %s van deze \$Projectname-hub";
$a->strings["Membership on this site is by invitation only."] = "Registreren op deze \$Projectname-hub kan alleen op uitnodiging.";
$a->strings["Please enter your invitation code"] = "Vul jouw uitnodigingscode in";
$a->strings["Enter your name"] = "Vul jouw naam in";
diff --git a/view/theme/redbasic/schema/boxy.css b/view/theme/redbasic/schema/boxy.css
index ad3e587f0..43ef3e34e 100644
--- a/view/theme/redbasic/schema/boxy.css
+++ b/view/theme/redbasic/schema/boxy.css
@@ -3,9 +3,5 @@
}
.wall-item-content-wrapper.comment {
- border-width: 0px 0px 1px 0px;
-}
-
-.hide-comments-outer {
- border-width: 1px 0px 1px 0px;
+ border-bottom: 1px solid #ccc;
}