From e73df9ed1d076c19aca384d9967f9257ac020b4e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 24 Feb 2016 23:16:42 +0100 Subject: give nav dropdowns a fixed width to preventtext-overflow: ellipsis cut of to much of the text in some situations --- view/css/bootstrap-red.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3 From 9d3ce5597863e90fc3d28ceb500d1ce0a7023e5b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 25 Feb 2016 00:24:58 +0100 Subject: fix boxy scheme --- view/theme/redbasic/schema/boxy.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; } -- cgit v1.2.3 From 01a8292d653205f7ab0288176af878804039941f Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Thu, 25 Feb 2016 01:04:37 +0100 Subject: fix TOS --- mod/register.php | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3 From 93b84f1262bbbf467bab266288e6676d896ac2c8 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Thu, 25 Feb 2016 01:39:50 +0100 Subject: interim dutch string update --- view/nl/hstrings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 may 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. Mogelijk 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-
 type"; +$a->strings["Registration Policy"] = "Registratie-
 beleid"; $a->strings["Project"] = "Project"; $a->strings["View hub ratings"] = "Beoordelingen"; $a->strings["Rate"] = "Beoordeel"; @@ -1877,7 +1877,7 @@ $a->strings["Register at another affiliated site/hub"] $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"; -- cgit v1.2.3