[Redizajn 1KA] - Urejanje --> Arhiv --> Arhivi vprašalnika - v1
This commit is contained in:
parent
725f1c2314
commit
6fbd159261
@ -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">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user