[Redizajn 1KA] Popupi: Analize - Filtri > Skupine - v2
This commit is contained in:
parent
0f8f1096d7
commit
dcb2a0ce65
@ -268,8 +268,8 @@ class SurveyZankaProfiles {
|
||||
|
||||
echo '<div class="select">'.NEW_LINE;
|
||||
echo $lang['srv_select'].NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectAll(\'fs_list_3\');">'.$lang['srv_all'].'</a>'.NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectNone(\'fs_list_3\');">'.$lang['srv_none'].'</a> '.NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectAll(\'fs_list_3\');">'.$lang['srv_all'].'</a> - '.NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectNone(\'fs_list_3\');">'.$lang['srv_none'].'</a> - '.NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectInvert(\'fs_list_3\');">'.$lang['srv_invert'].'</a>'.NEW_LINE;
|
||||
echo '</div>'.NEW_LINE;
|
||||
|
||||
@ -303,8 +303,8 @@ class SurveyZankaProfiles {
|
||||
echo '<div class="top">'.NEW_LINE;
|
||||
echo '<div class="select">'.NEW_LINE;
|
||||
echo $lang['srv_select'].NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectAll(\'fs_list_4\');">'.$lang['srv_all'].'</a>'.NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectNone(\'fs_list_4\');">'.$lang['srv_none'].'</a> '.NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectAll(\'fs_list_4\');">'.$lang['srv_all'].'</a> - '.NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectNone(\'fs_list_4\');">'.$lang['srv_none'].'</a> - '.NEW_LINE;
|
||||
echo '<a href="#" onclick="return $.dds.selectInvert(\'fs_list_4\');">'.$lang['srv_invert'].'</a>'.NEW_LINE;
|
||||
echo '</div>'.NEW_LINE;
|
||||
|
||||
|
@ -30852,13 +30852,15 @@ and open the template in the editor.
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#fs_list_1 li.dds_selected {
|
||||
background: #B3CBC2;
|
||||
background: #EAF9FE;
|
||||
color: #1E88E5;
|
||||
}
|
||||
#fs_list_1 li.dds_ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
#fs_list_1 li.dds_move {
|
||||
background: #cfc;
|
||||
background: #EAF9FE;
|
||||
color: #1E88E5;
|
||||
}
|
||||
|
||||
#fs_list_2 {
|
||||
@ -30885,13 +30887,15 @@ and open the template in the editor.
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#fs_list_2 li.dds_selected {
|
||||
background: #B3CBC2;
|
||||
background: #EAF9FE;
|
||||
color: #1E88E5;
|
||||
}
|
||||
#fs_list_2 li.dds_ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
#fs_list_2 li.dds_move {
|
||||
background: #cfc;
|
||||
background: #EAF9FE;
|
||||
color: #1E88E5;
|
||||
}
|
||||
|
||||
#fs_list_3 {
|
||||
@ -30918,13 +30922,15 @@ and open the template in the editor.
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#fs_list_3 li.dds_selected {
|
||||
background: #B3CBC2;
|
||||
background: #EAF9FE;
|
||||
color: #1E88E5;
|
||||
}
|
||||
#fs_list_3 li.dds_ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
#fs_list_3 li.dds_move {
|
||||
background: #cfc;
|
||||
background: #EAF9FE;
|
||||
color: #1E88E5;
|
||||
}
|
||||
|
||||
#fs_list_4 {
|
||||
@ -30951,13 +30957,15 @@ and open the template in the editor.
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#fs_list_4 li.dds_selected {
|
||||
background: #B3CBC2;
|
||||
background: #EAF9FE;
|
||||
color: #1E88E5;
|
||||
}
|
||||
#fs_list_4 li.dds_ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
#fs_list_4 li.dds_move {
|
||||
background: #cfc;
|
||||
background: #EAF9FE;
|
||||
color: #1E88E5;
|
||||
}
|
||||
|
||||
#tbl_color_ersidual {
|
||||
|
@ -169,13 +169,15 @@ and open the template in the editor.
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
li.dds_selected {
|
||||
background: #B3CBC2;
|
||||
background: $light-blue;
|
||||
color: $blue
|
||||
}
|
||||
li.dds_ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
li.dds_move {
|
||||
background: #cfc;
|
||||
background: $light-blue;
|
||||
color: $blue
|
||||
}
|
||||
}
|
||||
#fs_list_2 {
|
||||
@ -201,13 +203,15 @@ and open the template in the editor.
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
li.dds_selected {
|
||||
background: #B3CBC2;
|
||||
background: $light-blue;
|
||||
color: $blue
|
||||
}
|
||||
li.dds_ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
li.dds_move {
|
||||
background: #cfc;
|
||||
background: $light-blue;
|
||||
color: $blue
|
||||
}
|
||||
}
|
||||
#fs_list_3 {
|
||||
@ -233,13 +237,15 @@ and open the template in the editor.
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
li.dds_selected {
|
||||
background: #B3CBC2;
|
||||
background: $light-blue;
|
||||
color: $blue
|
||||
}
|
||||
li.dds_ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
li.dds_move {
|
||||
background: #cfc;
|
||||
background: $light-blue;
|
||||
color: $blue
|
||||
}
|
||||
}
|
||||
#fs_list_4 {
|
||||
@ -265,13 +271,15 @@ and open the template in the editor.
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
li.dds_selected {
|
||||
background: #B3CBC2;
|
||||
background: $light-blue;
|
||||
color: $blue
|
||||
}
|
||||
li.dds_ghost {
|
||||
opacity: 0.5;
|
||||
}
|
||||
li.dds_move {
|
||||
background: #cfc;
|
||||
background: $light-blue;
|
||||
color: $blue
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user