Gumba prekliči / shrani v nastavitvah - v1
This commit is contained in:
parent
f6ae1083c1
commit
079a094715
@ -2293,8 +2293,6 @@ class SurveyAdmin
|
||||
|| $_GET['a'] == 'json_survey_export'
|
||||
){
|
||||
|
||||
//TODO: stari divi okrog nastavitev - kam prestaviti pogoje? @TG2
|
||||
|
||||
if ($this->isAnketar) {
|
||||
return;
|
||||
}
|
||||
|
@ -1682,11 +1682,11 @@ class SurveyAdminSettings {
|
||||
|
||||
|
||||
if ($_GET['a'] != 'jezik' && $_GET['a'] != 'trajanje' && $_GET['a'] != A_GDPR && $_GET['a'] != 'dostop') {
|
||||
echo '<br class="clr" />';
|
||||
|
||||
echo '<span class="floatLeft spaceRight"><div class="buttonwrapper"><a class="ovalbutton ovalbutton_orange btn_savesettings" href="#" onclick="document.settingsanketa_' . $row['id'] . '.submit(); return false;"><span>';
|
||||
echo $lang['edit1337'] . '</span></a></div></span>';
|
||||
echo '<div class="clr"></div>';
|
||||
|
||||
echo '<div class="buttonwrapper">';
|
||||
echo '<button class="medium white-blue" onClick="window.location.reload();">'.$lang['edit1338'].'</button>';
|
||||
echo '<button class="medium blue" onclick="document.settingsanketa_' . $row['id'] . '.submit(); return false;">'.$lang['edit1337'].'</button>';
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
if ($_GET['s'] == '1') {
|
||||
|
@ -157,7 +157,7 @@
|
||||
</div>
|
||||
|
||||
<div class="setting_holder">
|
||||
<label for="dropdown1" class="input_label">Veliki dropdown meni:</label>
|
||||
<label for="dropdown1">Veliki dropdown meni:</label>
|
||||
<form>
|
||||
<select id="dropdown1" class="dropdown large">
|
||||
<option>Q1: veliko besedilaaaaa</option>
|
||||
@ -168,7 +168,7 @@
|
||||
</div>
|
||||
|
||||
<div class="setting_holder">
|
||||
<label for="dropdown2" class="input_label">Srednji dropdown meni:</label>
|
||||
<label for="dropdown2">Srednji dropdown meni:</label>
|
||||
<form>
|
||||
<select id="dropdown2" class="dropdown medium">
|
||||
<option>Q1: veliko besedilaaaaa</option>
|
||||
@ -179,9 +179,9 @@
|
||||
</div>
|
||||
|
||||
<div class="setting_holder">
|
||||
<label for="dropdown3" class="input_label" disabled>Mali dropdown meni - disabled:</label>
|
||||
<label for="dropdown3" disabled>Mali dropdown meni - disabled:</label>
|
||||
<form>
|
||||
<select id="dropdown3" class="dropdown small disabled">
|
||||
<select id="dropdown3">
|
||||
<option>Q1: veliko besedilaaaaa</option>
|
||||
<option>Q2: manj besedila</option>
|
||||
<option>Q3: malo</option>
|
||||
@ -241,7 +241,7 @@
|
||||
|
||||
|
||||
<div class="setting_holder">
|
||||
<label class="input_label">Gumbi:</label><br><br>
|
||||
<label>Gumbi:</label><br><br>
|
||||
|
||||
<button class="small red">Gumb - majhen rdeč</button> <br><br>
|
||||
<button class="large blue">Gumb - velik moder</button> <br><br>
|
||||
|
@ -349,6 +349,7 @@ $lang = array (
|
||||
"or_current" => "<font color=\"red\"><br><b>ALI</b></font> obstoječe",
|
||||
"edit4" => "Spremeni",
|
||||
"edit1337" => "Shrani spremembe",
|
||||
"edit1338" => "Prekliči",
|
||||
"reset_translation" => "Ponastavi prevod",
|
||||
"delete_account" => "Izbriši račun 1KA",
|
||||
"delete_account_conformation" => "Ste prepričani, da želite trajno izbrisati vaš račun? Po potrditvi se ne boste več mogli prijaviti s tem računom!",
|
||||
|
@ -337,6 +337,7 @@ $lang = array (
|
||||
"or_current" => "<font color=\"red\"><br><b>OR</b></font> current",
|
||||
"edit4" => "Change",
|
||||
"edit1337" => "Save changes",
|
||||
"edit1338" => "Cancel",
|
||||
"reset_translation" => "Reset translation",
|
||||
"delete_account" => "Delete 1KA account",
|
||||
"delete_account_conformation" => "Are you sure you want to permanently delete your account? After confirmation, you will no longer be able to sign in with this account!",
|
||||
|
@ -5228,6 +5228,11 @@ div.layout_left_item ul.menu_left-list a:hover {
|
||||
/*
|
||||
Form scss - input fields, buttons...
|
||||
*/
|
||||
div.buttonwrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
button,
|
||||
submit {
|
||||
box-sizing: border-box;
|
||||
|
@ -1,3 +1,8 @@
|
||||
div.buttonwrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
button,
|
||||
submit{
|
||||
box-sizing: border-box;
|
||||
|
Loading…
x
Reference in New Issue
Block a user