[Redizajn 1KA] - Testiranje --> Diagnostika - v2
This commit is contained in:
parent
979427bed9
commit
aa6e4a29da
@ -247,7 +247,7 @@ class SurveyDiagnostics
|
||||
}
|
||||
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</tr>';
|
||||
|
||||
#Napake - v validacijah
|
||||
@ -263,7 +263,7 @@ class SurveyDiagnostics
|
||||
$msg_status = $lang['srv_diagnostic_ustreza'];
|
||||
}
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</tr>';
|
||||
|
||||
#napake - Podovojenost imen variabel
|
||||
@ -279,7 +279,7 @@ class SurveyDiagnostics
|
||||
}
|
||||
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</tr>';
|
||||
|
||||
#OPOZORILA
|
||||
@ -302,7 +302,7 @@ class SurveyDiagnostics
|
||||
}
|
||||
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</tr>';
|
||||
|
||||
# Preveč vprašanj v bloku.
|
||||
@ -323,7 +323,7 @@ class SurveyDiagnostics
|
||||
$msg_status = $lang['srv_diagnostic_ustreza'];
|
||||
}
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</tr>';
|
||||
|
||||
# Preveč podpvprašanj v multigridu
|
||||
@ -345,7 +345,7 @@ class SurveyDiagnostics
|
||||
}
|
||||
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</td>';
|
||||
echo '</tr>';
|
||||
|
||||
@ -368,7 +368,7 @@ class SurveyDiagnostics
|
||||
}
|
||||
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</tr>';
|
||||
|
||||
# predolga anketa - opozorilo
|
||||
@ -409,7 +409,7 @@ class SurveyDiagnostics
|
||||
}
|
||||
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</tr>';
|
||||
|
||||
echo '<tr>';
|
||||
@ -425,7 +425,7 @@ class SurveyDiagnostics
|
||||
}
|
||||
|
||||
echo '<td class="center"><div class="status_wrapper"><div class="status '.$color_status.'">'.$msg_status.'</div></div></td>';
|
||||
echo '<td class="center"><a class="noline faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '<td class="center"><a class="noline '.$color_status.' faicon open_icon" '.$link_status.'></a></td>';
|
||||
echo '</tr>';
|
||||
|
||||
# predolga naketa - priporočilo
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -58,6 +58,9 @@ a.faicon{
|
||||
&.red {
|
||||
$color: $red;
|
||||
}
|
||||
&.dark_gray2 {
|
||||
$color: $dark-gray2;
|
||||
}
|
||||
|
||||
//ikona kot lik
|
||||
&.aslink{
|
||||
|
@ -17,6 +17,11 @@ div#srv_diagnostic {
|
||||
width: 100%;
|
||||
|
||||
td {
|
||||
|
||||
a.ok {
|
||||
color: $dark-gray2 !important;
|
||||
}
|
||||
|
||||
div.status_wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user