Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
d46adf0e
Commit
d46adf0e
authored
Feb 12, 2018
by
Ghislain Loas
Browse files
fix html 5 failures
parent
e087d7d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
application/modules/opac/views/scripts/footer.phtml
application/modules/opac/views/scripts/footer.phtml
+1
-1
library/ZendAfi/View/Helper/Bouton.php
library/ZendAfi/View/Helper/Bouton.php
+1
-1
No files found.
application/modules/opac/views/scripts/footer.phtml
View file @
d46adf0e
<?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=
"bo
r
der-spacing:0; border-collapse:collapse; width:100%"
>
<tr>
<td
style=
"padding-left:15px;"
>
<?php
...
...
library/ZendAfi/View/Helper/Bouton.php
View file @
d46adf0e
...
...
@@ -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="bo
r
der-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="" />'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment