diff --git a/CHANGELOG b/CHANGELOG index 4528e8c..2b17b14 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,7 +10,7 @@ - script/install : new SSO policy - script/upgrade : removed "addaccess" parameter and added "clearaccess" (reset) - script/upgrade : new SSO policy -- update to movim 0.9 git2015-12-23 +- update to movim 0.9 git2015-12-24 1.3 2015-12-15 - Update to Movim 0.9 git2015-12-15 diff --git a/README.md b/README.md index b17aa11..e87f7e4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt. -Current Movim version : 0.9 git2015-12-23 +Current Movim version : 0.9 git2015-12-24 Please read CHANGELOG. diff --git a/sources/app/widgets/AccountNext/accountnext.tpl b/sources/app/widgets/AccountNext/accountnext.tpl index 0b714fa..2def5b2 100644 --- a/sources/app/widgets/AccountNext/accountnext.tpl +++ b/sources/app/widgets/AccountNext/accountnext.tpl @@ -8,9 +8,9 @@
{$c->__('create.title')} {$c->__('create.server_on')} {$host}
{$c->__('create.loading')}
{$c->__('blog.empty')}
+ + + +{$c->__('blog.empty')}
{$c->__('menu.empty_title')}
+{$c->__('menu.empty_title')}
{$c->__('subscribe.title')}
{$c->__('subscribe.info')}
+
+
+
+ {$value->domain}
+
{$value->description}
@@ -35,11 +37,11 @@
{$c->__('subscribe.server_question')}
{$c->__('subscribe.server_contact')} • https://movim.eu/
diff --git a/sources/themes/material/css/color.css b/sources/themes/material/css/color.css index ec55f2e..54a3887 100644 --- a/sources/themes/material/css/color.css +++ b/sources/themes/material/css/color.css @@ -108,6 +108,7 @@ main > section > div > header a:not(.classic):not(.activity):not(.action) { .button:not(.color), input[type=button], +header:not(.big) .icon a, a/*, a:not(.classic):not(.activity):not(.action):not(.button)*/ { color: #FF5722; border-color: #FF5722; }