Fix div
This commit is contained in:
parent
cc93a40c45
commit
a3328c5ef3
@ -66,11 +66,12 @@ $userstatic = new User($db);
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- BEGIN PHP TEMPLATE CONTACTS -->
|
<!-- BEGIN PHP TEMPLATE CONTACTS -->
|
||||||
<div class="underbanner clearboth"></div>
|
|
||||||
<div class="div-table-responsive">
|
|
||||||
<div class="tagtable tableforcontact centpercent noborder nobordertop allwidth">
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
print '<div class="underbanner clearboth"></div>'."\n";
|
||||||
|
print '<div class="div-table-responsive">'."\n";
|
||||||
|
print '<div class="tagtable tableforcontact centpercent noborder nobordertop allwidth">'."\n";
|
||||||
|
|
||||||
if ($permission) {
|
if ($permission) {
|
||||||
?>
|
?>
|
||||||
<form class="tagtr liste_titre">
|
<form class="tagtr liste_titre">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user