[Redizajn 1KA] Popupi: Urejanje > Vprašalnik - Inline edit kategorije - v2

This commit is contained in:
tejagerjovic 2022-06-17 05:12:48 +02:00
parent 125cdd1c8b
commit 28739ba82e
5 changed files with 15 additions and 8 deletions

View File

@ -1871,8 +1871,8 @@ class SurveyCustomReport {
echo '<div class="button_holder">';
echo '<button class="medium white-black" onClick="close_creport_profile(); return false;">'.$lang['srv_zapri'].'</button>';
echo '<button class="medium white-blue" onClick="use_creport_profile(); return false;">'.$lang['srv_save_and_run_profile'].'</button>';
echo '<button class="medium blue" onclick="creport_profile_action(\'show_new\'); return false;">'.$lang['srv_custom_report_create'].'</button>';
echo '<button class="medium white-blue" onclick="creport_profile_action(\'show_new\'); return false;">'.$lang['srv_custom_report_create'].'</button>';
echo '<button class="medium blue" onClick="use_creport_profile(); return false;">'.$lang['srv_save_and_run_profile'].'</button>';
echo '</div>';
}

View File

@ -2864,14 +2864,14 @@ class Vprasanje {
echo '<div class="setting_holder">';
echo '<span class="setting_title">'.(in_array($rows['tip'], array(2,6,16,19,20))?$lang['srv_spremenljivka']:$lang['srv_vrednost']).':</span>';
echo '<input type="text" class="text large" name="vrednost_variable" value="'.$row['variable'].'" '.(in_array($rows['tip'], array(2,6,16,19,20)) ? ' onkeyup="vprasanje_check_variable(this);"' : '').'>';
echo '<input type="text" class="text large w200" name="vrednost_variable" value="'.$row['variable'].'" '.(in_array($rows['tip'], array(2,6,16,19,20)) ? ' onkeyup="vprasanje_check_variable(this);"' : '').'>';
echo '</div>';
// RAZVRSTI odgovore
echo '<div class="setting_holder">';
echo '<span class="setting_title">'.$lang['sort'].':</span>';
echo '<select class="dropdown large" name="vrednost_random">';
echo '<select class="dropdown large w200" name="vrednost_random">';
echo '<option value="0"'.($row['random']==0?' selected':'').'>'.$lang['srv_random_off2'].'</option>';
echo '<option value="1"'.($row['random']==1?' selected':'').'>'.$lang['srv_random_on2'].'</option>';
echo '<option value="2"'.($row['random']==2?' selected':'').'>'.$lang['srv_sort_asc2'].'</option>';
@ -2880,11 +2880,11 @@ class Vprasanje {
echo '</div>';
echo '<div class="bottom4">'.$lang['srv_vprasanje_text'].' <span onmouseover="$(this).hide(); create_editor(\'vrednost_naslov\');" class="pointer"> - '.$lang['srv_editor'].'</span>:';
echo '<div><p class="bottom4">'.$lang['srv_vprasanje_text'].'<span onmouseover="$(this).hide(); create_editor(\'vrednost_naslov\');" class="pointer"> - '.$lang['srv_editor'].'</span>:</p>';
echo '<textarea id="vrednost_naslov" name="vrednost_naslov" style="width:99%">'.$row['naslov'].'</textarea></div>';
echo '<textarea class="top0" id="vrednost_naslov" name="vrednost_naslov" style="width:99%">'.$row['naslov'].'</textarea></div>';
echo '<p>';
echo '<p class="top16">';
if ($row['if_id'] > 0) {
echo $lang['srv_podif_edit'].': ';
echo '<a href="#" onclick="vrednost_condition_editing(\''.$vrednost.'\'); return false;">';

View File

@ -5095,6 +5095,10 @@ p, span {
margin-top: 4px;
}
.top0 {
margin-top: 0px;
}
.warning,
.red {
color: #FF0000;

View File

@ -38,6 +38,10 @@ p,span {
margin-top: 4px;
}
.top0 {
margin-top: 0px;
}
//Barve
.warning,
.red {

View File

@ -224,7 +224,6 @@ div#fullscreen {
}
//Komentarji
div.qtip_comment {
h1 {
&:before {