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

Merge branch 'dev#70765_annonce_journee_du_15_mars_backoffice_bokeh' into 'stable'

dev #70765 replace new features link by community day link

See merge request !2490
parents ca9b41f5 d46adf0e
Branches
Tags
1 merge request!2490dev #70765 replace new features link by community day link
Pipeline #3445 passed with stage
in 26 minutes and 9 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>
......
<?php $profil = Class_Profil::getCurrentProfil();?>
<div class="footer" style="overflow:hidden;clear:both;width:<?php echo $profil->getWidthSite() ?>">
<table style="boder-spacing:0; border-collapse:collapse; width:100%">
<table style="border-spacing:0; border-collapse:collapse; width:100%">
<tr>
<td style="padding-left:15px;">
<?php
......
......@@ -93,7 +93,7 @@ class ZendAfi_View_Helper_Bouton extends ZendAfi_View_Helper_BaseHelper {
$html[]= ' onmouseup="javascript:PicToolbarOver( this, \'' . $rootName . '\')"';
$html[]= ' onclick="'.$onclick.'">';
$html[]= '<a href="#">';
$html[]= '<table style="boder-spacing:0px; border-collapse:collapse; '.$align.'" >';
$html[]= '<table style="border-spacing:0px; border-collapse:collapse; '.$align.'" >';
$html[]= '<tr>';
$html[]= '<td>';
$html[]= '<img id="' . $rootName . '_gauche" src="' . URL_ADMIN_IMG . '/bouton/bouton_gauche.gif" style="border:0" alt="" />';
......
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