urejanje --> oblika: styling gumbov
This commit is contained in:
parent
c18b3557b1
commit
abdfb8ed27
@ -383,7 +383,7 @@ class SurveyTheme {
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
//Prilagodi
|
//Prilagodi
|
||||||
echo '<div class="button" onclick="window.location.href='.$modify_link.'" title="'.$lang['srv_te_theme_edit'].'">';
|
echo '<div class="button palette" onclick="window.location.href='.$modify_link.'" title="'.$lang['srv_te_theme_edit'].'">';
|
||||||
echo '<span class="faicon palette"></span>';
|
echo '<span class="faicon palette"></span>';
|
||||||
echo $lang['srv_te_theme_edit'];
|
echo $lang['srv_te_theme_edit'];
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
@ -435,7 +435,7 @@ class SurveyTheme {
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
//Prilagodi
|
//Prilagodi
|
||||||
echo '<div class="button" onclick="window.location.href='.$modify_link.'" title="'.$lang['srv_te_theme_edit'].'">';
|
echo '<div class="button palette" onclick="window.location.href='.$modify_link.'" title="'.$lang['srv_te_theme_edit'].'">';
|
||||||
echo '<span class="faicon palette"></span>';
|
echo '<span class="faicon palette"></span>';
|
||||||
echo $lang['srv_te_theme_edit'];
|
echo $lang['srv_te_theme_edit'];
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
@ -607,7 +607,9 @@ class SurveyTheme {
|
|||||||
//Aktiviraj
|
//Aktiviraj
|
||||||
echo '<div class="button" onclick="te_change_profile(\''.$row['id'].'\', true); return false;" title="'.$lang['srv_te_theme_activate2'].'">';
|
echo '<div class="button" onclick="te_change_profile(\''.$row['id'].'\', true); return false;" title="'.$lang['srv_te_theme_activate2'].'">';
|
||||||
echo '<span class="faicon fa-hand-pointer"></span>';
|
echo '<span class="faicon fa-hand-pointer"></span>';
|
||||||
echo $lang['srv_te_theme_activate'];
|
echo '<div class="aktiviraj">';
|
||||||
|
echo $lang['srv_te_theme_activate'] ;
|
||||||
|
echo '</div>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
//Predogled
|
//Predogled
|
||||||
@ -617,7 +619,7 @@ class SurveyTheme {
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
//Prilagodi
|
//Prilagodi
|
||||||
echo '<div class="button" onclick="window.location.href=\'index.php?anketa='.$this->sid.'&a=theme-editor&profile='.$row['id'].'\'" title="'.$lang['srv_te_theme_edit'].'">';
|
echo '<div class="button palette" onclick="window.location.href=\'index.php?anketa='.$this->sid.'&a=theme-editor&profile='.$row['id'].'\'" title="'.$lang['srv_te_theme_edit'].'">';
|
||||||
echo '<span class="faicon palette"></span>';
|
echo '<span class="faicon palette"></span>';
|
||||||
echo $lang['srv_te_theme_edit'];
|
echo $lang['srv_te_theme_edit'];
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
@ -665,7 +667,9 @@ class SurveyTheme {
|
|||||||
//Aktiviraj
|
//Aktiviraj
|
||||||
echo '<div class="button" onclick="te_change_profile(\''.$row['id'].'\', true, true); return false;" title="'.$lang['srv_te_theme_activate2'].'">';
|
echo '<div class="button" onclick="te_change_profile(\''.$row['id'].'\', true, true); return false;" title="'.$lang['srv_te_theme_activate2'].'">';
|
||||||
echo '<span class="faicon fa-hand-pointer"></span>';
|
echo '<span class="faicon fa-hand-pointer"></span>';
|
||||||
echo $lang['srv_te_theme_activate'];
|
echo '<div class="aktiviraj">';
|
||||||
|
echo $lang['srv_te_theme_activate'];
|
||||||
|
echo '</div>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
//Predogled
|
//Predogled
|
||||||
@ -675,7 +679,7 @@ class SurveyTheme {
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
//Prilagodi
|
//Prilagodi
|
||||||
echo '<div class="button" onclick="window.location.href=\'index.php?anketa='.$this->sid.'&a=theme-editor&profile='.$row['id'].'&mobile=1\'" title="'.$lang['srv_te_theme_edit'].'">';
|
echo '<div class="button palette" onclick="window.location.href=\'index.php?anketa='.$this->sid.'&a=theme-editor&profile='.$row['id'].'&mobile=1\'" title="'.$lang['srv_te_theme_edit'].'">';
|
||||||
echo '<span class="faicon palette"></span>';
|
echo '<span class="faicon palette"></span>';
|
||||||
echo $lang['srv_te_theme_edit'];
|
echo $lang['srv_te_theme_edit'];
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
@ -798,7 +802,7 @@ class SurveyTheme {
|
|||||||
else
|
else
|
||||||
$link = 'index.php?anketa='.$this->sid.'&a=theme-editor&profile_new='.$rowa['skin'];
|
$link = 'index.php?anketa='.$this->sid.'&a=theme-editor&profile_new='.$rowa['skin'];
|
||||||
|
|
||||||
echo '<div class="button" onclick="window.location.href=\''.$link.'\'" title="'.$lang['srv_te_theme_edit'].'">';
|
echo '<div class="button palette" onclick="window.location.href=\''.$link.'\'" title="'.$lang['srv_te_theme_edit'].'">';
|
||||||
echo ' <span class="faicon palette"></span>';
|
echo ' <span class="faicon palette"></span>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
@ -1929,7 +1929,7 @@ $lang = array (
|
|||||||
"srv_anketarename" => "Preimenuj anketo",
|
"srv_anketarename" => "Preimenuj anketo",
|
||||||
"srv_anketadelete" => "Izbriši anketo",
|
"srv_anketadelete" => "Izbriši anketo",
|
||||||
"srv_anketarename_txt" => "Preimenuj",
|
"srv_anketarename_txt" => "Preimenuj",
|
||||||
"srv_anketadelete_txt" => "Izbriši",
|
"srv_anketadelete_txt" => "Odstrani",
|
||||||
"srv_anketadeleteconfirm" => "Ali ste prepričani, da želite izbrisati anketo?",
|
"srv_anketadeleteconfirm" => "Ali ste prepričani, da želite izbrisati anketo?",
|
||||||
"srv_anketadeletelibrary" => "Ali ste prepričani, da želite odstraniti anketo iz knjižnice?",
|
"srv_anketadeletelibrary" => "Ali ste prepričani, da želite odstraniti anketo iz knjižnice?",
|
||||||
"srv_anketadeletelibrary_3" => "Ali ste prepričani, da želite odstraniti anketo iz uporabniške knjižnice?",
|
"srv_anketadeletelibrary_3" => "Ali ste prepričani, da želite odstraniti anketo iz uporabniške knjižnice?",
|
||||||
|
@ -20935,6 +20935,27 @@ div.page_tema div.theme_list div.options div.buttons-window {
|
|||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
max-width: 113px;
|
max-width: 113px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
div.page_tema div.theme_list div.options div.buttons-window .button.palette {
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
|
div.page_tema div.theme_list div.options div.buttons-window .button {
|
||||||
|
border: none;
|
||||||
|
padding: 19px 16px 0px 16px;
|
||||||
|
}
|
||||||
|
div.page_tema div.theme_list div.options div.buttons-window .button .fa-hand-pointer {
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
div.page_tema div.theme_list div.options div.buttons-window .button .trash {
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
div.page_tema div.theme_list div.options div.buttons-window .button:last-of-type {
|
||||||
|
padding-bottom: 19px;
|
||||||
|
}
|
||||||
|
div.page_tema div.theme_list div.options div.buttons-window .theme_delete {
|
||||||
|
padding-top: 22px;
|
||||||
}
|
}
|
||||||
div.page_tema div.theme_list div.options div.buttons-window.active {
|
div.page_tema div.theme_list div.options div.buttons-window.active {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -78,6 +78,34 @@ div.page_tema {
|
|||||||
// display: none;
|
// display: none;
|
||||||
|
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
background-color: #FFFF;
|
||||||
|
|
||||||
|
.button.palette{
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button{
|
||||||
|
border: none;
|
||||||
|
|
||||||
|
padding: 19px 16px 0px 16px;
|
||||||
|
|
||||||
|
// margin: 5px 0px;
|
||||||
|
|
||||||
|
.fa-hand-pointer{
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
.trash{
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.button:last-of-type{
|
||||||
|
padding-bottom: 19px;
|
||||||
|
}
|
||||||
|
.theme_delete{
|
||||||
|
padding-top: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
div.buttons-window.active {
|
div.buttons-window.active {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user