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

fix html 5 failures

parent e087d7d6
Branches
Tags
1 merge request!2490dev #70765 replace new features link by community day link
Pipeline #3444 passed with stage
in 26 minutes and 53 seconds
<?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