Skip to content
Snippets Groups Projects
Commit f29272e2 authored by alex_a's avatar alex_a
Browse files

RF13038 - Fix button display on cms avis index.

parent ac8644ee
Branches
Tags
4 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!63Rf13038,!56Rf13038 Front,!55Rf13038 - Comments editing on admin side
<?php print('<h1>'.$this->traduire('Modération des avis sur les articles').'</h1>');
print('<br>');
if(!count($this->liste_avis)) {
print('<h4>Il n\'y a aucun avis à modérer</h4>');
} else {
?>
<table cellpadding="5px" cellspacing="0">
<table class="avis-cms" cellpadding="5px" cellspacing="0">
<tr class="soustitre">
<td style="width:2%;">&nbsp;</td>
<td style="width:90%;">Avis</td>
<td style="width:8%">Action</td>
<td style="width:85%;">Avis</td>
<td style="width:13%">Action</td>
</tr>
<tr>
<td colspan="3" class="separ"> </td>
......
......@@ -344,6 +344,7 @@ div#permalink {
.modules .survol:hover{background-color:#78AEFF;font-size:10pt;}
.modules .separ{max-height:1px;height:1px;padding:0px;background-color:#A0A0A0;}
.modules a {color:#0058A5;text-decoration:none;}
.modules .avis-cms td a { padding: 0px 5px;}
.modules a:hover {color:#0058A5;text-decoration:underline;}
.modules a:visited {}
.modules img.ico {width:16px;height:16px;border:none;}
......
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