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

dev #69826 fix html5 validator failures

parent be924868
Branches
Tags
2 merge requests!2523Master,!2516Dev#69826 contractuel minsoc diffusion selective de l information enregistrer modifier ma recherche
Pipeline #3421 failed with stage
in 25 minutes and 26 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