From e087d7d668da28b3a8924fa917953625b4f27c8a Mon Sep 17 00:00:00 2001
From: gloas <gloas@afi-sa.fr>
Date: Mon, 12 Feb 2018 14:36:14 +0100
Subject: [PATCH] dev #70765 replace new features link by community day link

---
 application/modules/admin/views/scripts/index/index.phtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/application/modules/admin/views/scripts/index/index.phtml b/application/modules/admin/views/scripts/index/index.phtml
index d80059d22f1..81183a9228c 100644
--- a/application/modules/admin/views/scripts/index/index.phtml
+++ b/application/modules/admin/views/scripts/index/index.phtml
@@ -6,11 +6,11 @@ $skin = Class_Admin_Skin::current();
    echo $skin->renderMenuIconOn('tag', $this,
                                ['style' => 'vertical-align:middle'])
     . ' '
-    . $this->_('Nouvelle version');
+    . $this->_('Journée communautaire Bokeh 2018');
 
-  $button = (new Class_Entity())->setText($this->_('Découvrir les nouveautés de la version 7.10'))
+  $button = (new Class_Entity())->setText($this->_('Jeudi 15 mars'))
                                 ->setAttribs(['id' => 'learn_more',
-                                              'onclick' => 'window.open(\'http://wiki.bokeh-library-portal.org/index.php?title=7.10.0\'); return false']);
+                                              'onclick' => 'window.open(\'http://bokeh-library-portal.org/journee_bokeh_2018\'); return false']);
   echo $this->Button($button);
   ?>
 </h2>
-- 
GitLab