Skip to content
Snippets Groups Projects

Master

Merged Ghislain Loas requested to merge master into WIP
Compare and
4 files
+ 33
13
Preferences
Compare changes
Files
4
@@ -3,24 +3,13 @@ $skin = Class_Admin_Skin::current();
?>
<h2 style="display:inline;border:none">
<?php
Class_ScriptLoader::getInstance()
->addInlineStyle('
#learn_more_7_10 {
background-color:var(--bokeh-event);
padding:10px;
text-transform:uppercase;
}
#learn_more_7_10:hover {
background-color:var(--bokeh-event-highlight);
}
');
echo $skin->renderMenuIconOn('tag', $this,
echo $skin->renderMenuIconOn('tag', $this,
['style' => 'vertical-align:middle'])
. ' '
. $this->_('Nouvelle version');
$button = (new Class_Entity())->setText($this->_('Découvrir les nouveautés de la version 7.10'))
->setAttribs(['id' => 'learn_more_7_10',
->setAttribs(['id' => 'learn_more',
'onclick' => 'window.open(\'http://wiki.bokeh-library-portal.org/index.php?title=7.10.0\'); return false']);
echo $this->Button($button);
?>