Skip to content
Snippets Groups Projects
Commit e087d7d6 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #70765 replace new features link by community day link

parent ca9b41f5
Branches
Tags
1 merge request!2490dev #70765 replace new features link by community day link
Pipeline #3442 failed with stage
in 26 minutes and 32 seconds
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment