Skip to content
Snippets Groups Projects
Commit a4f37118 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

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

dev #73072 remove 2018 03 16 hackfest link

See merge request !2550
parents c52e779b c77ea476
1 merge request!2550dev #73072 remove 2018 03 16 hackfest link
Pipeline #3703 passed with stage
in 51 minutes and 16 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