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

Merge branch 'dev#73072_supprimer_le_lien_d_inscription_a_la_journee_bokeh' into 'master'

Dev#73072 supprimer le lien d inscription a la journee bokeh

See merge request !2566
parents e3b42bfc c77ea476
Branches
Tags
1 merge request!2566Dev#73072 supprimer le lien d inscription a la journee bokeh
Pipeline #3751 passed with stage
in 39 minutes and 31 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">
<h2 class="toggle_video">
<?php
Class_ScriptLoader::getInstance()->addJQueryReady('$(".toggle_video").click(function() {$(this).toggleClass("on");$(this).next().toggle();})');
echo $this->_('Démonstrations vidéos');
......
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