[Redizajn 1KA] - Urejanje --> Arhiv --> Arhivi analiz - v2
This commit is contained in:
parent
6d90459341
commit
be750e5550
@ -144,6 +144,9 @@ class SurveyAnalysisArchive {
|
|||||||
echo '<td>';
|
echo '<td>';
|
||||||
echo '<div class="icon_holder multiple">';
|
echo '<div class="icon_holder multiple">';
|
||||||
|
|
||||||
|
//Plačljiva ikona
|
||||||
|
//echo '<span class="faicon open_icon blue aslink" href="'.$site_url.'admin/survey/AnalysisArchive.php?anketa='.self::$sid.'&aid='. $row['id'] . '" target="_blank" title="' . $row['name'] . '"></span>';
|
||||||
|
|
||||||
if ($defaultFields['email'])
|
if ($defaultFields['email'])
|
||||||
echo '<span class="faicon fa-share-alt blue aslink" onclick="emailArchiveAnaliza(\'' . $row['id'] . '\'); return false;"></span>';
|
echo '<span class="faicon fa-share-alt blue aslink" onclick="emailArchiveAnaliza(\'' . $row['id'] . '\'); return false;"></span>';
|
||||||
if ($defaultFields['edit'])
|
if ($defaultFields['edit'])
|
||||||
|
@ -6005,6 +6005,10 @@ span.faicon.dots::before {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.faicon.open_icon::before {
|
||||||
|
content: "\f08e";
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
To change this license header, choose License Headers in Project Properties.
|
To change this license header, choose License Headers in Project Properties.
|
||||||
To change this template file, choose Tools | Templates
|
To change this template file, choose Tools | Templates
|
||||||
|
@ -644,10 +644,14 @@ span.faicon.file-preview::before{
|
|||||||
content: "\f865";
|
content: "\f865";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 3 pikice
|
// 3 pikice
|
||||||
span.faicon.dots::before{
|
span.faicon.dots::before{
|
||||||
content: "\f141";
|
content: "\f141";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Open (new tab)
|
||||||
|
span.faicon.open_icon::before{
|
||||||
|
content: "\f08e";
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user