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

dev #73072 remove 2018 03 16 hackfest link

parent 82770fed
Branches
Tags
2 merge requests!2566Dev#73072 supprimer le lien d inscription a la journee bokeh,!2550dev #73072 remove 2018 03 16 hackfest link
Pipeline #3692 passed with stage
in 32 minutes and 32 seconds
- ticket #73072 : Administration : suppression du lien d'inscription à la journée bokeh du 16/03/2018.
\ No newline at end of file
<?php
$skin = Class_Admin_Skin::current();
echo $this->tag('h2',
$skin->renderMenuIconOn('tag', $this)
. $this->tag('span', $this->_('Journée communautaire Bokeh 2018'))
. $this->Button((new Class_Entity())
->setText($this->_('Jeudi 15 mars'))
->setAttribs(['onclick' => 'window.open(\'http://bokeh-library-portal.org/journee_bokeh_2018\');'])),
['id' => 'learn_more']);
?>
<h2 class="toggle_video">
......
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