[Redizajn 1KA] - Urejanje --> Arhiv --> Arhivi vprašalnika - v1

This commit is contained in:
tejagerjovic 2022-01-13 10:39:21 +01:00
parent 725f1c2314
commit 6fbd159261

View File

@ -4187,7 +4187,15 @@ class SurveyAdminSettings {
echo '<tr>';
echo '<td>'.datetime($row['insert_time']).'</td>';
echo '<td>'.$row['insert_name'].'</td>';
echo '<td>'.($row['intro_opomba']!='' ? $row['intro_opomba'] : '/').'</td>';
if ($row['intro_opomba']=='')
$opomba = "/";
else if (strlen($row['intro_opomba']) > 40)
$opomba = substr($row['intro_opomba'], 0, 37).'...';
else
$opomba = $row['intro_opomba'];
echo '<td>'.$opomba.'</td>';
//Ikone
echo '<td class="right">';